CMS 3D CMS Logo

EcalPreshowerSimHitsValidation.h
Go to the documentation of this file.
1 #ifndef EcalPreshowerSimHitsValidation_H
2 #define EcalPreshowerSimHitsValidation_H
3 
4 /*
5  * \file EcalPreshowerSimHitsValidation.h
6  *
7  * \author C.Rovelli
8  *
9  */
10 
13 
21 
24 
29 
31 #include <fstream>
32 #include <iostream>
33 #include <map>
34 #include <vector>
35 
37  typedef std::map<uint32_t, float, std::less<uint32_t>> MapType;
38 
39 public:
42 
45 
46 protected:
48  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
49 
50  // BeginJob
51  void beginJob() override;
52 
53  // EndJob
54  void endJob(void) override;
55 
56 private:
61 
65 
66  bool verbose_;
67 
69 
71 
74 
77 
80 
83 
86 
89 
92 
95 };
96 
97 #endif
EcalPreshowerSimHitsValidation(const edm::ParameterSet &ps)
Constructor.
std::map< uint32_t, float, std::less< uint32_t > > MapType
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Analyze.
edm::EDGetTokenT< edm::HepMCProduct > HepMCToken
edm::EDGetTokenT< edm::PCaloHitContainer > EEHitsToken
edm::EDGetTokenT< edm::PCaloHitContainer > ESHitsToken