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 
13 
18 
21 
24 
27 
28 #include <iostream>
29 #include <fstream>
30 #include <vector>
31 #include <map>
34 
35 
37 
38  typedef std::map<uint32_t,float,std::less<uint32_t> > MapType;
39 
40 public:
41 
44 
47 
48 void bookHistograms(DQMStore::IBooker &i, edm::Run const&, edm::EventSetup const&) override;
49 
50 protected:
51 
53 void analyze(edm::Event const & e, edm::EventSetup const & c) override;
54 void dqmBeginRun(edm::Run const&, edm::EventSetup const&) override;
55 void checkCalibrations(edm::EventSetup const & c);
56 
57 
58 private:
59 
60  bool verbose_;
61 
63 
65 
66  std::map<int, double, std::less<int> > gainConv_;
67 
70 
72 
74 
76 
78 
83 
85 
87 
89 
91 
93 
94 };
95 
96 #endif
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
std::map< int, double, std::less< int > > gainConv_
MonitorElement * meEBDigiADCAnalog_[10]
std::map< uint32_t, float, std::less< uint32_t > > MapType
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
void checkCalibrations(edm::EventSetup const &c)
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]
Definition: Run.h:42