CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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>
34 
36 
37  typedef std::map<uint32_t,float,std::less<uint32_t> > MapType;
38 
39 public:
40 
43 
44 void bookHistograms(DQMStore::IBooker &i, edm::Run const&, edm::EventSetup const&) override;
45 
46 protected:
47 
49 void analyze(const edm::Event& e, const edm::EventSetup& c);
50 
51 private:
52 
53  bool verbose_;
54 
56 
58 
60 
62 
63 };
64 
65 #endif
int i
Definition: DBlmapReader.cc:9
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)
Analyze.
edm::EDGetTokenT< ESDigiCollection > ESdigiCollectionToken_
EcalPreshowerDigisValidation(const edm::ParameterSet &ps)
Constructor.
Definition: Run.h:43