CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>
33 
35 
37  typedef std::map<uint32_t, float, std::less<uint32_t> > MapType;
38 
39 public:
42 
44  ~EcalBarrelDigisValidation() override;
45 
46  void bookHistograms(DQMStore::IBooker& i, edm::Run const&, edm::EventSetup const&) override;
47 
48 protected:
50  void analyze(edm::Event const& e, edm::EventSetup const& c) override;
51  void dqmBeginRun(edm::Run const&, edm::EventSetup const&) override;
52  void checkCalibrations(edm::EventSetup const& c);
53 
54 private:
55  bool verbose_;
56 
58 
61  std::map<int, double, std::less<int> > gainConv_;
62 
65 
67 
69 
71 
73 
78 
80 
82 
84 
86 
88 };
89 
90 #endif
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
std::map< int, double, std::less< int > > gainConv_
const edm::EventSetup & c
~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