CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SummaryClient.h
Go to the documentation of this file.
1 #ifndef SummaryClient_H
2 #define SummaryClient_H
3 
5 
6 namespace ecaldqm {
7 
8  class SummaryClient : public DQWorkerClient {
9  public:
12 
13  void bookMEs() override;
14 
15  void beginRun(const edm::Run &, const edm::EventSetup &) override;
16 
17  void producePlots() override;
18 
19  enum MESets {
25  };
26 
27  static void setMEData(std::vector<MEData>&);
28 
29  enum Sources {
36  };
37  };
38 
39 }
40 
41 #endif
42 
void bookMEs() override
static void setMEData(std::vector< MEData > &)
SummaryClient(const edm::ParameterSet &, const edm::ParameterSet &)
void beginRun(const edm::Run &, const edm::EventSetup &) override
void producePlots() override
Definition: Run.h:41