CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTSummaryClients.h
Go to the documentation of this file.
1 #ifndef DTSummaryClients_H
2 #define DTSummaryClients_H
3 
4 
22 
27 
28 #include <memory>
29 #include <string>
30 
32 
33 public:
34 
37 
39  virtual ~DTSummaryClients();
40 
41 protected:
42 
44  void beginRun(edm::Run const& run, edm::EventSetup const& eSetup);
45 
47  void endRun(edm::Run const& run, edm::EventSetup const& eSetup);
48 
50  void endJob(void);
51 
53  void analyze(const edm::Event& e, const edm::EventSetup& c);
54 
56  void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& c);
57 
58 private:
59 
60  int nevents;
62 
65  std::vector<MonitorElement*> theSummaryContents;
66 
67 };
68 
69 #endif
DTSummaryClients(const edm::ParameterSet &ps)
Constructor.
MonitorElement * summaryReport
MonitorElement * summaryReportMap
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c)
DQM Client Diagnostic.
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup)
BeginRun.
void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
EndRun.
void endJob(void)
EndJob.
std::vector< MonitorElement * > theSummaryContents
virtual ~DTSummaryClients()
Destructor.
Definition: Run.h:41