![]() |
![]() |
#include <GEMOfflineDQMBase.h>
Public Types | |
using | MEMap = std::map< GEMDetId, dqm::impl::MonitorElement * > |
![]() | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
![]() | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Member Functions | |
template<typename T > | |
bool | checkRefs (const std::vector< T * > &) |
void | fillME (MEMap &me_map, const GEMDetId &key, const float x) |
void | fillME (MEMap &me_map, const GEMDetId &key, const float x, const float y) |
GEMOfflineDQMBase (const edm::ParameterSet &) | |
int | getDetOccXBin (const GEMDetId &, const edm::ESHandle< GEMGeometry > &) |
int | getDetOccXBin (const int, const int, const int) |
GEMDetId | getKey (const GEMDetId &) |
int | getMaxVFAT (const int) |
int | getNumEtaPartitions (const GEMStation *) |
GEMDetId | getReStEtKey (const GEMDetId &) |
GEMDetId | getReStKey (const GEMDetId &) |
GEMDetId | getReStKey (const int, const int) |
GEMDetId | getReStLaChKey (const GEMDetId &) |
GEMDetId | getReStLaKey (const GEMDetId &) |
TString | getSuffixName (Int_t) |
TString | getSuffixName (Int_t, Int_t) |
TString | getSuffixName (Int_t, Int_t, Int_t) |
TString | getSuffixName (Int_t, Int_t, Int_t, Int_t) |
TString | getSuffixTitle (Int_t) |
TString | getSuffixTitle (Int_t, Int_t) |
TString | getSuffixTitle (Int_t, Int_t, Int_t) |
TString | getSuffixTitle (Int_t, Int_t, Int_t, Int_t) |
int | getVFATNumber (const int, const int, const int) |
int | getVFATNumberByStrip (const int, const int, const int) |
void | setDetLabelsEta (MonitorElement *, const GEMStation *) |
void | setDetLabelsVFAT (MonitorElement *, const GEMStation *) |
![]() | |
void | accumulate (edm::Event const &event, edm::EventSetup const &setup) final |
virtual void | analyze (edm::Event const &, edm::EventSetup const &) |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final |
void | beginRun (edm::Run const &run, edm::EventSetup const &setup) final |
void | beginStream (edm::StreamID id) final |
virtual void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &)=0 |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
DQMEDAnalyzer () | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final |
void | endRun (edm::Run const &run, edm::EventSetup const &setup) final |
virtual bool | getCanSaveByLumi () |
![]() | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Public Attributes | |
std::string | log_category_ |
Additional Inherited Members | |
![]() | |
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 &) |
![]() | |
uint64_t | meId () const |
![]() | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 11 of file GEMOfflineDQMBase.h.
using GEMOfflineDQMBase::MEMap = std::map<GEMDetId, dqm::impl::MonitorElement*> |
Definition at line 13 of file GEMOfflineDQMBase.h.
|
explicit |
Definition at line 4 of file GEMOfflineDQMBase.cc.
|
inline |
Definition at line 80 of file GEMOfflineDQMBase.h.
Referenced by GEMOfflineMonitor::bookDigiOccupancy(), GEMEfficiencyAnalyzer::bookEfficiencyChamber(), GEMEfficiencyAnalyzer::bookEfficiencyEtaPartition(), GEMOfflineMonitor::bookHitOccupancy(), GEMEfficiencyAnalyzer::bookMisc(), GEMEfficiencyAnalyzer::bookResolution(), and getNumEtaPartitions().
Definition at line 92 of file GEMOfflineDQMBase.cc.
References crabWrapper::key, log_category_, AlCaHLTBitMon_QueryRunRegistry::string, UNLIKELY, and x.
Referenced by GEMEfficiencyAnalyzer::analyze(), GEMOfflineMonitor::doDigiOccupancy(), and GEMOfflineMonitor::doHitOccupancy().
void GEMOfflineDQMBase::fillME | ( | MEMap & | me_map, |
const GEMDetId & | key, | ||
const float | x, | ||
const float | y | ||
) |
Definition at line 103 of file GEMOfflineDQMBase.cc.
References crabWrapper::key, log_category_, UNLIKELY, x, and y.
int GEMOfflineDQMBase::getDetOccXBin | ( | const GEMDetId & | gem_id, |
const edm::ESHandle< GEMGeometry > & | gem | ||
) |
Definition at line 6 of file GEMOfflineDQMBase.cc.
References GEMDetId::chamber(), getDetOccXBin(), GEMDetId::layer(), and GEMSuperChamber::nChambers().
|
inline |
Definition at line 75 of file GEMOfflineDQMBase.h.
References relativeConstraints::chamber.
Referenced by GEMEfficiencyAnalyzer::analyze(), GEMOfflineMonitor::doDigiOccupancy(), GEMOfflineMonitor::doHitOccupancy(), getDetOccXBin(), setDetLabelsEta(), and setDetLabelsVFAT().
|
inline |
Definition at line 54 of file GEMOfflineDQMBase.h.
References GEMeMap::maxVFatGE0_, GEMeMap::maxVFatGE11_, GEMeMap::maxVFatGE21_, and relativeConstraints::station.
Referenced by GEMOfflineMonitor::bookDigiOccupancy(), getVFATNumber(), and setDetLabelsVFAT().
int GEMOfflineDQMBase::getNumEtaPartitions | ( | const GEMStation * | station | ) |
Definition at line 76 of file GEMOfflineDQMBase.cc.
References chambers, checkRefs(), log_category_, and relativeConstraints::station.
Referenced by GEMOfflineMonitor::bookDigiOccupancy(), GEMEfficiencyAnalyzer::bookEfficiencyEtaPartition(), GEMOfflineMonitor::bookHitOccupancy(), setDetLabelsEta(), and setDetLabelsVFAT().
Definition at line 99 of file GEMOfflineDQMBase.h.
References GEMDetId::region().
Referenced by GEMEfficiencyAnalyzer::analyze(), and GEMEfficiencyAnalyzer::bookResolution().
Definition at line 93 of file GEMOfflineDQMBase.h.
References getReStKey(), HLT_FULL_cff::region, and relativeConstraints::station.
|
inline |
Definition at line 88 of file GEMOfflineDQMBase.h.
References HLT_FULL_cff::region, and relativeConstraints::station.
Referenced by GEMEfficiencyAnalyzer::analyze(), GEMOfflineMonitor::bookDigiOccupancy(), GEMEfficiencyAnalyzer::bookEfficiencyEtaPartition(), GEMEfficiencyAnalyzer::bookEfficiencyMomentum(), GEMOfflineMonitor::bookHitOccupancy(), GEMEfficiencyAnalyzer::bookMisc(), GEMOfflineMonitor::doDigiOccupancy(), GEMOfflineMonitor::doHitOccupancy(), and getReStKey().
Definition at line 103 of file GEMOfflineDQMBase.h.
References GEMDetId::region().
Definition at line 95 of file GEMOfflineDQMBase.h.
References GEMDetId::region().
Referenced by GEMEfficiencyAnalyzer::analyze(), and GEMEfficiencyAnalyzer::bookEfficiencyChamber().
|
inline |
Definition at line 111 of file GEMOfflineDQMBase.h.
Referenced by GEMOfflineMonitor::bookDigiOccupancy(), GEMEfficiencyAnalyzer::bookEfficiencyChamber(), GEMEfficiencyAnalyzer::bookEfficiencyEtaPartition(), GEMEfficiencyAnalyzer::bookEfficiencyMomentum(), GEMOfflineMonitor::bookHitOccupancy(), and GEMEfficiencyAnalyzer::bookMisc().
|
inline |
Definition at line 113 of file GEMOfflineDQMBase.h.
|
inline |
Definition at line 117 of file GEMOfflineDQMBase.h.
|
inline |
|
inline |
Definition at line 125 of file GEMOfflineDQMBase.h.
Referenced by GEMOfflineMonitor::bookDigiOccupancy(), GEMEfficiencyAnalyzer::bookEfficiencyChamber(), GEMEfficiencyAnalyzer::bookEfficiencyEtaPartition(), GEMEfficiencyAnalyzer::bookEfficiencyMomentum(), GEMOfflineMonitor::bookHitOccupancy(), and GEMEfficiencyAnalyzer::bookMisc().
|
inline |
Definition at line 127 of file GEMOfflineDQMBase.h.
|
inline |
Definition at line 131 of file GEMOfflineDQMBase.h.
|
inline |
Definition at line 135 of file GEMOfflineDQMBase.h.
References LEDCalibrationChannels::ieta.
|
inline |
Definition at line 65 of file GEMOfflineDQMBase.h.
References getMaxVFAT(), LEDCalibrationChannels::ieta, and relativeConstraints::station.
Referenced by getVFATNumberByStrip(), and setDetLabelsVFAT().
|
inline |
Definition at line 70 of file GEMOfflineDQMBase.h.
References getVFATNumber(), LEDCalibrationChannels::ieta, GEMeMap::maxChan_, relativeConstraints::station, and digitizers_cfi::strip.
Referenced by GEMOfflineMonitor::doDigiOccupancy().
void GEMOfflineDQMBase::setDetLabelsEta | ( | MonitorElement * | me, |
const GEMStation * | station | ||
) |
Definition at line 49 of file GEMOfflineDQMBase.cc.
References relativeConstraints::chamber, getDetOccXBin(), getNumEtaPartitions(), LEDCalibrationChannels::ieta, label, log_category_, hlt_dqm_clientPB-live_cfg::me, relativeConstraints::station, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by GEMEfficiencyAnalyzer::bookEfficiencyEtaPartition(), and GEMOfflineMonitor::bookHitOccupancy().
void GEMOfflineDQMBase::setDetLabelsVFAT | ( | MonitorElement * | me, |
const GEMStation * | station | ||
) |
Definition at line 14 of file GEMOfflineDQMBase.cc.
References relativeConstraints::chamber, getDetOccXBin(), getMaxVFAT(), getNumEtaPartitions(), getVFATNumber(), LEDCalibrationChannels::ieta, label, log_category_, hlt_dqm_clientPB-live_cfg::me, and relativeConstraints::station.
Referenced by GEMOfflineMonitor::bookDigiOccupancy().
std::string GEMOfflineDQMBase::log_category_ |
Definition at line 51 of file GEMOfflineDQMBase.h.
Referenced by GEMOfflineMonitor::analyze(), GEMOfflineMonitor::bookDigiOccupancy(), GEMOfflineMonitor::bookHistograms(), GEMOfflineMonitor::bookHitOccupancy(), fillME(), GEMOfflineMonitor::GEMOfflineMonitor(), getNumEtaPartitions(), setDetLabelsEta(), and setDetLabelsVFAT().