#include <GEMDAQStatusSource.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static void | globalEndJob (DQMEDAnalyzerGlobalCache const *) |
static void | globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup, LuminosityBlockContext const *context) |
static void | globalEndRunProduce (edm::Run &run, edm::EventSetup const &setup, RunContext const *context) |
static std::unique_ptr< DQMEDAnalyzerGlobalCache > | initializeGlobalCache (edm::ParameterSet const &) |
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) override |
void | FillWithRiseErr (MonitorElement *h, Int_t nX, Int_t nY, Bool_t &bErr) |
Protected Member Functions inherited from GEMDQMBase | |
template<typename T > | |
bool | checkRefs (const std::vector< T * > &) |
dqm::impl::MonitorElement * | CreateSummaryHist (DQMStore::IBooker &ibooker, TString strName) |
int | GenerateMEPerChamber (DQMStore::IBooker &ibooker) |
int | getDetOccXBin (const int, const int, const int) |
int | getIEtaFromVFAT (const int station, const int vfat) |
int | getIEtaFromVFATGE11 (const int vfat) |
int | getMaxVFAT (const int) |
int | getNumEtaPartitions (const GEMStation *) |
int | getVFATNumber (const int, const int, const int) |
int | getVFATNumberByDigi (const int, const int, const int) |
int | getVFATNumberGE11 (const int, const int, const int) |
int | initGeometry (edm::EventSetup const &iSetup) |
ME2IdsKey | key3Tokey2 (ME3IdsKey key) |
ME3IdsKey | key4Tokey3 (ME4IdsKey key) |
int | keyToChamber (ME4IdsKey key) |
int | keyToIEta (ME3IdsKey key) |
int | keyToIEta (ME4IdsKey key) |
int | keyToLayer (ME3IdsKey key) |
int | keyToLayer (ME4IdsKey key) |
int | keyToRegion (ME2IdsKey key) |
int | keyToRegion (ME3IdsKey key) |
int | keyToRegion (ME4IdsKey key) |
int | keyToStation (ME2IdsKey key) |
int | keyToStation (ME3IdsKey key) |
int | keyToStation (ME4IdsKey key) |
int | loadChambers () |
virtual int | ProcessWithMEMap2 (BookingHelper &bh, ME2IdsKey key) |
virtual int | ProcessWithMEMap2AbsReWithEta (BookingHelper &bh, ME3IdsKey key) |
virtual int | ProcessWithMEMap2WithEta (BookingHelper &bh, ME3IdsKey key) |
virtual int | ProcessWithMEMap4 (BookingHelper &bh, ME4IdsKey key) |
int | readRadiusEtaPartition (int nRegion, int nStation) |
int | SortingLayers (std::vector< ME3IdsKey > &listLayers) |
Protected Member Functions inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Private Member Functions | |
int | ProcessWithMEMap3 (BookingHelper &bh, ME3IdsKey key) override |
int | ProcessWithMEMap3WithChamber (BookingHelper &bh, ME4IdsKey key) override |
void | SetLabelAMC13Status (MonitorElement *h2Status) |
void | SetLabelAMCStatus (MonitorElement *h2Status) |
void | SetLabelOHStatus (MonitorElement *h2Status) |
void | SetLabelVFATStatus (MonitorElement *h2Status) |
Private Attributes | |
MonitorElement * | h2AMC13Status_ |
MonitorElement * | h2AMCStatusNeg_ |
MonitorElement * | h2AMCStatusPos_ |
MonitorElement * | h2SummaryStatusError |
MonitorElement * | h2SummaryStatusWarning |
std::map< UInt_t, int > | mapFEDIdToRe_ |
MEMap3Inf | mapStatusErrVFATPerLayer_ |
MEMap3Inf | mapStatusOH_ |
MEMap3Inf | mapStatusVFAT_ |
MEMap4Inf | mapStatusVFATPerCh_ |
MEMap3Inf | mapStatusWarnVFATPerLayer_ |
Int_t | nAMCSlots_ |
int | nBitAMC13_ = 10 |
int | nBitAMC_ = 12 |
int | nBitOH_ = 17 |
int | nBitVFAT_ = 7 |
Int_t | nBXMax_ |
Int_t | nBXMin_ |
edm::EDGetToken | tagAMC13_ |
edm::EDGetToken | tagAMC_ |
edm::EDGetToken | tagOH_ |
edm::EDGetToken | tagVFAT_ |
Definition at line 31 of file GEMDAQStatusSource.h.
|
explicit |
Definition at line 6 of file GEMDAQStatusSource.cc.
References looper::cfg, nAMCSlots_, tagAMC13_, tagAMC_, tagOH_, and tagVFAT_.
|
inlineoverride |
Definition at line 34 of file GEMDAQStatusSource.h.
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 194 of file GEMDAQStatusSource.cc.
References MuonDigiCollection< IndexType, DigiType >::begin(), GEMDetId::chamber(), MuonDigiCollection< IndexType, DigiType >::end(), l1tstage2_dqm_sourceclient-live_cfg::fedId, dqm::impl::MonitorElement::Fill(), GEMDQMBase::MEMapInfT< M, K >::Fill(), FillWithRiseErr(), GEMDQMBase::getVFATNumber(), h2AMC13Status_, h2AMCStatusNeg_, h2AMCStatusPos_, h2SummaryStatusError, h2SummaryStatusWarning, GEMDetId::ieta(), GEMDQMBase::key4Tokey3(), GEMDQMBase::keyToChamber(), GEMDetId::layer(), GEMDQMBase::log_category_, mapFEDIdToRe_, GEMDQMBase::mapStationToIdx_, mapStatusErrVFATPerLayer_, mapStatusOH_, mapStatusVFAT_, mapStatusVFATPerCh_, mapStatusWarnVFATPerLayer_, FastTimerService_cff::range, GEMDetId::region(), GEMDetId::station(), tagAMC13_, tagAMC_, tagOH_, tagVFAT_, and debug_messages_cfi::warnings.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 93 of file GEMDAQStatusSource.cc.
References dqm::implementation::IBooker::book2D(), dqm::implementation::NavigatorBase::cd(), GEMDQMBase::CreateSummaryHist(), GEMDQMBase::GEMGeometry_, GEMDQMBase::GenerateMEPerChamber(), h2AMC13Status_, h2AMCStatusNeg_, h2AMCStatusPos_, h2SummaryStatusError, h2SummaryStatusWarning, GEMDQMBase::initGeometry(), GEMDQMBase::loadChambers(), mapFEDIdToRe_, mapStatusErrVFATPerLayer_, mapStatusOH_, mapStatusVFAT_, mapStatusVFATPerCh_, mapStatusWarnVFATPerLayer_, nAMCSlots_, nBitAMC13_, nBitAMC_, nBitOH_, nBitVFAT_, nBXMax_, nBXMin_, dqm::implementation::NavigatorBase::setCurrentFolder(), SetLabelAMC13Status(), SetLabelAMCStatus(), and dqm::impl::MonitorElement::setTitle().
|
inlineoverrideprotectedvirtual |
|
static |
Definition at line 15 of file GEMDAQStatusSource.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineprotected |
Definition at line 42 of file GEMDAQStatusSource.h.
Referenced by analyze().
|
overrideprivatevirtual |
Reimplemented from GEMDQMBase.
Definition at line 152 of file GEMDAQStatusSource.cc.
References GEMDQMBase::MEMapInfT< M, K >::bookND(), GEMDQMBase::MEMapInfT< M, K >::FindHist(), crabWrapper::key, GEMDQMBase::mapStationInfo_, mapStatusErrVFATPerLayer_, mapStatusOH_, mapStatusVFAT_, mapStatusWarnVFATPerLayer_, GEMDQMBase::MEStationInfo::nMaxVFAT_, GEMDQMBase::MEStationInfo::nNumChambers_, GEMDQMBase::MEStationInfo::nNumEtaPartitions_, GEMDQMBase::MEMapInfT< M, K >::SetBinConfX(), GEMDQMBase::MEMapInfT< M, K >::SetBinConfY(), GEMDQMBase::MEMapInfT< M, K >::SetLabelForChambers(), GEMDQMBase::MEMapInfT< M, K >::SetLabelForVFATs(), SetLabelOHStatus(), and SetLabelVFATStatus().
|
overrideprivatevirtual |
Reimplemented from GEMDQMBase.
Definition at line 182 of file GEMDAQStatusSource.cc.
References GEMDQMBase::MEMapInfT< M, K >::bookND(), GEMDQMBase::MEMapInfT< M, K >::FindHist(), crabWrapper::key, GEMDQMBase::key4Tokey3(), GEMDQMBase::mapStationInfo_, mapStatusVFATPerCh_, GEMDQMBase::MEStationInfo::nMaxVFAT_, GEMDQMBase::MEStationInfo::nNumEtaPartitions_, GEMDQMBase::MEMapInfT< M, K >::SetBinConfX(), GEMDQMBase::MEMapInfT< M, K >::SetLabelForVFATs(), and SetLabelVFATStatus().
|
private |
Definition at line 28 of file GEMDAQStatusSource.cc.
References dqm::impl::MonitorElement::setBinLabel().
Referenced by bookHistograms().
|
private |
Definition at line 45 of file GEMDAQStatusSource.cc.
References dqm::impl::MonitorElement::setBinLabel().
Referenced by bookHistograms().
|
private |
Definition at line 61 of file GEMDAQStatusSource.cc.
References dqm::impl::MonitorElement::setBinLabel().
Referenced by ProcessWithMEMap3().
|
private |
Definition at line 82 of file GEMDAQStatusSource.cc.
References dqm::impl::MonitorElement::setBinLabel().
Referenced by ProcessWithMEMap3(), and ProcessWithMEMap3WithChamber().
|
private |
Definition at line 61 of file GEMDAQStatusSource.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 63 of file GEMDAQStatusSource.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 62 of file GEMDAQStatusSource.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 73 of file GEMDAQStatusSource.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 72 of file GEMDAQStatusSource.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 77 of file GEMDAQStatusSource.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file GEMDAQStatusSource.h.
Referenced by analyze(), bookHistograms(), and ProcessWithMEMap3().
|
private |
Definition at line 65 of file GEMDAQStatusSource.h.
Referenced by analyze(), bookHistograms(), and ProcessWithMEMap3().
|
private |
Definition at line 66 of file GEMDAQStatusSource.h.
Referenced by analyze(), bookHistograms(), and ProcessWithMEMap3().
|
private |
Definition at line 70 of file GEMDAQStatusSource.h.
Referenced by analyze(), bookHistograms(), and ProcessWithMEMap3WithChamber().
|
private |
Definition at line 68 of file GEMDAQStatusSource.h.
Referenced by analyze(), bookHistograms(), and ProcessWithMEMap3().
|
private |
Definition at line 78 of file GEMDAQStatusSource.h.
Referenced by bookHistograms(), and GEMDAQStatusSource().
|
private |
Definition at line 80 of file GEMDAQStatusSource.h.
Referenced by bookHistograms().
|
private |
Definition at line 81 of file GEMDAQStatusSource.h.
Referenced by bookHistograms().
|
private |
Definition at line 82 of file GEMDAQStatusSource.h.
Referenced by bookHistograms().
|
private |
Definition at line 83 of file GEMDAQStatusSource.h.
Referenced by bookHistograms().
|
private |
Definition at line 75 of file GEMDAQStatusSource.h.
Referenced by bookHistograms().
|
private |
Definition at line 75 of file GEMDAQStatusSource.h.
Referenced by bookHistograms().
|
private |
Definition at line 59 of file GEMDAQStatusSource.h.
Referenced by analyze(), and GEMDAQStatusSource().
|
private |
Definition at line 58 of file GEMDAQStatusSource.h.
Referenced by analyze(), and GEMDAQStatusSource().
|
private |
Definition at line 57 of file GEMDAQStatusSource.h.
Referenced by analyze(), and GEMDAQStatusSource().
|
private |
Definition at line 56 of file GEMDAQStatusSource.h.
Referenced by analyze(), and GEMDAQStatusSource().