CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
36  typedef std::map<uint32_t,float,std::less<uint32_t> > MapType;
37 
38 public:
39 
42 
45 
46 protected:
47 
49 void analyze(edm::Event const & e, edm::EventSetup const & c);
50 
51 // BeginJob
52 void beginRun(edm::Run const &, edm::EventSetup const & c);
53 
54 // EndJob
55 void endJob(void);
56 
57 void checkCalibrations(edm::EventSetup const & c);
58 
59 private:
60 
61  bool verbose_;
62 
64 
66 
68 
69  std::map<int, double, std::less<int> > gainConv_;
70 
73 
75 
77 
79 
81 
86 
88 
90 
92 
94 
96 
97 };
98 
99 #endif
void analyze(edm::Event const &e, edm::EventSetup const &c)
Analyze.
std::map< int, double, std::less< int > > gainConv_
MonitorElement * meEBDigiADCAnalog_[10]
std::map< uint32_t, float, std::less< uint32_t > > MapType
void beginRun(edm::Run const &, edm::EventSetup const &c)
void checkCalibrations(edm::EventSetup const &c)
edm::EDGetTokenT< EBDigiCollection > EBdigiCollection_
EcalBarrelDigisValidation(const edm::ParameterSet &ps)
Constructor.
MonitorElement * meEBDigiADCg12_[10]
Definition: Run.h:41