#include <DQMProvInfo.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (const edm::Run &r, const edm::EventSetup &c) override |
Protected Member Functions inherited from DQMOneEDAnalyzer<> | |
virtual void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &)=0 |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Private Member Functions | |
void | analyzeEventInfo (const edm::Event &e) |
void | analyzeLhcInfo (const edm::Event &e) |
void | analyzeProvInfo (const edm::Event &e) |
void | blankAllLumiSections () |
void | bookHistogramsEventInfo (DQMStore::IBooker &) |
void | bookHistogramsLhcInfo (DQMStore::IBooker &) |
void | bookHistogramsProvInfo (DQMStore::IBooker &) |
void | fillDcsBitsFromDCSRecord (const DCSRecord &, bool *dcsBits) |
void | fillDcsBitsFromDcsStatusCollection (const edm::Handle< DcsStatusCollection > &, bool *dcsBits) |
void | fillSummaryMapBin (int ls, int bin, double value) |
bool | isPhysicsDeclared (bool *dcsBits) |
void | setupLumiSection (int ls) |
Private Attributes | |
int | beamMode_ |
edm::EDGetTokenT< DCSRecord > | dcsRecordToken_ |
edm::EDGetTokenT< DcsStatusCollection > | dcsStatusCollection_ |
std::string | globalTag_ |
bool | globalTagRetrieved_ |
MonitorElement * | hBeamMode_ |
MonitorElement * | hHltKey_ |
MonitorElement * | hIntensity1_ |
MonitorElement * | hIntensity2_ |
MonitorElement * | hIsCollisionsRun_ |
MonitorElement * | hLhcFill_ |
std::string | hltKey_ |
MonitorElement * | hMomentum_ |
MonitorElement * | hostName_ |
MonitorElement * | processId_ |
std::string | provinfofolder_ |
MonitorElement * | reportSummary_ |
MonitorElement * | reportSummaryMap_ |
std::string | runType_ |
std::string | subsystemname_ |
edm::EDGetTokenT< TCDSRecord > | tcdsrecord_ |
MonitorElement * | versCMSSW_ |
MonitorElement * | versGlobaltag_ |
MonitorElement * | versRuntype_ |
MonitorElement * | workingDir_ |
Static Private Attributes | |
const static int | MAX_DCS_VBINS = 25 |
const static int | MAX_LUMIS = 6000 |
const static int | MAX_MOMENTUM = 6500 |
const static int | MAX_VBINS = 29 |
const static int | MOMENTUM_OFFSET = 1 |
const static int | VBIN_BPIX = 17 |
const static int | VBIN_CASTOR = 24 |
const static int | VBIN_CSC_M = 2 |
const static int | VBIN_CSC_P = 1 |
const static int | VBIN_DT_0 = 3 |
const static int | VBIN_DT_M = 5 |
const static int | VBIN_DT_P = 4 |
const static int | VBIN_EB_M = 7 |
const static int | VBIN_EB_P = 6 |
const static int | VBIN_EE_M = 9 |
const static int | VBIN_EE_P = 8 |
const static int | VBIN_ES_M = 11 |
const static int | VBIN_ES_P = 10 |
const static int | VBIN_FPIX = 18 |
const static int | VBIN_HBHE_A = 12 |
const static int | VBIN_HBHE_B = 13 |
const static int | VBIN_HBHE_C = 14 |
const static int | VBIN_HF = 15 |
const static int | VBIN_HO = 16 |
const static int | VBIN_MOMENTUM = 27 |
const static int | VBIN_PHYSICS_DECLARED = 26 |
const static int | VBIN_RPC = 19 |
const static int | VBIN_STABLE_BEAM = 28 |
const static int | VBIN_TE_M = 23 |
const static int | VBIN_TEC_P = 22 |
const static int | VBIN_TIBTID = 20 |
const static int | VBIN_TOB = 21 |
const static int | VBIN_VALID = 29 |
const static int | VBIN_ZDC = 25 |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer<> | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from DQMOneEDAnalyzer<> | |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 22 of file DQMProvInfo.h.
DQMProvInfo::DQMProvInfo | ( | const edm::ParameterSet & | ps | ) |
Definition at line 23 of file DQMProvInfo.cc.
References dcsRecordToken_, dcsStatusCollection_, edm::ParameterSet::getUntrackedParameter(), globalTag_, globalTagRetrieved_, provinfofolder_, runType_, AlCaHLTBitMon_QueryRunRegistry::string, subsystemname_, and tcdsrecord_.
|
overridedefault |
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 216 of file DQMProvInfo.cc.
References analyzeEventInfo(), analyzeLhcInfo(), analyzeProvInfo(), and setupLumiSection().
|
private |
Definition at line 273 of file DQMProvInfo.cc.
References DQMOffline_cff::dcsRecord, dcsRecordToken_, dcsStatusCollection_, fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), fillSummaryMapBin(), isPhysicsDeclared(), edm::HandleBase::isValid(), MAX_DCS_VBINS, and VBIN_PHYSICS_DECLARED.
Referenced by analyze().
|
private |
Definition at line 231 of file DQMProvInfo.cc.
References beamMode_, dqm::impl::MonitorElement::Fill(), fillSummaryMapBin(), BSTRecord::getBeamMode(), BSTRecord::getBeamMomentum(), TCDSRecord::getBST(), BSTRecord::getIntensityBeam1(), BSTRecord::getIntensityBeam2(), BSTRecord::getLhcFill(), hBeamMode_, hIntensity1_, hIntensity2_, hIsCollisionsRun_, hLhcFill_, hMomentum_, edm::HandleBase::isValid(), MAX_MOMENTUM, MOMENTUM_OFFSET, reportSummary_, dqm::impl::MonitorElement::setBinContent(), tcdsrecord_, VBIN_MOMENTUM, and VBIN_STABLE_BEAM.
Referenced by analyze().
|
private |
Definition at line 321 of file DQMProvInfo.cc.
References dqm::impl::MonitorElement::Fill(), edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), globalTag_, globalTagRetrieved_, SimL1EmulatorRepack_CalouGT_cff::processName, AlCaHLTBitMon_QueryRunRegistry::string, and versGlobaltag_.
Referenced by analyze().
|
private |
Definition at line 426 of file DQMProvInfo.cc.
References eostools::ls(), MAX_LUMIS, MAX_VBINS, reportSummaryMap_, and dqm::impl::MonitorElement::setBinContent().
Referenced by bookHistogramsEventInfo().
|
overrideprotected |
Definition at line 68 of file DQMProvInfo.cc.
References bookHistogramsEventInfo(), bookHistogramsLhcInfo(), bookHistogramsProvInfo(), provinfofolder_, and subsystemname_.
|
private |
Definition at line 137 of file DQMProvInfo.cc.
References blankAllLumiSections(), MAX_LUMIS, MAX_VBINS, reportSummary_, reportSummaryMap_, dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), VBIN_BPIX, VBIN_CASTOR, VBIN_CSC_M, VBIN_CSC_P, VBIN_DT_0, VBIN_DT_M, VBIN_DT_P, VBIN_EB_M, VBIN_EB_P, VBIN_EE_M, VBIN_EE_P, VBIN_ES_M, VBIN_ES_P, VBIN_FPIX, VBIN_HBHE_A, VBIN_HBHE_B, VBIN_HBHE_C, VBIN_HF, VBIN_HO, VBIN_MOMENTUM, VBIN_PHYSICS_DECLARED, VBIN_RPC, VBIN_STABLE_BEAM, VBIN_TE_M, VBIN_TEC_P, VBIN_TIBTID, VBIN_TOB, VBIN_VALID, and VBIN_ZDC.
Referenced by bookHistograms().
|
private |
Definition at line 86 of file DQMProvInfo.cc.
References dqm::impl::MonitorElement::getTH1F(), hBeamMode_, hIntensity1_, hIntensity2_, hLhcFill_, hMomentum_, MAX_LUMIS, dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinContent(), and dqm::impl::MonitorElement::setBinLabel().
Referenced by bookHistograms().
|
private |
Definition at line 185 of file DQMProvInfo.cc.
References dqm::impl::MonitorElement::Fill(), edm::getReleaseVersion(), globalTag_, hHltKey_, hIsCollisionsRun_, hltKey_, hostName_, processId_, runType_, versCMSSW_, versGlobaltag_, versRuntype_, and workingDir_.
Referenced by bookHistograms().
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 50 of file DQMProvInfo.cc.
References HltComparatorCreateWorkflow::hltConfig, and hltKey_.
|
private |
Definition at line 338 of file DQMProvInfo.cc.
References BPIX, CastorDigiToRaw_cfi::CASTOR, DQMOffline_cff::dcsRecord, SectorBuilder_Fpix_cff::FPIX, CaloTPGTranscoder_cfi::HF, DigiToRawDM_cff::HO, dedefs::RPC, SectorBuilder_Tob_cff::TOB, VBIN_BPIX, VBIN_CASTOR, VBIN_CSC_M, VBIN_CSC_P, VBIN_DT_0, VBIN_DT_M, VBIN_DT_P, VBIN_EB_M, VBIN_EB_P, VBIN_EE_M, VBIN_EE_P, VBIN_ES_M, VBIN_ES_P, VBIN_FPIX, VBIN_HBHE_A, VBIN_HBHE_B, VBIN_HBHE_C, VBIN_HF, VBIN_HO, VBIN_RPC, VBIN_TE_M, VBIN_TEC_P, VBIN_TIBTID, VBIN_TOB, VBIN_ZDC, and DigiToRawDM_cff::ZDC.
Referenced by analyzeEventInfo().
|
private |
Definition at line 366 of file DQMProvInfo.cc.
References DcsStatus::BPIX, DcsStatus::CASTOR, DcsStatus::CSCm, DcsStatus::CSCp, TauDecayModes::dec, DcsStatus::DT0, DcsStatus::DTm, DcsStatus::DTp, DcsStatus::EBm, DcsStatus::EBp, DcsStatus::EEm, DcsStatus::EEp, DcsStatus::ESm, DcsStatus::ESp, dqmdumpme::first, DcsStatus::FPIX, DcsStatus::HBHEa, DcsStatus::HBHEb, DcsStatus::HBHEc, DcsStatus::HF, DcsStatus::HO, MAX_DCS_VBINS, DcsStatus::RPC, DcsStatus::TECm, DcsStatus::TECp, DcsStatus::TIBTID, DcsStatus::TOB, VBIN_BPIX, VBIN_CASTOR, VBIN_CSC_M, VBIN_CSC_P, VBIN_DT_0, VBIN_DT_M, VBIN_DT_P, VBIN_EB_M, VBIN_EB_P, VBIN_EE_M, VBIN_EE_P, VBIN_ES_M, VBIN_ES_P, VBIN_FPIX, VBIN_HBHE_A, VBIN_HBHE_B, VBIN_HBHE_C, VBIN_HF, VBIN_HO, VBIN_RPC, VBIN_TE_M, VBIN_TEC_P, VBIN_TIBTID, VBIN_TOB, VBIN_ZDC, and DcsStatus::ZDC.
Referenced by analyzeEventInfo().
|
private |
Definition at line 437 of file DQMProvInfo.cc.
References newFWLiteAna::bin, dqm::impl::MonitorElement::getBinContent(), eostools::ls(), reportSummaryMap_, and dqm::impl::MonitorElement::setBinContent().
Referenced by analyzeEventInfo(), and analyzeLhcInfo().
|
private |
Definition at line 411 of file DQMProvInfo.cc.
References beamMode_, VBIN_BPIX, VBIN_CSC_M, VBIN_CSC_P, VBIN_DT_0, VBIN_DT_M, VBIN_DT_P, VBIN_FPIX, VBIN_RPC, VBIN_TE_M, VBIN_TEC_P, VBIN_TIBTID, and VBIN_TOB.
Referenced by analyzeEventInfo().
|
private |
Definition at line 450 of file DQMProvInfo.cc.
References dqm::impl::MonitorElement::getBinContent(), eostools::ls(), reportSummaryMap_, dqm::impl::MonitorElement::setBinContent(), and VBIN_VALID.
Referenced by analyze().
|
private |
Definition at line 116 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and isPhysicsDeclared().
|
private |
Definition at line 112 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and DQMProvInfo().
|
private |
Definition at line 110 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and DQMProvInfo().
|
private |
Definition at line 129 of file DQMProvInfo.h.
Referenced by analyzeProvInfo(), bookHistogramsProvInfo(), and DQMProvInfo().
|
private |
Definition at line 130 of file DQMProvInfo.h.
Referenced by analyzeProvInfo(), and DQMProvInfo().
|
private |
Definition at line 115 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and bookHistogramsLhcInfo().
|
private |
Definition at line 133 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 117 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and bookHistogramsLhcInfo().
|
private |
Definition at line 118 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and bookHistogramsLhcInfo().
|
private |
Definition at line 136 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and bookHistogramsProvInfo().
|
private |
Definition at line 119 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and bookHistogramsLhcInfo().
|
private |
Definition at line 134 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo(), and dqmBeginRun().
|
private |
Definition at line 120 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and bookHistogramsLhcInfo().
|
private |
Definition at line 135 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
staticprivate |
Definition at line 85 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 53 of file DQMProvInfo.h.
Referenced by blankAllLumiSections(), bookHistogramsEventInfo(), and bookHistogramsLhcInfo().
|
staticprivate |
Definition at line 96 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo().
|
staticprivate |
Definition at line 92 of file DQMProvInfo.h.
Referenced by blankAllLumiSections(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 104 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo().
|
private |
Definition at line 137 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 108 of file DQMProvInfo.h.
Referenced by bookHistograms(), and DQMProvInfo().
|
private |
Definition at line 123 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and bookHistogramsEventInfo().
|
private |
Definition at line 124 of file DQMProvInfo.h.
Referenced by blankAllLumiSections(), bookHistogramsEventInfo(), fillSummaryMapBin(), and setupLumiSection().
|
private |
Definition at line 132 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo(), and DQMProvInfo().
|
private |
Definition at line 107 of file DQMProvInfo.h.
Referenced by bookHistograms(), and DQMProvInfo().
|
private |
Definition at line 111 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and DQMProvInfo().
|
staticprivate |
Definition at line 72 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 79 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 57 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 56 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 58 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 60 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 59 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 62 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 61 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 64 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 63 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 66 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 65 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 73 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 67 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 68 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 69 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 70 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 71 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 88 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 87 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 74 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 89 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 78 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 77 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 75 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 76 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 90 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and setupLumiSection().
|
staticprivate |
Definition at line 80 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
private |
Definition at line 127 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 128 of file DQMProvInfo.h.
Referenced by analyzeProvInfo(), and bookHistogramsProvInfo().
|
private |
Definition at line 131 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 138 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().