CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LaserClient.h
Go to the documentation of this file.
1 #ifndef LaserClient_H
2 #define LaserClient_H
3 
4 #include "DQWorkerClient.h"
5 
6 namespace ecaldqm {
7  class LaserClient : public DQWorkerClient {
8  public:
9  LaserClient();
10  ~LaserClient() override {}
11 
12  void producePlots(ProcessType) override;
13 
14  private:
15  void setParams(edm::ParameterSet const&) override;
16 
17  std::map<int, unsigned> wlToME_;
18 
20  std::vector<float> expectedAmplitude_;
24  std::vector<float> expectedTiming_;
27  std::vector<float> expectedPNAmplitude_;
31  };
32 } // namespace ecaldqm
33 
34 #endif
std::map< int, unsigned > wlToME_
Definition: LaserClient.h:17
void setParams(edm::ParameterSet const &) override
Definition: LaserClient.cc:31
std::vector< float > expectedPNAmplitude_
Definition: LaserClient.h:27
void producePlots(ProcessType) override
Definition: LaserClient.cc:82
std::vector< float > expectedAmplitude_
Definition: LaserClient.h:20
~LaserClient() override
Definition: LaserClient.h:10
std::vector< float > expectedTiming_
Definition: LaserClient.h:24