CMS 3D CMS Logo

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 
12 
17 
20 
23 
26 
27 #include <iostream>
28 #include <fstream>
29 #include <vector>
30 #include <map>
32 
34  typedef std::map<uint32_t, float, std::less<uint32_t> > MapType;
35 
36 public:
39 
40  void bookHistograms(DQMStore::IBooker& i, edm::Run const&, edm::EventSetup const&) override;
41 
42 protected:
44  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
45 
46 private:
47  bool verbose_;
48 
50 
52 
54 
56 };
57 
58 #endif
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