CMS 3D CMS Logo

DQMProvInfo.h
Go to the documentation of this file.
1 #ifndef DQMPROVINFO_H
2 #define DQMPROVINFO_H
3 
10 
13 
15 
18 
19 #include <string>
20 #include <vector>
21 
22 class DQMProvInfo : public DQMOneEDAnalyzer<> {
23 public:
24  // Constructor
25  DQMProvInfo(const edm::ParameterSet& ps);
26  // Destructor
27  ~DQMProvInfo() override;
28 
29 protected:
30  void dqmBeginRun(const edm::Run& r, const edm::EventSetup& c) override;
31  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
32  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
33 
34 private:
38 
39  void analyzeLhcInfo(const edm::Event& e);
40  void analyzeEventInfo(const edm::Event& e);
41  void analyzeProvInfo(const edm::Event& e);
42 
43  void fillDcsBitsFromDCSRecord(const DCSRecord&, bool* dcsBits);
45  bool isPhysicsDeclared(bool* dcsBits);
46 
47  void blankAllLumiSections();
48  void fillSummaryMapBin(int ls, int bin, double value);
49  void setupLumiSection(int ls);
50 
51  // To max amount of lumisections we foresee for the plots
52  // DQM GUI renderplugins provide scaling to actual amount
53  const static int MAX_LUMIS = 6000;
54 
55  // Numbers of each of the vertical bins
56  const static int VBIN_CSC_P = 1;
57  const static int VBIN_CSC_M = 2;
58  const static int VBIN_DT_0 = 3;
59  const static int VBIN_DT_P = 4;
60  const static int VBIN_DT_M = 5;
61  const static int VBIN_EB_P = 6;
62  const static int VBIN_EB_M = 7;
63  const static int VBIN_EE_P = 8;
64  const static int VBIN_EE_M = 9;
65  const static int VBIN_ES_P = 10;
66  const static int VBIN_ES_M = 11;
67  const static int VBIN_HBHE_A = 12;
68  const static int VBIN_HBHE_B = 13;
69  const static int VBIN_HBHE_C = 14;
70  const static int VBIN_HF = 15;
71  const static int VBIN_HO = 16;
72  const static int VBIN_BPIX = 17;
73  const static int VBIN_FPIX = 18;
74  const static int VBIN_RPC = 19;
75  const static int VBIN_TIBTID = 20;
76  const static int VBIN_TOB = 21;
77  const static int VBIN_TEC_P = 22;
78  const static int VBIN_TE_M = 23;
79  const static int VBIN_CASTOR = 24;
80  const static int VBIN_ZDC = 25;
81 
82  // Highest DCS bin, used for the length of the corresponding array.
83  // We will have the indexes to this array the same as the vbins numbers.
84  // (I.e. value at index 0 will not be used.)
85  const static int MAX_DCS_VBINS = 25;
86 
87  const static int VBIN_PHYSICS_DECLARED = 26;
88  const static int VBIN_MOMENTUM = 27;
89  const static int VBIN_STABLE_BEAM = 28;
90  const static int VBIN_VALID = 29;
91 
92  const static int MAX_VBINS = 29;
93 
94  // Beam momentum at flat top, used to determine if collisions are
95  // occurring with the beams at the energy allowed for physics production.
96  const static int MAX_MOMENTUM = 6500;
97 
98  // Beam momentum allowed offset: it is a momentum value subtracted to
99  // maximum momentum in order to decrease the threshold for beams going to
100  // collisions for physics production. This happens because BST sends from
101  // time to time a value of the beam momentum slightly below the nominal values,
102  // even during stable collisions: in this way, we provide a correct information
103  // at the cost of not requiring the exact momentum being measured by BST.
104  const static int MOMENTUM_OFFSET = 1;
105 
106  // Process parameters
109 
113 
114  // MonitorElements for LhcInfo and corresponding variables
121 
122  // MonitorElements for EventInfo and corresponding variables
125 
126  // MonitorElements for ProvInfo and corresponding variables
137  MonitorElement* processId_; // The PID associated with this job
139 };
140 
141 #endif
DQMProvInfo::VBIN_HBHE_B
const static int VBIN_HBHE_B
Definition: DQMProvInfo.h:68
eostools.ls
def ls(path, rec=False)
Definition: eostools.py:349
dqm::impl::MonitorElement
Definition: MonitorElement.h:98
DQMProvInfo::hltKey_
std::string hltKey_
Definition: DQMProvInfo.h:134
DQMProvInfo::blankAllLumiSections
void blankAllLumiSections()
Definition: DQMProvInfo.cc:426
DQMProvInfo::versGlobaltag_
MonitorElement * versGlobaltag_
Definition: DQMProvInfo.h:128
DQMProvInfo::VBIN_TEC_P
const static int VBIN_TEC_P
Definition: DQMProvInfo.h:77
DcsStatus.h
DQMProvInfo::VBIN_DT_0
const static int VBIN_DT_0
Definition: DQMProvInfo.h:58
DQMProvInfo::processId_
MonitorElement * processId_
Definition: DQMProvInfo.h:137
DQMProvInfo::VBIN_CSC_M
const static int VBIN_CSC_M
Definition: DQMProvInfo.h:57
DQMProvInfo::hostName_
MonitorElement * hostName_
Definition: DQMProvInfo.h:135
edm::Run
Definition: Run.h:45
DQMProvInfo::reportSummaryMap_
MonitorElement * reportSummaryMap_
Definition: DQMProvInfo.h:124
edm::EDGetTokenT< DcsStatusCollection >
DQMProvInfo::~DQMProvInfo
~DQMProvInfo() override
DQMProvInfo::provinfofolder_
std::string provinfofolder_
Definition: DQMProvInfo.h:108
DQMProvInfo::fillSummaryMapBin
void fillSummaryMapBin(int ls, int bin, double value)
Definition: DQMProvInfo.cc:437
DQMProvInfo::VBIN_ES_M
const static int VBIN_ES_M
Definition: DQMProvInfo.h:66
DQMOneEDAnalyzer
Definition: DQMOneEDAnalyzer.h:20
DQMStore.h
DCSRecord
Class to contain DCS information from soft FED 1022.
Definition: DCSRecord.h:20
DQMProvInfo::VBIN_HF
const static int VBIN_HF
Definition: DQMProvInfo.h:70
edm::Handle
Definition: AssociativeIterator.h:50
DQMOneEDAnalyzer.h
DQMProvInfo::VBIN_MOMENTUM
const static int VBIN_MOMENTUM
Definition: DQMProvInfo.h:88
DQMProvInfo::hIntensity2_
MonitorElement * hIntensity2_
Definition: DQMProvInfo.h:118
DQMProvInfo::workingDir_
MonitorElement * workingDir_
Definition: DQMProvInfo.h:138
DQMProvInfo::MAX_MOMENTUM
const static int MAX_MOMENTUM
Definition: DQMProvInfo.h:96
DQMProvInfo::analyzeEventInfo
void analyzeEventInfo(const edm::Event &e)
Definition: DQMProvInfo.cc:273
DQMProvInfo::MAX_LUMIS
const static int MAX_LUMIS
Definition: DQMProvInfo.h:53
DQMProvInfo::bookHistogramsLhcInfo
void bookHistogramsLhcInfo(DQMStore::IBooker &)
Definition: DQMProvInfo.cc:86
dqm::legacy::DQMStore::IBooker
dqm::implementation::IBooker IBooker
Definition: DQMStore.h:729
MakerMacros.h
TCDSRecord.h
DQMProvInfo::hMomentum_
MonitorElement * hMomentum_
Definition: DQMProvInfo.h:120
DQMProvInfo::bookHistogramsProvInfo
void bookHistogramsProvInfo(DQMStore::IBooker &)
Definition: DQMProvInfo.cc:185
DQMProvInfo::VBIN_EE_P
const static int VBIN_EE_P
Definition: DQMProvInfo.h:63
Service.h
DQMProvInfo::VBIN_FPIX
const static int VBIN_FPIX
Definition: DQMProvInfo.h:73
DQMProvInfo::MAX_VBINS
const static int MAX_VBINS
Definition: DQMProvInfo.h:92
DQMProvInfo::hLhcFill_
MonitorElement * hLhcFill_
Definition: DQMProvInfo.h:119
DQMProvInfo::fillDcsBitsFromDcsStatusCollection
void fillDcsBitsFromDcsStatusCollection(const edm::Handle< DcsStatusCollection > &, bool *dcsBits)
Definition: DQMProvInfo.cc:366
DQMProvInfo::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Definition: DQMProvInfo.cc:216
DQMProvInfo::MAX_DCS_VBINS
const static int MAX_DCS_VBINS
Definition: DQMProvInfo.h:85
Run.h
DQMProvInfo::analyzeProvInfo
void analyzeProvInfo(const edm::Event &e)
Definition: DQMProvInfo.cc:321
DQMProvInfo::VBIN_HO
const static int VBIN_HO
Definition: DQMProvInfo.h:71
DQMProvInfo::VBIN_TIBTID
const static int VBIN_TIBTID
Definition: DQMProvInfo.h:75
DQMProvInfo::hHltKey_
MonitorElement * hHltKey_
Definition: DQMProvInfo.h:133
DQMProvInfo::MOMENTUM_OFFSET
const static int MOMENTUM_OFFSET
Definition: DQMProvInfo.h:104
DQMProvInfo::VBIN_ES_P
const static int VBIN_ES_P
Definition: DQMProvInfo.h:65
DQMProvInfo::VBIN_CSC_P
const static int VBIN_CSC_P
Definition: DQMProvInfo.h:56
DQMProvInfo::dcsRecordToken_
edm::EDGetTokenT< DCSRecord > dcsRecordToken_
Definition: DQMProvInfo.h:112
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DQMProvInfo::VBIN_HBHE_C
const static int VBIN_HBHE_C
Definition: DQMProvInfo.h:69
DQMProvInfo::VBIN_BPIX
const static int VBIN_BPIX
Definition: DQMProvInfo.h:72
edm::ParameterSet
Definition: ParameterSet.h:36
DQMProvInfo
Definition: DQMProvInfo.h:22
DQMProvInfo::hIsCollisionsRun_
MonitorElement * hIsCollisionsRun_
Definition: DQMProvInfo.h:136
Event.h
DQMProvInfo::VBIN_EE_M
const static int VBIN_EE_M
Definition: DQMProvInfo.h:64
DQMProvInfo::bookHistogramsEventInfo
void bookHistogramsEventInfo(DQMStore::IBooker &)
Definition: DQMProvInfo.cc:137
DQMProvInfo::globalTagRetrieved_
bool globalTagRetrieved_
Definition: DQMProvInfo.h:130
DQMProvInfo::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: DQMProvInfo.cc:68
DQMProvInfo::VBIN_VALID
const static int VBIN_VALID
Definition: DQMProvInfo.h:90
DQMProvInfo::isPhysicsDeclared
bool isPhysicsDeclared(bool *dcsBits)
Definition: DQMProvInfo.cc:411
DQMProvInfo::DQMProvInfo
DQMProvInfo(const edm::ParameterSet &ps)
Definition: DQMProvInfo.cc:23
DQMProvInfo::globalTag_
std::string globalTag_
Definition: DQMProvInfo.h:129
value
Definition: value.py:1
DQMProvInfo::VBIN_STABLE_BEAM
const static int VBIN_STABLE_BEAM
Definition: DQMProvInfo.h:89
DQMProvInfo::VBIN_HBHE_A
const static int VBIN_HBHE_A
Definition: DQMProvInfo.h:67
edm::EventSetup
Definition: EventSetup.h:57
HltBtagPostValidation_cff.c
c
Definition: HltBtagPostValidation_cff.py:31
DQMProvInfo::versRuntype_
MonitorElement * versRuntype_
Definition: DQMProvInfo.h:131
DQMProvInfo::setupLumiSection
void setupLumiSection(int ls)
Definition: DQMProvInfo.cc:450
DQMProvInfo::VBIN_PHYSICS_DECLARED
const static int VBIN_PHYSICS_DECLARED
Definition: DQMProvInfo.h:87
DQMProvInfo::VBIN_ZDC
const static int VBIN_ZDC
Definition: DQMProvInfo.h:80
alignCSCRings.r
r
Definition: alignCSCRings.py:93
newFWLiteAna.bin
bin
Definition: newFWLiteAna.py:161
DQMProvInfo::VBIN_CASTOR
const static int VBIN_CASTOR
Definition: DQMProvInfo.h:79
Frameworkfwd.h
DQMProvInfo::hBeamMode_
MonitorElement * hBeamMode_
Definition: DQMProvInfo.h:115
DQMProvInfo::subsystemname_
std::string subsystemname_
Definition: DQMProvInfo.h:107
DQMProvInfo::fillDcsBitsFromDCSRecord
void fillDcsBitsFromDCSRecord(const DCSRecord &, bool *dcsBits)
Definition: DQMProvInfo.cc:338
DQMProvInfo::VBIN_EB_P
const static int VBIN_EB_P
Definition: DQMProvInfo.h:61
DQMProvInfo::dqmBeginRun
void dqmBeginRun(const edm::Run &r, const edm::EventSetup &c) override
Definition: DQMProvInfo.cc:50
DQMProvInfo::VBIN_DT_P
const static int VBIN_DT_P
Definition: DQMProvInfo.h:59
DCSRecord.h
DQMProvInfo::VBIN_TOB
const static int VBIN_TOB
Definition: DQMProvInfo.h:76
DQMProvInfo::VBIN_TE_M
const static int VBIN_TE_M
Definition: DQMProvInfo.h:78
ParameterSet.h
DQMProvInfo::VBIN_DT_M
const static int VBIN_DT_M
Definition: DQMProvInfo.h:60
DQMProvInfo::hIntensity1_
MonitorElement * hIntensity1_
Definition: DQMProvInfo.h:117
edm::Event
Definition: Event.h:73
DQMProvInfo::analyzeLhcInfo
void analyzeLhcInfo(const edm::Event &e)
Definition: DQMProvInfo.cc:231
DQMProvInfo::reportSummary_
MonitorElement * reportSummary_
Definition: DQMProvInfo.h:123
DQMProvInfo::VBIN_RPC
const static int VBIN_RPC
Definition: DQMProvInfo.h:74
DQMProvInfo::VBIN_EB_M
const static int VBIN_EB_M
Definition: DQMProvInfo.h:62
DQMProvInfo::versCMSSW_
MonitorElement * versCMSSW_
Definition: DQMProvInfo.h:127
DQMProvInfo::beamMode_
int beamMode_
Definition: DQMProvInfo.h:116
DQMProvInfo::dcsStatusCollection_
edm::EDGetTokenT< DcsStatusCollection > dcsStatusCollection_
Definition: DQMProvInfo.h:110
DQMProvInfo::tcdsrecord_
edm::EDGetTokenT< TCDSRecord > tcdsrecord_
Definition: DQMProvInfo.h:111
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37
DQMProvInfo::runType_
std::string runType_
Definition: DQMProvInfo.h:132