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 
30 #include <fstream>
31 #include <iostream>
32 #include <map>
33 #include <vector>
34 
36 public:
39 
42 
43 protected:
44  void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override;
46  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
47 
48 private:
49  bool verbose_;
50 
54 
71 };
72 
73 #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