CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PresampleClient.h
Go to the documentation of this file.
1 #ifndef PresampleClient_H
2 #define PresampleClient_H
3 
5 
6 namespace ecaldqm {
7 
8  class PresampleClient : public DQWorkerClient {
9  public:
12 
13  void bookMEs() override;
14 
15  void producePlots() override;
16 
17  enum MESets {
26  };
27 
28  static void setMEData(std::vector<MEData>&);
29 
30  enum Sources {
33  };
34 
35  protected:
43  };
44 
45 }
46 
47 #endif
48 
PresampleClient(const edm::ParameterSet &, const edm::ParameterSet &)
static void setMEData(std::vector< MEData > &)
void producePlots() override