CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
13 
20 
23 
27 
30 
32 #include <fstream>
33 #include <iostream>
34 #include <map>
35 #include <vector>
36 
38 public:
41 
44 
45 protected:
47  void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override;
48  void analyze(const edm::Event &e, const edm::EventSetup &c) override;
49 
50 private:
51  bool verbose_;
52 
53  // fix for consumes
57 
74 };
75 
76 #endif
MonitorElement * meEBUncalibRecHitsOccupancyGt100adc_
const edm::EventSetup & c
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.