CMS 3D CMS Logo

EcalBarrelDigisValidation.h
Go to the documentation of this file.
1 #ifndef EcalBarrelDigisValidation_H
2 #define EcalBarrelDigisValidation_H
3 
4 /*
5  * \file EcalBarrelDigisValidation.h
6  *
7  * \author F. Cossutti
8  *
9 */
10 
12 
17 
20 
23 
26 
27 #include <iostream>
28 #include <fstream>
29 #include <vector>
30 #include <map>
32 
34 
36  typedef std::map<uint32_t, float, std::less<uint32_t> > MapType;
37 
38 public:
41 
43  ~EcalBarrelDigisValidation() override;
44 
45  void bookHistograms(DQMStore::IBooker& i, edm::Run const&, edm::EventSetup const&) override;
46 
47 protected:
49  void analyze(edm::Event const& e, edm::EventSetup const& c) override;
50  void dqmBeginRun(edm::Run const&, edm::EventSetup const&) override;
51  void checkCalibrations(edm::EventSetup const& c);
52 
53 private:
54  bool verbose_;
55 
57 
60  std::map<int, double, std::less<int> > gainConv_;
61 
64 
66 
68 
70 
72 
77 
79 
81 
83 
85 
87 };
88 
89 #endif
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
std::map< int, double, std::less< int > > gainConv_
~EcalBarrelDigisValidation() override
Destructor.
MonitorElement * meEBDigiADCAnalog_[10]
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
void checkCalibrations(edm::EventSetup const &c)
std::map< uint32_t, float, std::less< uint32_t > > MapType
void analyze(edm::Event const &e, edm::EventSetup const &c) override
Analyze.
edm::EDGetTokenT< EBDigiCollection > EBdigiCollection_
EcalBarrelDigisValidation(const edm::ParameterSet &ps)
Constructor.
MonitorElement * meEBDigiADCg12_[10]
edm::ESGetToken< EcalADCToGeVConstant, EcalADCToGeVConstantRcd > pAgc
Definition: Run.h:45