CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IntegrityClient.h
Go to the documentation of this file.
1 #ifndef IntegrityClient_H
2 #define IntegrityClient_H
3 
5 
6 namespace ecaldqm {
7 
8  class IntegrityClient : public DQWorkerClient {
9  public:
12 
13  void bookMEs() override;
14 
15  void producePlots() override;
16 
17  enum MESets {
21  };
22 
23  static void setMEData(std::vector<MEData>&);
24 
25  enum Sources {
33  };
34 
35  protected:
37  };
38 
39 }
40 
41 #endif
42 
void producePlots() override
IntegrityClient(const edm::ParameterSet &, const edm::ParameterSet &)
static void setMEData(std::vector< MEData > &)