CMS 3D CMS Logo

PresampleClient.h
Go to the documentation of this file.
1 #ifndef PresampleClient_H
2 #define PresampleClient_H
3 
4 #include "DQWorkerClient.h"
5 
6 namespace ecaldqm
7 {
8  class PresampleClient : public DQWorkerClient {
9  public:
12 
13  void producePlots(ProcessType) override;
14 
15  private:
16  void setParams(edm::ParameterSet const&) override;
17 
24  };
25 
26 }
27 
28 #endif
29 
void setParams(edm::ParameterSet const &) override
void producePlots(ProcessType) override