CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
13 
17 
20 
22 
32 
33 #include <map>
34 #include <vector>
35 
37  typedef std::map<uint32_t, float, std::less<uint32_t>> MapType;
38 
39 public:
42 
43 protected:
44  void bookHistograms(DQMStore::IBooker &ib, edm::Run const &, edm::EventSetup const &c) override;
45 
47  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
48 
49 private:
55 
56  bool verbose_;
57 
61 
65 };
66 
67 #endif
MonitorElement * meEBEnergyFraction_
const edm::EventSetup & c
int ib
Definition: cuy.py:661
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
std::map< uint32_t, float, std::less< uint32_t > > MapType