CMS 3D CMS Logo

TimingClient.h
Go to the documentation of this file.
1 #ifndef TimingClient_H
2 #define TimingClient_H
3 
4 #include "DQWorkerClient.h"
5 
6 namespace ecaldqm {
7 
8  class TimingClient : public DQWorkerClient {
9  public:
10  TimingClient();
11  ~TimingClient() override {}
12 
13  void producePlots(ProcessType) override;
14 
15  private:
16  void setParams(edm::ParameterSet const&) override;
17 
28  };
29 
30 } // namespace ecaldqm
31 
32 #endif
~TimingClient() override
Definition: TimingClient.h:11
void setParams(edm::ParameterSet const &) override
Definition: TimingClient.cc:29
void producePlots(ProcessType) override
Definition: TimingClient.cc:42