CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPreshowerDigisValidation.h
Go to the documentation of this file.
1 #ifndef EcalPreshowerDigisValidation_H
2 #define EcalPreshowerDigisValidation_H
3 
4 /*
5  * \file EcalPreshowerDigisValidation.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 
45 protected:
46 
48 void analyze(const edm::Event& e, const edm::EventSetup& c);
49 
50 private:
51 
52  bool verbose_;
53 
55 
56  std::string outputFile_;
57 
59 
61 
63 
64 };
65 
66 #endif
std::map< uint32_t, float, std::less< uint32_t > > MapType
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
EcalPreshowerDigisValidation(const edm::ParameterSet &ps)
Constructor.