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 
12 
19 
22 
26 
28 #include <fstream>
29 #include <iostream>
30 #include <map>
31 #include <vector>
32 
34 public:
37 
40 
41 protected:
42  void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override;
44  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
45 
46 private:
47  bool verbose_;
48 
52 
69 };
70 
71 #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