#include <GEMOfflineDQMBase.h>
Classes | |
class | BookingHelper |
Public Member Functions | |
template<typename T > | |
bool | checkRefs (const std::vector< T * > &) |
template<typename AnyKey > | |
TString | convertKeyToStr (const AnyKey &key) |
template<typename AnyKey > | |
void | fillME (std::map< AnyKey, MonitorElement * > &, const AnyKey &, const float) |
template<typename AnyKey > | |
void | fillME (std::map< AnyKey, MonitorElement * > &, const AnyKey &, const float, const float y) |
GEMOfflineDQMBase (const edm::ParameterSet &) | |
int | getDetOccXBin (const GEMDetId &, const edm::ESHandle< GEMGeometry > &) |
int | getDetOccXBin (const int, const int, const int) |
int | getMaxVFAT (const int) |
int | getNumEtaPartitions (const GEMStation *) |
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 *) |
Public Member Functions inherited from DQMEDAnalyzer | |
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 () |
Public Member Functions inherited from edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator > | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Public Attributes | |
std::string | log_category_ |
Additional Inherited Members | |
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 inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 11 of file GEMOfflineDQMBase.h.
typedef std::map<MEMapKey1, MonitorElement*> GEMOfflineDQMBase::MEMap1 |
Definition at line 18 of file GEMOfflineDQMBase.h.
typedef std::map<MEMapKey2, MonitorElement*> GEMOfflineDQMBase::MEMap2 |
Definition at line 19 of file GEMOfflineDQMBase.h.
typedef std::map<MEMapKey3, MonitorElement*> GEMOfflineDQMBase::MEMap3 |
Definition at line 20 of file GEMOfflineDQMBase.h.
typedef std::tuple<int, int> GEMOfflineDQMBase::MEMapKey1 |
Definition at line 15 of file GEMOfflineDQMBase.h.
typedef std::tuple<int, int, bool> GEMOfflineDQMBase::MEMapKey2 |
Definition at line 16 of file GEMOfflineDQMBase.h.
typedef std::tuple<int, int, bool, int> GEMOfflineDQMBase::MEMapKey3 |
Definition at line 17 of file GEMOfflineDQMBase.h.
|
explicit |
Definition at line 3 of file GEMOfflineDQMBase.cc.
References log_category_, muonDTDigis_cfi::pset, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 123 of file GEMOfflineDQMBase.h.
Referenced by GEMOfflineMonitor::bookDetectorOccupancy(), GEMEfficiencyAnalyzer::bookDetectorOccupancy(), and getNumEtaPartitions().
TString GEMOfflineDQMBase::convertKeyToStr | ( | const AnyKey & | key | ) |
Definition at line 132 of file GEMOfflineDQMBase.h.
References crabWrapper::key, and Skims_PA_cff::name.
Referenced by fillME().
void GEMOfflineDQMBase::fillME | ( | std::map< AnyKey, MonitorElement * > & | me_map, |
const AnyKey & | key, | ||
const float | x | ||
) |
Definition at line 155 of file GEMOfflineDQMBase.h.
References convertKeyToStr(), crabWrapper::key, log_category_, and x.
Referenced by GEMOfflineMonitor::analyze(), and GEMEfficiencyAnalyzer::analyze().
void GEMOfflineDQMBase::fillME | ( | std::map< AnyKey, MonitorElement * > & | me_map, |
const AnyKey & | key, | ||
const float | x, | ||
const float | y | ||
) |
Definition at line 166 of file GEMOfflineDQMBase.h.
References convertKeyToStr(), crabWrapper::key, log_category_, x, and y.
int GEMOfflineDQMBase::getDetOccXBin | ( | const GEMDetId & | gem_id, |
const edm::ESHandle< GEMGeometry > & | gem | ||
) |
Definition at line 7 of file GEMOfflineDQMBase.cc.
References GEMDetId::chamber(), getDetOccXBin(), GEMDetId::layer(), and GEMSuperChamber::nChambers().
|
inline |
Definition at line 118 of file GEMOfflineDQMBase.h.
References relativeConstraints::chamber.
Referenced by GEMOfflineMonitor::analyze(), GEMEfficiencyAnalyzer::analyze(), getDetOccXBin(), setDetLabelsEta(), and setDetLabelsVFAT().
|
inline |
Definition at line 99 of file GEMOfflineDQMBase.h.
References GEMeMap::maxVFatGE11_, GEMeMap::maxVFatGE21_, and relativeConstraints::station.
Referenced by GEMOfflineMonitor::bookDetectorOccupancy(), getVFATNumber(), and setDetLabelsVFAT().
int GEMOfflineDQMBase::getNumEtaPartitions | ( | const GEMStation * | station | ) |
Definition at line 77 of file GEMOfflineDQMBase.cc.
References chambers, checkRefs(), log_category_, and relativeConstraints::station.
Referenced by GEMOfflineMonitor::bookDetectorOccupancy(), GEMEfficiencyAnalyzer::bookDetectorOccupancy(), GEMEfficiencyAnalyzer::bookHistograms(), setDetLabelsEta(), and setDetLabelsVFAT().
|
inline |
Definition at line 108 of file GEMOfflineDQMBase.h.
References getMaxVFAT(), LEDCalibrationChannels::ieta, and relativeConstraints::station.
Referenced by getVFATNumberByStrip(), and setDetLabelsVFAT().
|
inline |
Definition at line 113 of file GEMOfflineDQMBase.h.
References getVFATNumber(), LEDCalibrationChannels::ieta, GEMeMap::maxChan_, relativeConstraints::station, and digitizers_cfi::strip.
Referenced by GEMOfflineMonitor::analyze().
void GEMOfflineDQMBase::setDetLabelsEta | ( | MonitorElement * | me, |
const GEMStation * | station | ||
) |
Definition at line 50 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 GEMOfflineMonitor::bookDetectorOccupancy(), and GEMEfficiencyAnalyzer::bookDetectorOccupancy().
void GEMOfflineDQMBase::setDetLabelsVFAT | ( | MonitorElement * | me, |
const GEMStation * | station | ||
) |
Definition at line 15 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::bookDetectorOccupancy().
std::string GEMOfflineDQMBase::log_category_ |
Definition at line 45 of file GEMOfflineDQMBase.h.
Referenced by GEMEfficiencyAnalyzer::analyze(), GEMEfficiencyAnalyzer::bookDetectorOccupancy(), GEMEfficiencyAnalyzer::bookHistograms(), fillME(), GEMOfflineDQMBase(), getNumEtaPartitions(), setDetLabelsEta(), and setDetLabelsVFAT().