#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 | 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) |
Private Attributes | |
int | beamMode_ |
bool | dcsBits_ [MAX_DCS_VBINS+1] |
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 22 of file DQMProvInfo.h.
DQMProvInfo::DQMProvInfo | ( | const edm::ParameterSet & | ps | ) |
Definition at line 23 of file DQMProvInfo.cc.
References dcsStatusCollection_, edm::ParameterSet::getUntrackedParameter(), globalTag_, globalTagRetrieved_, previousLSNumber_, provinfofolder_, runType_, AlCaHLTBitMon_QueryRunRegistry::string, subsystemname_, tcdsrecord_, and ~DQMProvInfo().
|
overridedefault |
Referenced by DQMProvInfo().
|
overrideprotected |
Definition at line 241 of file DQMProvInfo.cc.
References analyzeEventInfo(), analyzeLhcInfo(), and analyzeProvInfo().
|
private |
Definition at line 268 of file DQMProvInfo.cc.
References beamMode_, DcsStatus::BPIX, DcsStatus::CASTOR, DcsStatus::CSCm, DcsStatus::CSCp, dcsBits_, dcsStatusCollection_, 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, 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 analyze().
|
private |
Definition at line 252 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 343 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 224 of file DQMProvInfo.cc.
References dcsBits_, foundFirstDcsBits_, foundFirstPhysicsDeclared_, MAX_DCS_VBINS, and physicsDeclared_.
|
private |
Definition at line 435 of file DQMProvInfo.cc.
References eostools::ls(), previousLSNumber_, reportSummaryMap_, MonitorElement::setBinContent(), and VBIN_VALID.
Referenced by endLuminosityBlockEventInfo().
|
overrideprotected |
Definition at line 70 of file DQMProvInfo.cc.
References bookHistogramsEventInfo(), bookHistogramsLhcInfo(), bookHistogramsProvInfo(), DQMStore::IBooker::cd(), provinfofolder_, DQMStore::IBooker::setCurrentFolder(), and subsystemname_.
|
private |
Definition at line 151 of file DQMProvInfo.cc.
References 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 90 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 193 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 50 of file DQMProvInfo.cc.
References hltKey_, HLTConfigProvider::init(), HLTConfigProvider::size(), and HLTConfigProvider::tableName().
|
overrideprotected |
Definition at line 362 of file DQMProvInfo.cc.
References endLuminosityBlockEventInfo(), endLuminosityBlockLhcInfo(), edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), and previousLSNumber_.
|
private |
Definition at line 386 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 377 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 115 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), analyzeLhcInfo(), endLuminosityBlockEventInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 131 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), beginLuminosityBlock(), and endLuminosityBlockEventInfo().
|
private |
Definition at line 110 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and DQMProvInfo().
|
private |
Definition at line 132 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and beginLuminosityBlock().
|
private |
Definition at line 130 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and beginLuminosityBlock().
|
private |
Definition at line 137 of file DQMProvInfo.h.
Referenced by analyzeProvInfo(), bookHistogramsProvInfo(), and DQMProvInfo().
|
private |
Definition at line 138 of file DQMProvInfo.h.
Referenced by analyzeProvInfo(), and DQMProvInfo().
|
private |
Definition at line 114 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 141 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 116 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 118 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 144 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo(), and endLuminosityBlockEventInfo().
|
private |
Definition at line 120 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 142 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo(), and dqmBeginRun().
|
private |
Definition at line 122 of file DQMProvInfo.h.
Referenced by bookHistogramsLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 143 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 117 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 119 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and endLuminosityBlockLhcInfo().
|
private |
Definition at line 121 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), and endLuminosityBlockLhcInfo().
|
staticprivate |
Definition at line 85 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), beginLuminosityBlock(), and endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 53 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and bookHistogramsLhcInfo().
|
staticprivate |
Definition at line 96 of file DQMProvInfo.h.
Referenced by endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 92 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo().
|
private |
Definition at line 123 of file DQMProvInfo.h.
Referenced by analyzeLhcInfo(), endLuminosityBlockEventInfo(), and endLuminosityBlockLhcInfo().
|
staticprivate |
Definition at line 104 of file DQMProvInfo.h.
Referenced by endLuminosityBlockEventInfo().
|
private |
Definition at line 129 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), beginLuminosityBlock(), and endLuminosityBlockEventInfo().
|
private |
Definition at line 128 of file DQMProvInfo.h.
Referenced by blankPreviousLumiSections(), DQMProvInfo(), and endLuminosityBlock().
|
private |
Definition at line 145 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 126 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
private |
Definition at line 127 of file DQMProvInfo.h.
Referenced by blankPreviousLumiSections(), bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
private |
Definition at line 140 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 analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 79 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 57 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 56 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 58 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 60 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 59 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 62 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 61 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 64 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 63 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 66 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 65 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 73 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 67 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 68 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 69 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 70 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 71 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 88 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 87 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 74 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 89 of file DQMProvInfo.h.
Referenced by bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 78 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 77 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 75 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 76 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
staticprivate |
Definition at line 90 of file DQMProvInfo.h.
Referenced by blankPreviousLumiSections(), bookHistogramsEventInfo(), and endLuminosityBlockEventInfo().
|
staticprivate |
Definition at line 80 of file DQMProvInfo.h.
Referenced by analyzeEventInfo(), and bookHistogramsEventInfo().
|
private |
Definition at line 135 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 136 of file DQMProvInfo.h.
Referenced by analyzeProvInfo(), and bookHistogramsProvInfo().
|
private |
Definition at line 139 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().
|
private |
Definition at line 146 of file DQMProvInfo.h.
Referenced by bookHistogramsProvInfo().