CMS 3D CMS Logo

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