21 <<
"EcalRawToDigi@SUB=DCCTCCBlock:unpack" 23 <<
"\n Only 8 bytes are available until the end of event ..." 24 <<
"\n => Skipping to next fed block...";
38 <<
"EcalRawToDigi@SUB=DCCTCCBlock:unpack" 40 <<
"\n Only "<<((*dwToEnd_)*8)<<
" bytes are available until the end of event while "<<(
blockLength_*8)<<
" are needed!" 41 <<
"\n => Skipping to next fed block...";
79 <<
"Synchronization error for TCC block" 81 <<
" dccBx = " << dccBx <<
" bx_ = " <<
bx_ <<
" dccL1 = " << dccL1 <<
" l1_ = " <<
l1_ <<
"\n" 82 <<
" => TCC block skipped";
124 o<<
"\n Unpacked Info for DCC TCC Block" 125 <<
"\n DW1 =============================" 129 <<
"\n Numb TT "<<
nTTs_
void display(std::ostream &o) override
bool isSynced(const unsigned int dccBx, const unsigned int bx, const unsigned int dccL1, const unsigned int l1, const BlockType type, const unsigned int fov)
int unpack(const uint64_t **data, unsigned int *dwToEnd, short tccChId=0)
unsigned int getActiveDCC()
void setTCCSyncNumbers(short l1, short bx, short id)
virtual unsigned int getLength()
DCCTCCBlock(DCCDataUnpacker *u, EcalElectronicsMapper *m, DCCEventBlock *e, bool unpack)
static std::atomic< bool > silentMode_
unsigned int blockLength_
virtual void addTriggerPrimitivesToCollection()
unsigned long long uint64_t
virtual bool checkTccIdAndNumbTTs()
char data[epos_bytes_allocation]
virtual void updateEventPointers()
EcalElectronicsMapper * mapper_