CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  * $Date: 2010/01/04 15:10:59 $
8  * $Revision: 1.9 $
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 // BeginRun
54 void beginRun(edm::Run const &, edm::EventSetup const & c);
55 
56 // EndJob
57 void endJob(void);
58 
59 
60 void checkCalibrations(edm::EventSetup const & c);
61 
62 private:
63 
64  bool verbose_;
65 
67 
68  std::string outputFile_;
69 
71 
72  std::map<int, double, std::less<int> > gainConv_;
73 
76 
79 
82 
84 
86 
91 
93 
95 
97 
99 
101 
102 };
103 
104 #endif
std::map< uint32_t, float, std::less< uint32_t > > MapType
MonitorElement * meEEDigiADCAnalog_[10]
MonitorElement * meEEDigiADCg12_[10]
EcalEndcapDigisValidation(const edm::ParameterSet &ps)
Constructor.
void checkCalibrations(edm::EventSetup const &c)
void beginRun(edm::Run const &, edm::EventSetup const &c)
std::map< int, double, std::less< int > > gainConv_
void analyze(edm::Event const &e, edm::EventSetup const &c)
Analyze.
Definition: Run.h:33