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  * \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 
43 protected:
44 
46 void analyze(const edm::Event& e, const edm::EventSetup& c);
47 
48 private:
49 
50  bool verbose_;
51 
53 
55 
57 
59 
61 
62 };
63 
64 #endif
std::map< uint32_t, float, std::less< uint32_t > > MapType
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
edm::EDGetTokenT< ESDigiCollection > ESdigiCollectionToken_
EcalPreshowerDigisValidation(const edm::ParameterSet &ps)
Constructor.