CMS 3D CMS Logo

SummaryClient.h
Go to the documentation of this file.
1 #ifndef SummaryClient_H
2 #define SummaryClient_H
3 
4 #include "DQWorkerClient.h"
5 
6 namespace ecaldqm {
7 
8  class SummaryClient : public DQWorkerClient {
9  public:
10  SummaryClient();
11  ~SummaryClient() override {}
12 
13  void resetMEs() override;
14  void producePlots(ProcessType) override;
15 
16  private:
17  void setParams(edm::ParameterSet const&) override;
18 
21  };
22 
23 } // namespace ecaldqm
24 
25 #endif
void setParams(edm::ParameterSet const &) override
void resetMEs() override
void producePlots(ProcessType) override