CMS 3D CMS Logo

EcalBarrelRecHitsValidation.h
Go to the documentation of this file.
1 #ifndef EcalBarrelRecHitsValidation_H
2 #define EcalBarrelRecHitsValidation_H
3 
4 /*
5  * \file EcalBarrelRecHitsValidation.h
6  *
7  * \author C. Rovelli
8  *
9  */
10 
12 
19 
22 
26 
29 
31 #include <fstream>
32 #include <iostream>
33 #include <map>
34 #include <vector>
35 
37 public:
40 
43 
44 protected:
46  void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override;
47  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
48 
49 private:
50  bool verbose_;
51 
52  // fix for consumes
56 
73 };
74 
75 #endif
MonitorElement * meEBUncalibRecHitsOccupancyGt100adc_
EcalBarrelRecHitsValidation(const edm::ParameterSet &ps)
Constructor.
edm::ESGetToken< EcalPedestals, EcalPedestalsRcd > ecalPeds
edm::EDGetTokenT< EBUncalibratedRecHitCollection > EBuncalibrechitCollection_token_
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
Analyze.
MonitorElement * meEBUncalibRecHitAmplMap_[36]
MonitorElement * meEBUncalibRecHitPedMap_[36]
MonitorElement * meEBUncalibRecHitsAmplitudeGt100adc_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
MonitorElement * meEBUncalibRecHitMaxSampleRatioGt100adc_
edm::EDGetTokenT< EBDigiCollection > EBdigiCollection_token_
Definition: Run.h:45
MonitorElement * meEBUncalibRecHitsPedestalGt100adc_
~EcalBarrelRecHitsValidation() override
Destructor.