CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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  typedef std::map<uint32_t, float, std::less<uint32_t> > MapType;
29 
30 public:
33 
34  void bookHistograms(DQMStore::IBooker& i, edm::Run const&, edm::EventSetup const&) override;
35 
36 protected:
38  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
39 
40 private:
41  bool verbose_;
42 
44 
46 
51 };
52 
53 #endif
const edm::EventSetup & c
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