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 
24 #include <memory>
25 #include <unistd.h>
26 
27 #include <fstream>
28 #include <iostream>
29 #include <vector>
30 
32 private:
34 
36 
37  bool verbose_;
38  bool debug_;
39 
43 
44 public:
45  explicit HcalNoiseRatesClient(const edm::ParameterSet &);
46  ~HcalNoiseRatesClient() override;
47 
48  void beginJob(void) override;
50  DQMStore::IGetter &) override; // performed in the endJob
51  void beginRun(const edm::Run &run, const edm::EventSetup &c) override;
52 
53  int NoiseRatesEndjob(const std::vector<MonitorElement *> &hcalMEs);
54 };
55 
56 #endif
edm::ParameterSet conf_
void beginRun(const edm::Run &run, const edm::EventSetup &c) override
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
int NoiseRatesEndjob(const std::vector< MonitorElement *> &hcalMEs)
HcalNoiseRatesClient(const edm::ParameterSet &)
void beginJob(void) override
Definition: Run.h:45