CMS 3D CMS Logo

LedClient.h
Go to the documentation of this file.
1 #ifndef LedClient_H
2 #define LedClient_H
3 
4 #include "DQWorkerClient.h"
5 
6 namespace ecaldqm {
7  class LedClient : public DQWorkerClient {
8  public:
9  LedClient();
10  ~LedClient() 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<double> expectedAmplitude_;
23  std::vector<double> expectedTiming_;
26  std::vector<double> expectedPNAmplitude_;
30  std::vector<uint32_t> SClist_;
31  };
32 } // namespace ecaldqm
33 
34 #endif
void setParams(edm::ParameterSet const &) override
Definition: LedClient.cc:30
double toleranceAmplitude_
Definition: LedClient.h:21
float forwardFactor_
Definition: LedClient.h:29
std::map< int, unsigned > wlToME_
Definition: LedClient.h:17
std::vector< double > expectedTiming_
Definition: LedClient.h:23
std::vector< double > expectedAmplitude_
Definition: LedClient.h:20
std::vector< double > expectedPNAmplitude_
Definition: LedClient.h:26
~LedClient() override
Definition: LedClient.h:10
double toleranceAmpRMSRatio_
Definition: LedClient.h:22
double toleranceTimRMS_
Definition: LedClient.h:25
double toleranceTiming_
Definition: LedClient.h:24
void producePlots(ProcessType) override
Definition: LedClient.cc:91
std::vector< uint32_t > SClist_
Definition: LedClient.h:30
double tolerancePNAmp_
Definition: LedClient.h:27
double tolerancePNRMSRatio_
Definition: LedClient.h:28