#include <DQMProvInfo.h>
Public Member Functions | |
DQMProvInfo (const edm::ParameterSet &ps) | |
~DQMProvInfo () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< edm::one::WatchLuminosityBlocks > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
void | beginLuminosityBlock (const edm::LuminosityBlock &l, 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 |
void | endLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &c) override |
Private Member Functions | |
void | analyzeEventInfo (const edm::Event &e) |
void | analyzeLhcInfo (const edm::Event &e) |
void | analyzeProvInfo (const edm::Event &e) |
void | blankAllLumiSections () |
void | blankPreviousLumiSections (const int currentLSNumber) |
void | bookHistogramsEventInfo (DQMStore::IBooker &) |
void | bookHistogramsLhcInfo (DQMStore::IBooker &) |
void | bookHistogramsProvInfo (DQMStore::IBooker &) |
void | endLuminosityBlockEventInfo (const int currentLSNumber) |
void | endLuminosityBlockLhcInfo (const int currentLSNumber) |
void | fillDcsBitsFromDCSRecord (const DCSRecord &) |
void | fillDcsBitsFromDcsStatusCollection (const edm::Handle< DcsStatusCollection > &) |
bool | isPhysicsDeclared () |
Private Attributes | |
int | beamMode_ |
bool | dcsBits_ [MAX_DCS_VBINS+1] |
edm::EDGetTokenT< DCSRecord > | dcsRecordToken_ |
edm::EDGetTokenT< DcsStatusCollection > | dcsStatusCollection_ |
bool | foundFirstDcsBits_ |
bool | foundFirstPhysicsDeclared_ |
std::string | globalTag_ |
bool | globalTagRetrieved_ |
MonitorElement * | hBeamMode_ |
MonitorElement * | hHltKey_ |
MonitorElement * | hIntensity1_ |
MonitorElement * | hIntensity2_ |
MonitorElement * | hIsCollisionsRun_ |
MonitorElement * | hLhcFill_ |
std::string | hltKey_ |
MonitorElement * | hMomentum_ |
MonitorElement * | hostName_ |
int | intensity1_ |
int | intensity2_ |
int | lhcFill_ |
int | momentum_ |
bool | physicsDeclared_ |
int | previousLSNumber_ |
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 | |
static const int | MAX_DCS_VBINS = 25 |
static const int | MAX_LUMIS = 6000 |
static const int | MAX_MOMENTUM = 6500 |
static const int | MAX_VBINS = 29 |
static const int | MOMENTUM_OFFSET = 1 |
static const int | VBIN_BPIX = 17 |
static const int | VBIN_CASTOR = 24 |
static const int | VBIN_CSC_M = 2 |
static const int | VBIN_CSC_P = 1 |
static const int | VBIN_DT_0 = 3 |
static const int | VBIN_DT_M = 5 |
static const int | VBIN_DT_P = 4 |
static const int | VBIN_EB_M = 7 |
static const int | VBIN_EB_P = 6 |
static const int | VBIN_EE_M = 9 |
static const int | VBIN_EE_P = 8 |
static const int | VBIN_ES_M = 11 |
static const int | VBIN_ES_P = 10 |
static const int | VBIN_FPIX = 18 |
static const int | VBIN_HBHE_A = 12 |
static const int | VBIN_HBHE_B = 13 |
static const int | VBIN_HBHE_C = 14 |
static const int | VBIN_HF = 15 |
static const int | VBIN_HO = 16 |
static const int | VBIN_MOMENTUM = 27 |
static const int | VBIN_PHYSICS_DECLARED = 26 |
static const int | VBIN_RPC = 19 |
static const int | VBIN_STABLE_BEAM = 28 |
static const int | VBIN_TE_M = 23 |
static const int | VBIN_TEC_P = 22 |
static const int | VBIN_TIBTID = 20 |
static const int | VBIN_TOB = 21 |
static const int | VBIN_VALID = 29 |
static const int | VBIN_ZDC = 25 |
Definition at line 23 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_, previousLSNumber_, provinfofolder_, runType_, AlCaHLTBitMon_QueryRunRegistry::string, subsystemname_, tcdsrecord_, and ~DQMProvInfo().
|
overridedefault |
Referenced by DQMProvInfo().
|
overrideprotected |
Definition at line 245 of file DQMProvInfo.cc.
References analyzeEventInfo(), analyzeLhcInfo(), and analyzeProvInfo().
|
private |
Definition at line 273 of file DQMProvInfo.cc.
References dcsRecordToken_, dcsStatusCollection_, fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
Referenced by analyze().
|
private |
Definition at line 257 of file DQMProvInfo.cc.
References beamMode_, BSTRecord::getBeamMode(), BSTRecord::getBeamMomentum(), TCDSRecord::getBST(), BSTRecord::getIntensityBeam1(), BSTRecord::getIntensityBeam2(), BSTRecord::getLhcFill(), intensity1_, intensity2_, edm::HandleBase::isValid(), lhcFill_, momentum_, and tcdsrecord_.
Referenced by analyze().
|
private |
Definition at line 292 of file DQMProvInfo.cc.
References MonitorElement::Fill(), edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), globalTag_, globalTagRetrieved_, modifiedElectrons_cfi::processName, AlCaHLTBitMon_QueryRunRegistry::string, and versGlobaltag_.
Referenced by analyze().
|
overrideprotected |
Definition at line 231 of file DQMProvInfo.cc.
References dcsBits_, foundFirstPhysicsDeclared_, MAX_DCS_VBINS, and physicsDeclared_.
|
private |
Definition at line 503 of file DQMProvInfo.cc.
References eostools::ls(), MAX_LUMIS, MAX_VBINS, reportSummaryMap_, and MonitorElement::setBinContent().
Referenced by bookHistogramsEventInfo().
|
private |
Definition at line 488 of file DQMProvInfo.cc.
References eostools::ls(), previousLSNumber_, reportSummaryMap_, MonitorElement::setBinContent(), and VBIN_VALID.
Referenced by endLuminosityBlockEventInfo().
|
overrideprotected |
Definition at line 75 of file DQMProvInfo.cc.
References bookHistogramsEventInfo(), bookHistogramsLhcInfo(), bookHistogramsProvInfo(), DQMStore::IBooker::cd(), provinfofolder_, DQMStore::IBooker::setCurrentFolder(), and subsystemname_.
|
private |
Definition at line 156 of file DQMProvInfo.cc.
References blankAllLumiSections(), DQMStore::IBooker::book2D(), DQMStore::IBooker::bookFloat(), MonitorElement::getTH2F(), MAX_LUMIS, MAX_VBINS, reportSummary_, reportSummaryMap_, MonitorElement::setAxisTitle(), 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 95 of file DQMProvInfo.cc.
References DQMStore::IBooker::book1D(), MonitorElement::getTH1F(), hBeamMode_, hIntensity1_, hIntensity2_, hLhcFill_, hMomentum_, MAX_LUMIS, MonitorElement::setAxisTitle(), MonitorElement::setBinContent(), and MonitorElement::setBinLabel().
Referenced by bookHistograms().
|
private |
Definition at line 200 of file DQMProvInfo.cc.
References DQMStore::IBooker::bookInt(), DQMStore::IBooker::bookString(), MonitorElement::Fill(), edm::getReleaseVersion(), globalTag_, hHltKey_, hIsCollisionsRun_, hltKey_, hostName_, processId_, runType_, versCMSSW_, versGlobaltag_, versRuntype_, and workingDir_.
Referenced by bookHistograms().
|
overrideprotected |
Definition at line 55 of file DQMProvInfo.cc.
References hltKey_, HLTConfigProvider::init(), HLTConfigProvider::size(), and HLTConfigProvider::tableName().
|
overrideprotected |
Definition at line 415 of file DQMProvInfo.cc.
References endLuminosityBlockEventInfo(), endLuminosityBlockLhcInfo(), edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), and previousLSNumber_.
|
private |
Definition at line 439 of file DQMProvInfo.cc.
References beamMode_, blankPreviousLumiSections(), dcsBits_, MonitorElement::Fill(), hIsCollisionsRun_, MAX_DCS_VBINS, MAX_MOMENTUM, momentum_, MOMENTUM_OFFSET, physicsDeclared_, reportSummary_, reportSummaryMap_, MonitorElement::setBinContent(), VBIN_MOMENTUM, VBIN_PHYSICS_DECLARED, VBIN_STABLE_BEAM, and VBIN_VALID.
Referenced by endLuminosityBlock().
|
private |
Definition at line 430 of file DQMProvInfo.cc.
References beamMode_, hBeamMode_, hIntensity1_, hIntensity2_, hLhcFill_, hMomentum_, intensity1_, intensity2_, lhcFill_, momentum_, and MonitorElement::setBinContent().
Referenced by endLuminosityBlock().
|
private |
Definition at line 309 of file DQMProvInfo.cc.
References BPIX, dcsBits_, SectorBuilder_Fpix_cff::FPIX, CaloTPGTranscoder_cfi::HF, DCSRecord::highVoltageReady(), hcaldqm::constants::HO, isPhysicsDeclared(), physicsDeclared_, 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, and VBIN_ZDC.
Referenced by analyzeEventInfo().
|
private |
Definition at line 343 of file DQMProvInfo.cc.
References DcsStatus::BPIX, DcsStatus::CASTOR, DcsStatus::CSCm, DcsStatus::CSCp, dcsBits_, TauDecayModes::dec, DcsStatus::DT0, DcsStatus::DTm, DcsStatus::DTp, DcsStatus::EBm, DcsStatus::EBp, DcsStatus::EEm, DcsStatus::EEp, DcsStatus::ESm, DcsStatus::ESp, foundFirstDcsBits_, foundFirstPhysicsDeclared_, DcsStatus::FPIX, DcsStatus::HBHEa, DcsStatus::HBHEb, DcsStatus::HBHEc, DcsStatus::HF, DcsStatus::HO, isPhysicsDeclared(), MAX_DCS_VBINS, physicsDeclared_, 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 400 of file DQMProvInfo.cc.
References beamMode_, dcsBits_, 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 fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
private |
Definition at line 122 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), endLuminosityBlockEventInfo(), endLuminosityBlockLhcInfo(), and isPhysicsDeclared().
|
private |
Definition at line 138 of file DQMProvInfo.h.
Referenced by beginLuminosityBlock(), endLuminosityBlockEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
private |
Definition at line 118 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and DQMProvInfo().
|
private |
Definition at line 116 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and DQMProvInfo().
|
private |
Definition at line 139 of file DQMProvInfo.h.
Referenced by fillDcsBitsFromDcsStatusCollection().
|
private |
Definition at line 137 of file DQMProvInfo.h.
Referenced by beginLuminosityBlock(), and fillDcsBitsFromDcsStatusCollection().
|
private |
Definition at line 144 of file DQMProvInfo.h.
Referenced by analyzeProvInfo(), bookHistogramsProvInfo(), and DQMProvInfo().
|
private |
Definition at line 145 of file DQMProvInfo.h.
Referenced by analyzeProvInfo(), and DQMProvInfo().
|
private |
Definition at line 121 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 148 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 123 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 125 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 151 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo(), and endLuminosityBlockEventInfo().
|
private |
Definition at line 127 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 149 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo(), and dqmBeginRun().
|
private |
Definition at line 129 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 150 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 124 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 126 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 128 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and endLuminosityBlockLhcInfo().
|
staticprivate |
Definition at line 91 of file DQMProvInfo.h.
Referenced by beginLuminosityBlock(), endLuminosityBlockEventInfo(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 59 of file DQMProvInfo.h.
Referenced by blankAllLumiSections(), bookHistogramsEventInfo(), and bookHistogramsLhcInfo().
|
staticprivate |
Definition at line 102 of file DQMProvInfo.h.
Referenced by endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 98 of file DQMProvInfo.h.
Referenced by blankAllLumiSections(), and bookHistogramsEventInfo().
|
private |
Definition at line 130 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), endLuminosityBlockEventInfo(), and endLuminosityBlockLhcInfo().
|
staticprivate |
Definition at line 110 of file DQMProvInfo.h.
Referenced by endLuminosityBlockEventInfo().
|
private |
Definition at line 136 of file DQMProvInfo.h.
Referenced by beginLuminosityBlock(), endLuminosityBlockEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
private |
Definition at line 135 of file DQMProvInfo.h.
Referenced by blankPreviousLumiSections(), DQMProvInfo(), and endLuminosityBlock().
|
private |
Definition at line 152 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 114 of file DQMProvInfo.h.
Referenced by bookHistograms(), and DQMProvInfo().
|
private |
Definition at line 133 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
private |
Definition at line 134 of file DQMProvInfo.h.
Referenced by blankAllLumiSections(), blankPreviousLumiSections(), bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
private |
Definition at line 147 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo(), and DQMProvInfo().
|
private |
Definition at line 113 of file DQMProvInfo.h.
Referenced by bookHistograms(), and DQMProvInfo().
|
private |
Definition at line 117 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and DQMProvInfo().
|
staticprivate |
Definition at line 78 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 85 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 63 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 62 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 64 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 66 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 65 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 68 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 67 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 69 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 72 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 79 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 73 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 74 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 75 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 76 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 77 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
staticprivate |
Definition at line 94 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 93 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 80 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 95 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 84 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 83 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 81 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 82 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), fillDcsBitsFromDcsStatusCollection(), and isPhysicsDeclared().
|
staticprivate |
Definition at line 96 of file DQMProvInfo.h.
Referenced by blankPreviousLumiSections(), bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 86 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), fillDcsBitsFromDCSRecord(), and fillDcsBitsFromDcsStatusCollection().
|
private |
Definition at line 142 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 143 of file DQMProvInfo.h.
Referenced by analyzeProvInfo(), and bookHistogramsProvInfo().
|
private |
Definition at line 146 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 153 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().