CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ESPedestalTask.h
Go to the documentation of this file.
1 #ifndef ESPedestalTask_H
2 #define ESPedestalTask_H
3 
7 
9 
12 
13 class ESPedestalTask : public DQMEDAnalyzer {
14 public:
16  ~ESPedestalTask() override {}
17 
18 private:
19  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
20  void analyze(const edm::Event&, const edm::EventSetup&) override;
21 
26 
27  MonitorElement* meADC_[4288][32];
28 
29  int nLines_, runNum_, ievt_, senCount_[2][2][40][40];
32 };
33 
34 #endif
std::string outputFile_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::FileInPath lookup_
ESPedestalTask(const edm::ParameterSet &ps)
edm::EDGetTokenT< ESDigiCollection > digitoken_
~ESPedestalTask() override
int senCount_[2][2][40][40]
MonitorElement * meADC_[4288][32]
std::string prefixME_
Definition: Run.h:45
void analyze(const edm::Event &, const edm::EventSetup &) override