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  * $Date: 2010/01/04 15:10:59 $
8  * $Revision: 1.8 $
9  * \author F. Cossutti
10  *
11 */
12 
15 
20 
23 
26 
29 
30 #include <iostream>
31 #include <fstream>
32 #include <vector>
33 #include <map>
35 
37 
38  typedef std::map<uint32_t,float,std::less<uint32_t> > MapType;
39 
40 public:
41 
44 
47 
48 protected:
49 
51 void analyze(edm::Event const & e, edm::EventSetup const & c);
52 
53 // BeginJob
54 void beginRun(edm::Run const &, edm::EventSetup const & c);
55 
56 // EndJob
57 void endJob(void);
58 
59 void checkCalibrations(edm::EventSetup const & c);
60 
61 private:
62 
63  bool verbose_;
64 
66 
67  std::string outputFile_;
68 
70 
71  std::map<int, double, std::less<int> > gainConv_;
72 
75 
77 
79 
81 
83 
88 
90 
92 
94 
96 
98 
99 };
100 
101 #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)
EcalBarrelDigisValidation(const edm::ParameterSet &ps)
Constructor.
MonitorElement * meEBDigiADCg12_[10]
Definition: Run.h:33