CMS 3D CMS Logo

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