CMS 3D CMS Logo

EcalPreshowerNoiseDistrib.h
Go to the documentation of this file.
1 #ifndef EcalPreshowerNoiseDistrib_H
2 #define EcalPreshowerNoiseDistrib_H
3 
5 
10 
13 
16 
19 
20 #include <iostream>
21 #include <fstream>
22 #include <vector>
23 #include <map>
25 
27  typedef std::map<uint32_t, float, std::less<uint32_t> > MapType;
28 
29 public:
32 
33  void bookHistograms(DQMStore::IBooker& i, edm::Run const&, edm::EventSetup const&) override;
34 
35 protected:
37  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
38 
39 private:
40  bool verbose_;
41 
43 
45 
50 };
51 
52 #endif
EcalPreshowerNoiseDistrib(const edm::ParameterSet &ps)
Constructor.
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< ESDigiCollection > ESdigiCollectionToken_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Analyze.
std::map< uint32_t, float, std::less< uint32_t > > MapType
Definition: Run.h:45