Skip to content

Commit

Permalink
Merge pull request #14158 from UMN-CMS/HcalUnpackerPatch
Browse files Browse the repository at this point in the history
uMNio data skipping implemented for urgent HLT patch
  • Loading branch information
cmsbuild committed Apr 21, 2016
2 parents 7861e34 + 9f195f4 commit 9d0f95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EventFilter/HcalRawToDigi/src/HcalUnpacker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,8 @@ void HcalUnpacker::unpackUTCA(const FEDRawData& raw, const HcalElectronicsMap& e
int nps=(amc13->AMCId(iamc)>>12)&0xF;

HcalUHTRData uhtr(amc13->AMCPayload(iamc),amc13->AMCSize(iamc));
//Check to make sure uMNio is not unpacked here
if(uhtr.getFormatVersion() != 1) continue;
#ifdef DebugLog
//debug printouts
int nwords=uhtr.getRawLengthBytes()/2;
Expand Down

0 comments on commit 9d0f95d

Please sign in to comment.