CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPreshowerRecHitsValidation.h
Go to the documentation of this file.
1 #ifndef EcalPreshowerRecHitsValidation_H
2 #define EcalPreshowerRecHitsValidation_H
3 
4 /*
5  * \file EcalPreshowerRecHitsValidation.h
6  *
7  * \author C. Rovelli
8  *
9  */
10 
13 
20 
23 
27 
28 #include <iostream>
29 #include <fstream>
30 #include <vector>
31 #include <map>
34 
36 
37  public:
38 
41 
44 
45  protected:
46 
47  void bookHistograms(DQMStore::IBooker &i, edm::Run const&, edm::EventSetup const&) override;
49  void analyze(const edm::Event& e, const edm::EventSetup& c);
50 
51  private:
52 
53  bool verbose_;
54 
58 
75 
76 };
77 
78 #endif
EcalPreshowerRecHitsValidation(const edm::ParameterSet &ps)
Constructor.
int i
Definition: DBlmapReader.cc:9
edm::EDGetTokenT< EEUncalibratedRecHitCollection > EEuncalibrechitCollection_token_
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
edm::EDGetTokenT< EERecHitCollection > EErechitCollection_token_
edm::EDGetTokenT< ESRecHitCollection > ESrechitCollection_token_
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
Definition: Run.h:41