Skip to content

Commit

Permalink
uMNio data skipping implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Spudmeister committed Apr 20, 2016
1 parent 21249b3 commit 9f195f4
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 9f195f4

Please sign in to comment.