CMS 3D CMS Logo

NoiseRatesClient.h
Go to the documentation of this file.
1 #ifndef HCALVALIDATION_CALOTOWERS_NOISERATESCLIENT
2 #define HCALVALIDATION_CALOTOWERS_NOISERATESCLIENT
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 
25 #include <memory>
26 #include <unistd.h>
27 
28 #include <fstream>
29 #include <iostream>
30 #include <vector>
31 
32 class MonitorElement;
33 
35 private:
37 
39 
40  bool verbose_;
41  bool debug_;
42 
46 
47 public:
48  explicit NoiseRatesClient(const edm::ParameterSet &);
49  ~NoiseRatesClient() override;
50 
51  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
53 
54  int NoiseRatesEndjob(const std::vector<MonitorElement *> &hcalMEs);
55 };
56 
57 #endif
std::string dirNameJet_
std::string dirName_
NoiseRatesClient(const edm::ParameterSet &)
edm::ParameterSet conf_
std::string dirNameMET_
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
std::string outputFile_
~NoiseRatesClient() override
virtual void runClient_(DQMStore::IBooker &, DQMStore::IGetter &)
int NoiseRatesEndjob(const std::vector< MonitorElement * > &hcalMEs)