#include <CSCDCCExaminer.h>
Public Member Functions | |
std::set< CSCIdType > | chambersWithError (int num) const |
std::set< CSCIdType > | chambersWithWarning (int num) const |
int32_t | check (const uint16_t *&buffer, int32_t length) |
void | crcALCT (bool enable) |
void | crcCFEB (bool enable) |
void | crcTMB (bool enable) |
CSCDCCExaminer (ExaminerMaskType mask=0x1) | |
std::map< DDUIdType, const uint16_t * > | DDU_block (void) const |
std::map< DDUIdType, uint32_t > | DDU_ptrOffsets (void) const |
std::map< DDUIdType, uint32_t > | DDU_size (void) const |
DDUIdType | dduSourceID (void) |
std::map< DDUIdType, std::map< CSCIdType, const uint16_t * > > | DMB_block (void) const |
std::map< DDUIdType, std::map< CSCIdType, uint32_t > > | DMB_ptrOffsets (void) const |
std::map< DDUIdType, std::map< CSCIdType, uint32_t > > | DMB_size (void) const |
const char * | errName (int num) const |
bool | error (int num) const |
const char * | errorName (int num) const |
ExaminerStatusType | errors (void) const |
std::map< CSCIdType, ExaminerStatusType > | errorsDetailed (void) const |
std::map< DDUIdType, ExaminerStatusType > | errorsDetailedDDU (void) const |
ExaminerStatusType | errorsForChamber (CSCIdType chamber) const |
ExaminerStatusType | errorsForDDU (DDUIdType dduSourceID) const |
ExaminerMaskType | getMask () const |
bool | isDDUmode () |
std::vector< DDUIdType > | listOfDDUs (void) const |
void | modeDDU (bool enable) |
std::map< CSCIdType, ExaminerStatusType > | payloadDetailed (void) const |
ExaminerStatusType | payloadForChamber (CSCIdType chamber) const |
const char * | payloadName (int num) const |
void | setMask (ExaminerMaskType mask) |
std::map< CSCIdType, ExaminerStatusType > | statusDetailed (void) const |
ExaminerStatusType | statusForChamber (CSCIdType chamber) const |
const char * | statusName (int num) const |
bool | warning (int num) const |
const char * | warningName (int num) const |
ExaminerStatusType | warnings (void) const |
std::map< CSCIdType, ExaminerStatusType > | warningsDetailed (void) const |
ExaminerStatusType | warningsForChamber (CSCIdType chamber) const |
ExaminerStatusType | warningsForDDU (DDUIdType dduSourceID) const |
const char * | wrnName (int num) const |
~CSCDCCExaminer (void) | |
Public Attributes | |
std::map< CSCIdType, uint32_t > | cntCHAMB_Headers |
std::map< CSCIdType, uint32_t > | cntCHAMB_Trailers |
uint32_t | cntDDU_Headers |
uint32_t | cntDDU_Trailers |
const uint16_t | nERRORS |
const uint16_t | nPAYLOADS |
const uint16_t | nSTATUSES |
const uint16_t | nWARNINGS |
Private Member Functions | |
void | checkDAVs () |
checks DAV_ALCT, DAV_TMB, and DAV_CFEB More... | |
void | checkTriggerHeadersAndTrailers () |
void | clear () |
int | scanbuf (const uint16_t *&buf, int32_t length, uint16_t sig, uint16_t mask=0xFFFF) |
void | sync_stats () |
void | zeroCounts () |
Definition at line 15 of file CSCDCCExaminer.h.
CSCDCCExaminer::CSCDCCExaminer | ( | ExaminerMaskType | mask = 0x1 | ) |
2013 Format additions
2013 Format additions
Definition at line 64 of file CSCDCCExaminer.cc.
References ALCT_CRC, ALCT_ZSE, buf0, buf1, buf2, buf_1, EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, CFEB_CRC, checkCrcALCT, checkCrcCFEB, checkCrcTMB, clear(), cntCHAMB_Headers, cntCHAMB_Trailers, cntDDU_Headers, cntDDU_Trailers, COUT, gather_cfg::cout, currentChamber, DAV_ALCT, DAV_CFEB, DAV_TMB, DDU_Firmware_Revision, DDU_WordCount, DDU_WordMismatch_Occurrences, DDU_WordsSinceLastHeader, DDU_WordsSinceLastTrailer, DMB_Active, fALCT_Format2007, fALCT_Header, fDCC_Header, fDCC_Trailer, fDDU_Header, fDDU_Trailer, fDMB_Header, fDMB_Trailer, fFormat2013, fTMB_Format2007, fTMB_Header, modeDDUonly, nDMBs, nWG_round_up, sDMBEventStaus, sDMBExpectedPayload, sERROR, sERROR_, sourceID, sWARNING, sWARNING_, TMB_CRC, TMB_Firmware_Revision, TMB_WordsGEM, TMB_WordsRPC, tmpbuf, and zeroCounts().
|
inline |
Definition at line 328 of file CSCDCCExaminer.h.
|
inline |
Definition at line 226 of file CSCDCCExaminer.h.
References fCHAMB_ERR, nERRORS, and EgammaValidation_cff::num.
|
inline |
Definition at line 232 of file CSCDCCExaminer.h.
References fCHAMB_WRN, EgammaValidation_cff::num, and nWARNINGS.
int32_t CSCDCCExaminer::check | ( | const uint16_t *& | buffer, |
int32_t | length | ||
) |
'buffer' is a sliding pointer; keep track of the true buffer
Check for presence of data blocks inside TMB data
increment counter of 16-bit words since last DMB*ALCT Header match this counter is reset if ALCT Header is found right after DMB Header
decode the actual counting if zero suppression enabled Note: For Run3 the ALCT boards firmware has HMT bits added to ALCTs words, which interferes with ZSE anode rawhits flags making ALCT words calculation incorrect. Added condition to do not check ZSE flags for ALCT words before rawhits
increment counter of 16-bit words without zero suppression decoding
2013 Data format
Moved around 7 CFEBs Active and CFEB DAV payload bits to be compatible with 5 CFEBs version
CFEBs DAV
CFEBs Active 5
CFEBs Active 6,7
CLCT-DAV-Mismatch
Pre-2013 DMB Format
Check if ALCT zero suppression enable:
Check calculated CRC sum against reported
w = buf0[j] & 0x7fff;
w = buf0[j] & 0x7fff;
2013 Data format
!!! Put correct bits positions
ALCT FIFO FULL
TMB FIFO Full
TMB End Timeout
CFEB 1-3 FIFO Full
CFEB 4-5 FIFO Full
CFEB 6-7 FIFO Full
ALCT Start Timeout
TMB Start Timeout
CFEB 1-5 Start Timeout
CFEB 6-7 Start Timeout
ALCT End Timeout
CFEB 1-5 End Timeout
CFEB 6-7 End Timeout
ALCT FIFO FULL
TMB FIFO Full
CFEB 1-5 FIFO Full
ALCT Start Timeout
TMB Start Timeout
CFEB 1-5 Start Timeout
ALCT End Timeout
TMB End Timeout
CFEB 1-5 End Timeout
Definition at line 264 of file CSCDCCExaminer.cc.
References ALCT_CRC, ALCT_WordCount, ALCT_WordsBeforeRaw, ALCT_WordsExpected, ALCT_WordsSinceLastHeader, ALCT_WordsSinceLastHeaderZeroSuppressed, ALCT_ZSE, bCHAMB_ERR, bCHAMB_PAYLOAD, bCHAMB_STATUS, bCHAMB_WRN, bDDU_ERR, bDDU_WRN, bERROR, buf0, buf1, buf2, buf_1, buf_2, edmScanValgrind::buffer, buffer_start, bWARNING, CFEB_BSampleCount, CFEB_CRC, CFEB_SampleCount, CFEB_SampleWordCount, checkCrcALCT, checkCrcCFEB, checkCrcTMB, checkDAVs(), checkTriggerHeadersAndTrailers(), clear(), cntCHAMB_Headers, cntCHAMB_Trailers, cntDDU_Headers, cntDDU_Trailers, COUT, currentChamber, DAV_ALCT, DAV_CFEB, DAV_DMB, DAV_TMB, DDU_Firmware_Revision, DDU_WordCount, DDU_WordsSinceLastHeader, DDU_WordsSinceLastTrailer, dduBuffers, dduOffsets, dduSize, TauDecayModes::dec, DMB_Active, dmbBuffers, dmbOffsets, dmbSize, mps_fire::end, submitPVResolutionJobs::err, fALCT_Format2007, fALCT_Header, fCHAMB_ERR, fDCC_Header, fDCC_Trailer, fDDU_Header, fDDU_Trailer, fDMB_Header, fDMB_Trailer, fERROR, fFormat2013, spr::find(), fTMB_Format2007, fTMB_Header, fWARNING, g, mps_fire::i, createfilelist::int, dqmiolumiharvest::j, modeDDUonly, nDMBs, nERRORS, nWARNINGS, nWG_round_up, scanbuf(), sERROR, sourceID, sWARNING, sync_stats(), submitPVValidationJobs::t, TMB_CRC, TMB_Firmware_Revision, TMB_Tbins, TMB_WordCount, TMB_WordsExpected, TMB_WordsGEM, TMB_WordsRPC, TMB_WordsSinceLastHeader, tmpbuf, uniqueALCT, uniqueTMB, w(), and zeroCounts().
Referenced by CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
private |
checks DAV_ALCT, DAV_TMB, and DAV_CFEB
Definition at line 1643 of file CSCDCCExaminer.cc.
References bCHAMB_ERR, bERROR, currentChamber, DAV_ALCT, DAV_CFEB, DAV_TMB, fCHAMB_ERR, and fERROR.
Referenced by check().
|
private |
Definition at line 1667 of file CSCDCCExaminer.cc.
References ALCT_WordCount, ALCT_WordsBeforeRaw, ALCT_WordsExpected, ALCT_WordsSinceLastHeader, ALCT_WordsSinceLastHeaderZeroSuppressed, ALCT_ZSE, bCHAMB_ERR, bERROR, CFEB_SampleCount, currentChamber, fALCT_Header, fCHAMB_ERR, fERROR, fTMB_Header, TMB_WordCount, TMB_WordsExpected, and TMB_WordsSinceLastHeader.
Referenced by check().
|
private |
Definition at line 1600 of file CSCDCCExaminer.cc.
References bCHAMB_ERR, bCHAMB_PAYLOAD, bCHAMB_STATUS, bCHAMB_WRN, bDDU_ERR, bDDU_WRN, bERROR, bSUM_ERROR, bSUM_WARNING, bWARNING, dduBuffers, dduOffsets, dduSize, dmbBuffers, dmbOffsets, dmbSize, submitPVResolutionJobs::err, fCHAMB_ERR, fCHAMB_WRN, fERROR, fSUM_ERROR, fSUM_WARNING, fWARNING, nERRORS, and nWARNINGS.
Referenced by check(), and CSCDCCExaminer().
void CSCDCCExaminer::crcALCT | ( | bool | enable | ) |
Definition at line 29 of file CSCDCCExaminer.cc.
References remoteMonitoring_LED_IterMethod_cfg::enable.
Referenced by CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
void CSCDCCExaminer::crcCFEB | ( | bool | enable | ) |
Definition at line 45 of file CSCDCCExaminer.cc.
References remoteMonitoring_LED_IterMethod_cfg::enable.
Referenced by CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
void CSCDCCExaminer::crcTMB | ( | bool | enable | ) |
Definition at line 37 of file CSCDCCExaminer.cc.
References remoteMonitoring_LED_IterMethod_cfg::enable.
Referenced by CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
inline |
Definition at line 318 of file CSCDCCExaminer.h.
References dduBuffers.
Referenced by CSCDDUEventData::unpack_data().
|
inline |
Definition at line 321 of file CSCDCCExaminer.h.
References dduOffsets.
|
inline |
Definition at line 324 of file CSCDCCExaminer.h.
References dduSize.
Referenced by CSCDDUEventData::unpack_data().
|
inline |
Definition at line 316 of file CSCDCCExaminer.h.
References sourceID.
Referenced by errorsForDDU(), and warningsForDDU().
|
inline |
Definition at line 319 of file CSCDCCExaminer.h.
References dmbBuffers.
Referenced by CSCDDUEventData::unpack_data().
|
inline |
Definition at line 322 of file CSCDCCExaminer.h.
References dmbOffsets.
Definition at line 325 of file CSCDCCExaminer.h.
References dmbSize.
|
inline |
Definition at line 174 of file CSCDCCExaminer.h.
References nERRORS, EgammaValidation_cff::num, and sERROR.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Definition at line 213 of file CSCDCCExaminer.h.
References fSUM_ERROR, nERRORS, and EgammaValidation_cff::num.
Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag().
|
inline |
Definition at line 187 of file CSCDCCExaminer.h.
References nERRORS, EgammaValidation_cff::num, and sERROR_.
|
inline |
Definition at line 171 of file CSCDCCExaminer.h.
References bSUM_ERROR.
Referenced by CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
inline |
Definition at line 303 of file CSCDCCExaminer.h.
References bCHAMB_ERR.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Definition at line 301 of file CSCDCCExaminer.h.
References bDDU_ERR.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Print (for debugging, to be removed)
Definition at line 255 of file CSCDCCExaminer.h.
References bCHAMB_ERR, relativeConstraints::chamber, and B2GTnPMonitor_cfi::item.
Referenced by cscdqm::EventProcessor::processCSC(), and CSCDDUEventData::unpack_data().
|
inline |
Definition at line 277 of file CSCDCCExaminer.h.
References bDDU_ERR, dduSourceID(), and B2GTnPMonitor_cfi::item.
|
inline |
Definition at line 169 of file CSCDCCExaminer.h.
References examinerMask.
Referenced by CSCDCCUnpacker::produce(), and CSCDDUEventData::unpack_data().
|
inline |
|
inline |
Definition at line 291 of file CSCDCCExaminer.h.
References bDDU_ERR, and B2GTnPMonitor_cfi::item.
void CSCDCCExaminer::modeDDU | ( | bool | enable | ) |
Definition at line 53 of file CSCDCCExaminer.cc.
References remoteMonitoring_LED_IterMethod_cfg::enable.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Definition at line 305 of file CSCDCCExaminer.h.
References bCHAMB_PAYLOAD.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Definition at line 239 of file CSCDCCExaminer.h.
References bCHAMB_PAYLOAD, relativeConstraints::chamber, and B2GTnPMonitor_cfi::item.
|
inline |
Definition at line 200 of file CSCDCCExaminer.h.
References nPAYLOADS, EgammaValidation_cff::num, and sDMBExpectedPayload.
|
inlineprivate |
Definition at line 1756 of file CSCDCCExaminer.cc.
References edmScanValgrind::buffer, mps_fire::i, and gpuClustering::pixelStatus::mask.
Referenced by check().
|
inline |
Definition at line 168 of file CSCDCCExaminer.h.
References examinerMask, and gpuClustering::pixelStatus::mask.
Referenced by CSCOfflineMonitor::doBXMonitor(), CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
inline |
Definition at line 306 of file CSCDCCExaminer.h.
References bCHAMB_STATUS.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Definition at line 247 of file CSCDCCExaminer.h.
References bCHAMB_STATUS, relativeConstraints::chamber, and B2GTnPMonitor_cfi::item.
|
inline |
Definition at line 206 of file CSCDCCExaminer.h.
References nSTATUSES, EgammaValidation_cff::num, and sDMBEventStaus.
|
inlineprivate |
Definition at line 1747 of file CSCDCCExaminer.cc.
References bERROR, bSUM_ERROR, bSUM_WARNING, bWARNING, submitPVResolutionJobs::err, fERROR, fSUM_ERROR, fSUM_WARNING, fWARNING, nERRORS, and nWARNINGS.
Referenced by check().
|
inline |
Definition at line 219 of file CSCDCCExaminer.h.
References fSUM_WARNING, EgammaValidation_cff::num, and nWARNINGS.
|
inline |
Definition at line 193 of file CSCDCCExaminer.h.
References EgammaValidation_cff::num, nWARNINGS, and sWARNING_.
|
inline |
|
inline |
Definition at line 304 of file CSCDCCExaminer.h.
References bCHAMB_WRN.
|
inline |
Definition at line 269 of file CSCDCCExaminer.h.
References bCHAMB_WRN, relativeConstraints::chamber, and B2GTnPMonitor_cfi::item.
|
inline |
Definition at line 284 of file CSCDCCExaminer.h.
References bDDU_WRN, dduSourceID(), and B2GTnPMonitor_cfi::item.
|
inline |
Definition at line 180 of file CSCDCCExaminer.h.
References EgammaValidation_cff::num, nWARNINGS, and sWARNING.
|
private |
Definition at line 1627 of file CSCDCCExaminer.cc.
References ALCT_WordCount, ALCT_WordsBeforeRaw, ALCT_WordsExpected, ALCT_WordsSinceLastHeader, ALCT_WordsSinceLastHeaderZeroSuppressed, ALCT_ZSE, CFEB_BSampleCount, CFEB_SampleCount, CFEB_SampleWordCount, TMB_Tbins, TMB_WordCount, TMB_WordsExpected, and TMB_WordsSinceLastHeader.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 139 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 119 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 121 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 120 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 117 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 118 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
number of ALCT words before anode raw data
Definition at line 122 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), CSCDCCExaminer(), and zeroCounts().
|
private |
Definition at line 30 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), checkTriggerHeadersAndTrailers(), clear(), errorsDetailed(), and errorsForChamber().
|
private |
Definition at line 32 of file CSCDCCExaminer.h.
Referenced by check(), clear(), payloadDetailed(), and payloadForChamber().
|
private |
Definition at line 33 of file CSCDCCExaminer.h.
Referenced by check(), clear(), statusDetailed(), and statusForChamber().
|
private |
Definition at line 31 of file CSCDCCExaminer.h.
Referenced by check(), clear(), warningsDetailed(), and warningsForChamber().
|
private |
Definition at line 34 of file CSCDCCExaminer.h.
Referenced by check(), clear(), errorsDetailedDDU(), errorsForDDU(), and listOfDDUs().
|
private |
Definition at line 35 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and warningsForDDU().
|
private |
Definition at line 21 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), checkTriggerHeadersAndTrailers(), clear(), and sync_stats().
|
private |
Definition at line 22 of file CSCDCCExaminer.h.
Referenced by clear(), errors(), and sync_stats().
|
private |
Definition at line 22 of file CSCDCCExaminer.h.
Referenced by clear(), sync_stats(), and warnings().
|
private |
Definition at line 73 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 73 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 73 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 73 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 73 of file CSCDCCExaminer.h.
Referenced by check().
|
private |
Definition at line 158 of file CSCDCCExaminer.h.
Referenced by check().
|
private |
Definition at line 21 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and sync_stats().
|
private |
Definition at line 136 of file CSCDCCExaminer.h.
Referenced by check(), and zeroCounts().
|
private |
Definition at line 143 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 135 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 134 of file CSCDCCExaminer.h.
Referenced by check(), and zeroCounts().
|
private |
Definition at line 138 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 142 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 140 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
std::map<CSCIdType, uint32_t> CSCDCCExaminer::cntCHAMB_Headers |
Definition at line 99 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
std::map<CSCIdType, uint32_t> CSCDCCExaminer::cntCHAMB_Trailers |
Definition at line 100 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
uint32_t CSCDCCExaminer::cntDDU_Headers |
Definition at line 97 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
uint32_t CSCDCCExaminer::cntDDU_Trailers |
Definition at line 98 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 71 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), checkTriggerHeadersAndTrailers(), and CSCDCCExaminer().
|
private |
Definition at line 90 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), and CSCDCCExaminer().
|
private |
Definition at line 92 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), and CSCDCCExaminer().
|
private |
Definition at line 93 of file CSCDCCExaminer.h.
Referenced by check().
|
private |
Definition at line 91 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), and CSCDCCExaminer().
|
private |
Definition at line 132 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 113 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 114 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer().
|
private |
Definition at line 112 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 115 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 152 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DDU_block().
|
private |
Definition at line 154 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DDU_ptrOffsets().
|
private |
Definition at line 156 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DDU_size().
|
private |
Definition at line 94 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
Definition at line 153 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DMB_block().
Definition at line 155 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DMB_ptrOffsets().
Definition at line 157 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DMB_size().
|
private |
Definition at line 147 of file CSCDCCExaminer.h.
|
private |
Definition at line 85 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 82 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and CSCDCCExaminer().
|
private |
Definition at line 28 of file CSCDCCExaminer.h.
Referenced by chambersWithError(), check(), checkDAVs(), checkTriggerHeadersAndTrailers(), and clear().
|
private |
Definition at line 29 of file CSCDCCExaminer.h.
Referenced by chambersWithWarning(), and clear().
|
private |
Definition at line 76 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 77 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 78 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 79 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 80 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 81 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 23 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), checkTriggerHeadersAndTrailers(), clear(), and sync_stats().
|
private |
Definition at line 86 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 25 of file CSCDCCExaminer.h.
Referenced by clear(), error(), and sync_stats().
|
private |
Definition at line 26 of file CSCDCCExaminer.h.
Referenced by clear(), sync_stats(), and warning().
|
private |
Definition at line 84 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 83 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and CSCDCCExaminer().
|
private |
Definition at line 24 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and sync_stats().
|
private |
Definition at line 145 of file CSCDCCExaminer.h.
Referenced by check(), CSCDCCExaminer(), and isDDUmode().
|
private |
Definition at line 94 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
const uint16_t CSCDCCExaminer::nERRORS |
Definition at line 17 of file CSCDCCExaminer.h.
Referenced by chambersWithError(), check(), clear(), errName(), error(), errorName(), CSCDCCUnpacker::produce(), and sync_stats().
const uint16_t CSCDCCExaminer::nPAYLOADS |
Definition at line 17 of file CSCDCCExaminer.h.
Referenced by payloadName().
const uint16_t CSCDCCExaminer::nSTATUSES |
Definition at line 17 of file CSCDCCExaminer.h.
Referenced by cscdqm::EventProcessor::processExaminer(), and statusName().
const uint16_t CSCDCCExaminer::nWARNINGS |
Definition at line 17 of file CSCDCCExaminer.h.
Referenced by chambersWithWarning(), check(), clear(), sync_stats(), warning(), warningName(), and wrnName().
|
private |
check zero suppression mode
Definition at line 123 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 20 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer(), and statusName().
|
private |
Definition at line 20 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer(), and payloadName().
|
private |
Definition at line 20 of file CSCDCCExaminer.h.
Referenced by check(), CSCDCCExaminer(), and errName().
|
private |
Definition at line 20 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer(), and errorName().
|
private |
Definition at line 146 of file CSCDCCExaminer.h.
Referenced by check(), CSCDCCExaminer(), and dduSourceID().
|
private |
Definition at line 20 of file CSCDCCExaminer.h.
Referenced by check(), CSCDCCExaminer(), and wrnName().
|
private |
Definition at line 20 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer(), and warningName().
|
private |
Definition at line 141 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 131 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 128 of file CSCDCCExaminer.h.
Referenced by check(), and zeroCounts().
|
private |
Definition at line 126 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 127 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 130 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 129 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
to decode if zero suppression enabled
Definition at line 125 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 74 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 88 of file CSCDCCExaminer.h.
Referenced by check().
|
private |
Definition at line 88 of file CSCDCCExaminer.h.
Referenced by check().