CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESSummaryClient.h
Go to the documentation of this file.
1 #ifndef ESSummaryClient_H
2 #define ESSummaryClient_H
3 
5 
6 class ESSummaryClient : public ESClient {
7 
8  public:
9 
12 
14  virtual ~ESSummaryClient();
15 
17  void endLumiAnalyze(DQMStore::IGetter&) override;
18  void endJobAnalyze(DQMStore::IGetter&) override;
19 
20  private:
21  void book(DQMStore::IBooker&) override;
22 
24 
28 };
29 
30 #endif
ESSummaryClient(const edm::ParameterSet &ps)
Constructor.
virtual ~ESSummaryClient()
Destructor.
MonitorElement * meReportSummary_
void book(DQMStore::IBooker &) override
void endLumiAnalyze(DQMStore::IGetter &) override
Analyze.
MonitorElement * meReportSummaryContents_[2][2]
void endJobAnalyze(DQMStore::IGetter &) override
MonitorElement * meReportSummaryMap_
void fillReportSummary(DQMStore::IGetter &)