CMS 3D CMS Logo

HcalNoiseRatesClient.h
Go to the documentation of this file.
1 #ifndef _DQMOFFLINE_HCAL_HCALNOISERATESCLIENT_H_
2 #define _DQMOFFLINE_HCAL_HCALNOISERATESCLIENT_H_
3 
4 // -*- C++ -*-
5 //
6 //
7 /*
8  Description: This is a NoiseRates client meant to plot noiserates quantities
9 */
10 
11 //
12 // Originally create by: Hongxuan Liu
13 // May 2010
14 //
15 
28 #include <memory>
29 #include <unistd.h>
30 
31 #include <fstream>
32 #include <iostream>
33 #include <vector>
34 
35 class DQMStore;
36 class MonitorElement;
37 
39 private:
41 
43 
44  bool verbose_;
45  bool debug_;
46 
50 
51 public:
52  explicit HcalNoiseRatesClient(const edm::ParameterSet &);
53  ~HcalNoiseRatesClient() override;
54 
55  void beginJob(void) override;
57  DQMStore::IGetter &) override; // performed in the endJob
58  void beginRun(const edm::Run &run, const edm::EventSetup &c) override;
59 
60  int NoiseRatesEndjob(const std::vector<MonitorElement *> &hcalMEs);
61 };
62 
63 #endif
edm::ParameterSet conf_
void beginRun(const edm::Run &run, const edm::EventSetup &c) override
int NoiseRatesEndjob(const std::vector< MonitorElement * > &hcalMEs)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
HcalNoiseRatesClient(const edm::ParameterSet &)
void beginJob(void) override
Definition: Run.h:45