CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TEventInfoClient.h
Go to the documentation of this file.
1 #ifndef DQM_L1TMONITORCLIENT_L1TEventInfoClient_H
2 #define DQM_L1TMONITORCLIENT_L1TEventInfoClient_H
3 
23 // system include files
24 #include <memory>
25 #include <iostream>
26 #include <fstream>
27 #include <string>
28 #include <vector>
29 
30 // user include files
31 
37 
38 // forward declarations
39 class DQMStore;
40 
41 // class declaration
43 
44 public:
45 
48 
50  virtual ~L1TEventInfoClient();
51 
52 private:
53 
55  void beginJob();
56 
58  void beginRun(const edm::Run&, const edm::EventSetup&);
59 
62  const edm::EventSetup&);
63 
65  void analyze(const edm::Event&, const edm::EventSetup&);
66 
68  void
70 
72  void endRun(const edm::Run&, const edm::EventSetup&);
73 
75  void endJob();
76 
77 private:
78 
80 
81  bool m_verbose;
83 
88 
89  std::vector<edm::ParameterSet> m_l1Systems;
90  std::vector<edm::ParameterSet> m_l1Objects;
91  std::vector<std::string> m_disableL1Systems;
92  std::vector<std::string> m_disableL1Objects;
93 
95 
97  void initialize();
98 
101 
103  void bookHistograms();
104 
106  void readQtResults();
107 
110 
113 
117 
118  std::vector<std::string> m_systemLabel;
119  std::vector<std::string> m_systemLabelExt;
120  std::vector<int> m_systemDisable;
121 
122  std::vector<std::vector<std::string> > m_systemQualityTestName;
123  std::vector<std::vector<std::string> > m_systemQualityTestHist;
124  std::vector<std::vector<unsigned int> > m_systemQtSummaryEnabled;
125 
126  std::vector<int> m_objectDisable;
127  std::vector<std::string> m_objectLabel;
128  std::vector<std::string> m_objectFolder;
129 
130  std::vector<std::vector<std::string> > m_objectQualityTestName;
131  std::vector<std::vector<std::string> > m_objectQualityTestHist;
132  std::vector<std::vector<unsigned int> > m_objectQtSummaryEnabled;
133 
135 
137  Float_t m_summarySum;
138  std::vector<int> m_summaryContent;
139 
140 
143 
145  std::vector<MonitorElement*> m_meReportSummaryContent;
146 
149 
150  //
151 
153 
154 
155 };
156 
157 #endif
std::vector< std::vector< std::string > > m_objectQualityTestHist
std::vector< std::vector< std::string > > m_systemQualityTestName
void bookHistograms()
book histograms
void initialize()
private methods
std::vector< edm::ParameterSet > m_l1Objects
std::vector< int > m_objectDisable
std::vector< edm::ParameterSet > m_l1Systems
void beginRun(const edm::Run &, const edm::EventSetup &)
begin run
L1TEventInfoClient(const edm::ParameterSet &)
Constructor.
std::vector< std::string > m_systemLabel
void readQtResults()
read quality test results
void endRun(const edm::Run &, const edm::EventSetup &)
end run
std::vector< std::string > m_systemLabelExt
void beginJob()
begin job
MonitorElement * m_meReportSummaryMap
report summary map
std::vector< std::vector< std::string > > m_systemQualityTestHist
std::vector< std::vector< unsigned int > > m_objectQtSummaryEnabled
std::vector< MonitorElement * > m_meReportSummaryContent
monitor elements to report content for all quality tests
Float_t m_reportSummary
summary report
virtual ~L1TEventInfoClient()
Destructor.
MonitorElement * m_meReportSummary
a summary report
std::vector< std::vector< unsigned int > > m_systemQtSummaryEnabled
void analyze(const edm::Event &, const edm::EventSetup &)
analyze
void endLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &)
end luminosity block
std::vector< int > m_systemDisable
std::vector< std::string > m_objectLabel
void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &)
begin luminosity block
void dumpContentMonitorElements()
dump the content of the monitoring elements defined in this module
std::vector< std::string > m_objectFolder
std::vector< std::string > m_disableL1Objects
std::vector< std::string > m_disableL1Systems
std::vector< std::vector< std::string > > m_objectQualityTestName
size_t m_nrL1Objects
number of L1 trigger objects
size_t m_nrL1Systems
number of L1 trigger systems
std::vector< int > m_summaryContent
Definition: Run.h:36
bool m_verbose
input parameters