CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
23 
28 
29 #include <fstream>
30 #include <iostream>
31 #include <map>
32 #include <vector>
33 
35  typedef std::map<uint32_t, float, std::less<uint32_t>> MapType;
36 
37 public:
40 
41 protected:
42  void bookHistograms(DQMStore::IBooker &ib, edm::Run const &, edm::EventSetup const &c) override;
43 
45  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
46 
47 private:
51 
55 
56  bool verbose_;
57 
60 
63 
66 
69 
72 
75 
78 
81 };
82 
83 #endif
const edm::EventSetup & c
int ib
Definition: cuy.py:661
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
void bookHistograms(DQMStore::IBooker &ib, edm::Run const &, edm::EventSetup const &c) override
edm::EDGetTokenT< edm::PCaloHitContainer > EEHitsToken
edm::EDGetTokenT< edm::PCaloHitContainer > ESHitsToken
Definition: Run.h:45