CMS 3D CMS Logo

EcalSimHitsValidation.h
Go to the documentation of this file.
1 #ifndef EcalSimHitsValidation_H
2 #define EcalSimHitsValidation_H
3 
4 /*
5  * \file EcalSimHitsValidation.h
6  *
7  * \author C.Rovelli
8  *
9  */
10 
12 
16 
19 
21 
31 
32 #include <map>
33 #include <vector>
34 
36  typedef std::map<uint32_t, float, std::less<uint32_t>> MapType;
37 
38 public:
41 
42 protected:
43  void bookHistograms(DQMStore::IBooker &ib, edm::Run const &, edm::EventSetup const &c) override;
44 
46  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
47 
48 private:
54 
55  bool verbose_;
56 
60 
64 };
65 
66 #endif
MonitorElement * meEBEnergyFraction_
void bookHistograms(DQMStore::IBooker &ib, edm::Run const &, edm::EventSetup const &c) override
edm::EDGetTokenT< edm::PCaloHitContainer > EBHitsCollectionToken
edm::EDGetTokenT< edm::HepMCProduct > HepMCToken
MonitorElement * meGunEnergy_
edm::EDGetTokenT< edm::PCaloHitContainer > EEHitsCollectionToken
EcalSimHitsValidation(const edm::ParameterSet &ps)
Constructor.
edm::EDGetTokenT< edm::PCaloHitContainer > ESHitsCollectionToken
MonitorElement * meEEEnergyFraction_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Analyze.
MonitorElement * meESEnergyFraction_
Definition: Run.h:45
ib
Definition: cuy.py:661
std::map< uint32_t, float, std::less< uint32_t > > MapType