CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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  typedef std::map<uint32_t, float, std::less<uint32_t> > MapType;
36 
37 public:
40 
41  void bookHistograms(DQMStore::IBooker& i, edm::Run const&, edm::EventSetup const&) override;
42 
43 protected:
45  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
46 
47 private:
48  bool verbose_;
49 
51 
53 
55 
57 };
58 
59 #endif
const edm::EventSetup & c
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
std::map< uint32_t, float, std::less< uint32_t > > MapType
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Analyze.
edm::EDGetTokenT< ESDigiCollection > ESdigiCollectionToken_
EcalPreshowerDigisValidation(const edm::ParameterSet &ps)
Constructor.
Definition: Run.h:45