#include <CSCDCCExaminer.h>
Classes | |
class | OStream |
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 |
std::vector< DDUIdType > | listOfDDUs (void) const |
void | modeDDU (bool enable) |
OStream & | output1 (void) |
OStream & | output2 (void) |
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 | zeroCounts () |
Definition at line 11 of file CSCDCCExaminer.h.
CSCDCCExaminer::CSCDCCExaminer | ( | ExaminerMaskType | mask = 0x1 | ) |
Definition at line 43 of file CSCDCCExaminer.cc.
References ALCT_CRC, ALCT_ZSE, buf0, buf1, buf2, buf_1, cerr, ExpressReco_HICollisions_FallBack::cerr, CFEB_CRC, checkCrcALCT, checkCrcCFEB, checkCrcTMB, clear(), cntCHAMB_Headers, cntCHAMB_Trailers, cntDDU_Headers, cntDDU_Trailers, gather_cfg::cout, cout, currentChamber, DAV_ALCT, DAV_CFEB, DAV_TMB, 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, fTMB_Format2007, fTMB_Header, modeDDUonly, nDMBs, nWG_round_up, CSCDCCExaminer::OStream::redirect(), sDMBEventStaus, sDMBExpectedPayload, sERROR, sERROR_, sourceID, sWARNING, sWARNING_, TMB_CRC, TMB_Firmware_Revision, TMB_WordsRPC, tmpbuf, and zeroCounts().
|
inline |
Definition at line 238 of file CSCDCCExaminer.h.
|
inline |
|
inline |
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
increment counter of 16-bit words without zero suppression decoding
bzero(fERROR, sizeof(bool)*nERRORS); bzero(fWARNING, sizeof(bool)*nWARNINGS); bERROR = 0; bWARNING = 0; for(int err=0; err<nERRORS; err++) fCHAMB_ERR[err].clear(); for(int wrn=0; wrn<nWARNINGS; wrn++) fCHAMB_WRN[wrn].clear(); bCHAMB_ERR.clear(); bCHAMB_WRN.clear();
Check if ALCT zero suppression enable:
Check calculated CRC sum against reported
w = buf0[j] & 0x7fff;
w = buf0[j] & 0x7fff;
Definition at line 211 of file CSCDCCExaminer.cc.
References ALCT_CRC, ALCT_WordCount, 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, buffer_start, bWARNING, cerr, 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_WordCount, DDU_WordsSinceLastHeader, DDU_WordsSinceLastTrailer, dduBuffers, dduOffsets, dduSize, DMB_Active, dmbBuffers, dmbOffsets, dmbSize, end, fALCT_Format2007, fALCT_Header, fCHAMB_ERR, fDCC_Header, fDCC_Trailer, fDDU_Header, fDDU_Trailer, fDMB_Header, fDMB_Trailer, fERROR, spr::find(), fTMB_Format2007, fTMB_Header, fWARNING, g, i, j, modeDDUonly, nDMBs, nERRORS, nWARNINGS, nWG_round_up, pos, scanbuf(), sERROR, sourceID, sWARNING, matplotRender::t, TMB_CRC, TMB_Firmware_Revision, TMB_Tbins, TMB_WordCount, TMB_WordsExpected, TMB_WordsRPC, TMB_WordsSinceLastHeader, tmpbuf, uniqueALCT, uniqueTMB, and zeroCounts().
Referenced by CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
private |
checks DAV_ALCT, DAV_TMB, and DAV_CFEB
Definition at line 1369 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 1395 of file CSCDCCExaminer.cc.
References ALCT_WordCount, 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 1330 of file CSCDCCExaminer.cc.
References bCHAMB_ERR, bCHAMB_PAYLOAD, bCHAMB_STATUS, bCHAMB_WRN, bDDU_ERR, bDDU_WRN, bERROR, bWARNING, dduBuffers, dduOffsets, dduSize, dmbBuffers, dmbOffsets, dmbSize, fCHAMB_ERR, fCHAMB_WRN, fERROR, fWARNING, nERRORS, and nWARNINGS.
Referenced by check(), python.Vispa.Views.WidgetView.WidgetView::closeEvent(), python.Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), CSCDCCExaminer(), python.Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), python.Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), python.Vispa.Views.WidgetView.WidgetView::setDataObjects(), python.Vispa.Views.TreeView.TreeView::updateContent(), python.Vispa.Views.TableView.TableView::updateContent(), python.Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and python.Vispa.Views.PropertyView.PropertyView::updateContent().
void CSCDCCExaminer::crcALCT | ( | bool | enable | ) |
Definition at line 6 of file CSCDCCExaminer.cc.
Referenced by CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
void CSCDCCExaminer::crcCFEB | ( | bool | enable | ) |
Definition at line 22 of file CSCDCCExaminer.cc.
Referenced by CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
void CSCDCCExaminer::crcTMB | ( | bool | enable | ) |
Definition at line 14 of file CSCDCCExaminer.cc.
Referenced by CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
inline |
Definition at line 228 of file CSCDCCExaminer.h.
References dduBuffers.
Referenced by CSCDDUEventData::unpack_data().
|
inline |
Definition at line 231 of file CSCDCCExaminer.h.
References dduOffsets.
|
inline |
Definition at line 234 of file CSCDCCExaminer.h.
References dduSize.
Referenced by CSCDDUEventData::unpack_data().
|
inline |
|
inline |
Definition at line 229 of file CSCDCCExaminer.h.
References dmbBuffers.
Referenced by CSCDDUEventData::unpack_data().
|
inline |
Definition at line 232 of file CSCDCCExaminer.h.
References dmbOffsets.
Definition at line 235 of file CSCDCCExaminer.h.
References dmbSize.
|
inline |
Definition at line 155 of file CSCDCCExaminer.h.
References nERRORS, and sERROR.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Definition at line 164 of file CSCDCCExaminer.h.
References fERROR, and nERRORS.
Referenced by argparse.ArgumentParser::_get_option_tuples(), argparse.ArgumentParser::_parse_known_args(), argparse.ArgumentParser::_parse_optional(), argparse.ArgumentParser::_read_args_from_files(), argparse.ArgumentParser::add_subparsers(), argparse.ArgumentParser::parse_args(), and argparse.ArgumentParser::parse_known_args().
|
inline |
|
inline |
Definition at line 152 of file CSCDCCExaminer.h.
References bERROR.
Referenced by CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
inline |
Definition at line 213 of file CSCDCCExaminer.h.
References bCHAMB_ERR.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Definition at line 211 of file CSCDCCExaminer.h.
References bDDU_ERR.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Print (for debugging, to be removed)
Definition at line 180 of file CSCDCCExaminer.h.
References bCHAMB_ERR.
Referenced by cscdqm::EventProcessor::processCSC(), and CSCDDUEventData::unpack_data().
|
inline |
Definition at line 196 of file CSCDCCExaminer.h.
References bDDU_ERR.
|
inline |
Definition at line 150 of file CSCDCCExaminer.h.
References examinerMask.
Referenced by CSCDCCUnpacker::produce(), and CSCDDUEventData::unpack_data().
|
inline |
Definition at line 204 of file CSCDCCExaminer.h.
References bDDU_ERR.
void CSCDCCExaminer::modeDDU | ( | bool | enable | ) |
Definition at line 30 of file CSCDCCExaminer.cc.
|
inline |
Definition at line 144 of file CSCDCCExaminer.h.
References cout.
Referenced by CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
inline |
Definition at line 145 of file CSCDCCExaminer.h.
References cerr.
Referenced by CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
inline |
Definition at line 215 of file CSCDCCExaminer.h.
References bCHAMB_PAYLOAD.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Definition at line 170 of file CSCDCCExaminer.h.
References bCHAMB_PAYLOAD.
|
inline |
Definition at line 161 of file CSCDCCExaminer.h.
References nPAYLOADS, and sDMBExpectedPayload.
|
inlineprivate |
|
inline |
Definition at line 149 of file CSCDCCExaminer.h.
References examinerMask.
Referenced by CSCValidation::doTimeMonitoring(), and CSCDCCUnpacker::produce().
|
inline |
Definition at line 216 of file CSCDCCExaminer.h.
References bCHAMB_STATUS.
Referenced by CSCDCCUnpacker::produce().
|
inline |
Definition at line 175 of file CSCDCCExaminer.h.
References bCHAMB_STATUS.
|
inline |
Definition at line 162 of file CSCDCCExaminer.h.
References nSTATUSES, and sDMBEventStaus.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 214 of file CSCDCCExaminer.h.
References bCHAMB_WRN.
|
inline |
Definition at line 191 of file CSCDCCExaminer.h.
References bCHAMB_WRN.
|
inline |
Definition at line 200 of file CSCDCCExaminer.h.
References bDDU_WRN.
|
inline |
|
private |
Definition at line 1352 of file CSCDCCExaminer.cc.
References ALCT_WordCount, 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 122 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 105 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 106 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 103 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 104 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 107 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), CSCDCCExaminer(), and zeroCounts().
|
private |
Definition at line 23 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), checkTriggerHeadersAndTrailers(), clear(), errorsDetailed(), and errorsForChamber().
|
private |
Definition at line 25 of file CSCDCCExaminer.h.
Referenced by check(), clear(), payloadDetailed(), and payloadForChamber().
|
private |
Definition at line 26 of file CSCDCCExaminer.h.
Referenced by check(), clear(), statusDetailed(), and statusForChamber().
|
private |
Definition at line 24 of file CSCDCCExaminer.h.
Referenced by check(), clear(), warningsDetailed(), and warningsForChamber().
|
private |
Definition at line 27 of file CSCDCCExaminer.h.
Referenced by check(), clear(), errorsDetailedDDU(), errorsForDDU(), and listOfDDUs().
|
private |
Definition at line 28 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and warningsForDDU().
|
private |
Definition at line 17 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), checkTriggerHeadersAndTrailers(), clear(), and errors().
|
private |
Definition at line 61 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 61 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 61 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 61 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 61 of file CSCDCCExaminer.h.
Referenced by check().
|
private |
Definition at line 141 of file CSCDCCExaminer.h.
Referenced by check().
|
private |
Definition at line 17 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and warnings().
|
private |
Definition at line 57 of file CSCDCCExaminer.h.
Referenced by check(), CSCDCCExaminer(), and output2().
|
private |
Definition at line 119 of file CSCDCCExaminer.h.
Referenced by check(), and zeroCounts().
|
private |
Definition at line 126 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 118 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 117 of file CSCDCCExaminer.h.
Referenced by check(), and zeroCounts().
|
private |
Definition at line 121 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 125 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 123 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
std::map<CSCIdType,uint32_t> CSCDCCExaminer::cntCHAMB_Headers |
Definition at line 86 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
std::map<CSCIdType,uint32_t> CSCDCCExaminer::cntCHAMB_Trailers |
Definition at line 87 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
uint32_t CSCDCCExaminer::cntDDU_Headers |
Definition at line 84 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
uint32_t CSCDCCExaminer::cntDDU_Trailers |
Definition at line 85 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 57 of file CSCDCCExaminer.h.
Referenced by check(), CSCDCCExaminer(), and output1().
|
private |
Definition at line 59 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), checkTriggerHeadersAndTrailers(), and CSCDCCExaminer().
|
private |
Definition at line 77 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), and CSCDCCExaminer().
|
private |
Definition at line 79 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), and CSCDCCExaminer().
|
private |
Definition at line 80 of file CSCDCCExaminer.h.
Referenced by check().
|
private |
Definition at line 78 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), and CSCDCCExaminer().
|
private |
Definition at line 99 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 100 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer().
|
private |
Definition at line 98 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 101 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 135 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DDU_block().
|
private |
Definition at line 137 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DDU_ptrOffsets().
|
private |
Definition at line 139 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DDU_size().
|
private |
Definition at line 81 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
Definition at line 136 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DMB_block().
Definition at line 138 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DMB_ptrOffsets().
Definition at line 140 of file CSCDCCExaminer.h.
Referenced by check(), clear(), and DMB_size().
|
private |
Definition at line 130 of file CSCDCCExaminer.h.
|
private |
Definition at line 73 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 70 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and CSCDCCExaminer().
|
private |
Definition at line 21 of file CSCDCCExaminer.h.
Referenced by chambersWithError(), check(), checkDAVs(), checkTriggerHeadersAndTrailers(), and clear().
|
private |
Definition at line 22 of file CSCDCCExaminer.h.
Referenced by chambersWithWarning(), and clear().
|
private |
Definition at line 64 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 65 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 66 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 67 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 68 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 69 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 18 of file CSCDCCExaminer.h.
Referenced by check(), checkDAVs(), checkTriggerHeadersAndTrailers(), clear(), and error().
|
private |
Definition at line 72 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 71 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and CSCDCCExaminer().
|
private |
Definition at line 19 of file CSCDCCExaminer.h.
|
private |
Definition at line 128 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 81 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
const uint16_t CSCDCCExaminer::nERRORS |
Definition at line 13 of file CSCDCCExaminer.h.
Referenced by chambersWithError(), check(), clear(), errName(), error(), errorName(), and CSCDCCUnpacker::produce().
const uint16_t CSCDCCExaminer::nPAYLOADS |
Definition at line 13 of file CSCDCCExaminer.h.
Referenced by payloadName().
const uint16_t CSCDCCExaminer::nSTATUSES |
Definition at line 13 of file CSCDCCExaminer.h.
Referenced by cscdqm::EventProcessor::processExaminer(), and statusName().
const uint16_t CSCDCCExaminer::nWARNINGS |
Definition at line 13 of file CSCDCCExaminer.h.
Referenced by chambersWithWarning(), check(), clear(), warning(), warningName(), and wrnName().
|
private |
check zero suppression mode
Definition at line 108 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 16 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer(), and statusName().
|
private |
Definition at line 16 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer(), and payloadName().
|
private |
Definition at line 16 of file CSCDCCExaminer.h.
Referenced by check(), CSCDCCExaminer(), and errName().
|
private |
Definition at line 16 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer(), and errorName().
|
private |
Definition at line 129 of file CSCDCCExaminer.h.
Referenced by check(), CSCDCCExaminer(), and dduSourceID().
|
private |
Definition at line 16 of file CSCDCCExaminer.h.
Referenced by check(), CSCDCCExaminer(), and wrnName().
|
private |
Definition at line 16 of file CSCDCCExaminer.h.
Referenced by CSCDCCExaminer(), and warningName().
|
private |
Definition at line 124 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 113 of file CSCDCCExaminer.h.
Referenced by check(), and zeroCounts().
|
private |
Definition at line 111 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 112 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 114 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
to decode if zero suppression enabled
Definition at line 110 of file CSCDCCExaminer.h.
Referenced by check(), checkTriggerHeadersAndTrailers(), and zeroCounts().
|
private |
Definition at line 62 of file CSCDCCExaminer.h.
Referenced by check(), and CSCDCCExaminer().
|
private |
Definition at line 75 of file CSCDCCExaminer.h.
Referenced by check().
|
private |
Definition at line 75 of file CSCDCCExaminer.h.
Referenced by check().