CMS 3D CMS Logo

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 
29 #include <fstream>
30 #include <iostream>
31 #include <map>
32 #include <vector>
33 
35 public:
38 
41 
42 protected:
43  void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override;
45  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
46 
47 private:
48  bool verbose_;
49 
53 
70 };
71 
72 #endif
EcalPreshowerRecHitsValidation(const edm::ParameterSet &ps)
Constructor.
edm::EDGetTokenT< EEUncalibratedRecHitCollection > EEuncalibrechitCollection_token_
~EcalPreshowerRecHitsValidation() override
Destructor.
void analyze(const edm::Event &e, const edm::EventSetup &c) override
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:45