CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalDigisValidation.h
Go to the documentation of this file.
1 #ifndef EcalDigisValidation_H
2 #define EcalDigisValidation_H
3 
4 /*
5  * \file EcalDigisValidation.h
6  *
7  * $Date: 2010/01/04 15:10:59 $
8  * $Revision: 1.13 $
9  * \author F. Cossutti
10  *
11 */
12 
15 
20 
23 
26 
35 
42 #
43 #include <iostream>
44 #include <fstream>
45 #include <vector>
46 #include <map>
48 
50 
51  typedef std::map<uint32_t,float,std::less<uint32_t> > MapType;
52 
53 public:
54 
57 
60 
61 protected:
62 
64 void analyze(edm::Event const & e, edm::EventSetup const & c);
65 
66 // BeginRun
67 void beginRun(edm::Run const &, edm::EventSetup const & c);
68 
69 // EndJob
70 void endJob(void);
71 
72 private:
73 
74  void checkCalibrations(edm::EventSetup const & c);
75 
78 
79  bool verbose_;
80 
82 
84 
88 
89  std::map<int, double, std::less<int> > gainConv_;
90 
93 
97 
100 
103 
106 
107 };
108 
109 #endif
edm::InputTag EEdigiCollection_
std::map< uint32_t, float, std::less< uint32_t > > MapType
~EcalDigisValidation()
Destructor.
MonitorElement * meEEDigiSimRatiogt100ADC_
std::map< int, double, std::less< int > > gainConv_
MonitorElement * meGunEnergy_
void beginRun(edm::Run const &, edm::EventSetup const &c)
MonitorElement * meEBDigiSimRatiogt10ADC_
MonitorElement * meEBDigiSimRatio_
void analyze(edm::Event const &e, edm::EventSetup const &c)
Analyze.
MonitorElement * meGunEta_
EcalDigisValidation(const edm::ParameterSet &ps)
Constructor.
MonitorElement * meEEDigiSimRatio_
edm::InputTag EBdigiCollection_
edm::InputTag ESdigiCollection_
MonitorElement * meGunPhi_
MonitorElement * meEEDigiSimRatiogt20ADC_
void checkCalibrations(edm::EventSetup const &c)
MonitorElement * meEBDigiSimRatiogt100ADC_
Definition: Run.h:36