CMS 3D CMS Logo

CalibrationSummaryClient.h
Go to the documentation of this file.
1 #ifndef CalibrationSummaryClient_H
2 #define CalibrationSummaryClient_H
3 
4 #include "DQWorkerClient.h"
5 
6 namespace ecaldqm {
7 
9  public:
12 
13  void producePlots(ProcessType) override;
14 
15  private:
16  void setParams(edm::ParameterSet const&) override;
17 
18  std::map<int, unsigned> laserWlToME_;
19  std::map<int, unsigned> ledWlToME_;
20  std::map<int, unsigned> tpGainToME_;
21  std::map<int, unsigned> tpPNGainToME_;
22  std::map<int, unsigned> pedGainToME_;
23  std::map<int, unsigned> pedPNGainToME_;
24  };
25 
26 }
27 
28 #endif
29 
std::map< int, unsigned > pedPNGainToME_
void setParams(edm::ParameterSet const &) override