CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPreshowerNoiseDistrib.h
Go to the documentation of this file.
1 #ifndef EcalPreshowerNoiseDistrib_H
2 #define EcalPreshowerNoiseDistrib_H
3 
6 
11 
14 
17 
20 
21 #include <iostream>
22 #include <fstream>
23 #include <vector>
24 #include <map>
26 
28 
29  typedef std::map<uint32_t,float,std::less<uint32_t> > MapType;
30 
31 public:
32 
35 
36 protected:
37 
39 void analyze(const edm::Event& e, const edm::EventSetup& c);
40 
41 private:
42 
43  bool verbose_;
44 
46 
48 
50 
55 };
56 
57 #endif
EcalPreshowerNoiseDistrib(const edm::ParameterSet &ps)
Constructor.
std::map< uint32_t, float, std::less< uint32_t > > MapType
edm::EDGetTokenT< ESDigiCollection > ESdigiCollectionToken_
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.