CMS 3D CMS Logo

EcalEndcapDigisValidation.h
Go to the documentation of this file.
1 #ifndef EcalEndcapDigisValidation_H
2 #define EcalEndcapDigisValidation_H
3 
4 /*
5  * \file EcalEndcapDigisValidation.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 
36 
37  typedef std::map<uint32_t,float,std::less<uint32_t> > MapType;
38 
39 public:
40 
43 
46 
47 void dqmBeginRun(edm::Run const&, edm::EventSetup const&) override;
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 
55 void checkCalibrations(edm::EventSetup const & c);
56 
57 private:
58 
59  bool verbose_;
60 
62 
64 
65  std::map<int, double, std::less<int> > gainConv_;
66 
69 
72 
75 
77 
79 
84 
86 
88 
90 
92 
94 
95 };
96 
97 #endif
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
~EcalEndcapDigisValidation() override
Destructor.
std::map< uint32_t, float, std::less< uint32_t > > MapType
MonitorElement * meEEDigiADCAnalog_[10]
edm::EDGetTokenT< EEDigiCollection > EEdigiCollectionToken_
MonitorElement * meEEDigiADCg12_[10]
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
EcalEndcapDigisValidation(const edm::ParameterSet &ps)
Constructor.
void checkCalibrations(edm::EventSetup const &c)
void analyze(edm::Event const &e, edm::EventSetup const &c) override
Analyze.
std::map< int, double, std::less< int > > gainConv_
Definition: Run.h:45