CMS 3D CMS Logo

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>
27 
29 
30  typedef std::map<uint32_t,float,std::less<uint32_t> > MapType;
31 
32 public:
33 
36 
37 void bookHistograms(DQMStore::IBooker &i, edm::Run const&, edm::EventSetup const&) override;
38 
39 protected:
40 
42 void analyze(const edm::Event& e, const edm::EventSetup& c) override;
43 
44 private:
45 
46  bool verbose_;
47 
49 
51 
56 };
57 
58 #endif
EcalPreshowerNoiseDistrib(const edm::ParameterSet &ps)
Constructor.
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
std::map< uint32_t, float, std::less< uint32_t > > MapType
edm::EDGetTokenT< ESDigiCollection > ESdigiCollectionToken_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Analyze.
Definition: Run.h:42