test
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 
25 
30 
32 
33 #include <memory>
34 #include <string>
35 
37 
38 public:
39 
42 
44  virtual ~DTSummaryClients();
45 
46 protected:
47 
48  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
49 
51 
52 private:
53 
54  int nevents;
55 
58  std::vector<MonitorElement*> theSummaryContents;
59 
61 };
62 
63 #endif
DTSummaryClients(const edm::ParameterSet &ps)
Constructor.
MonitorElement * summaryReport
MonitorElement * summaryReportMap
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
std::vector< MonitorElement * > theSummaryContents
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
virtual ~DTSummaryClients()
Destructor.