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 
33 private:
35 
37 
38  bool verbose_;
39  bool debug_;
40 
44 
45 public:
46  explicit NoiseRatesClient(const edm::ParameterSet &);
47  ~NoiseRatesClient() override;
48 
49  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
51 
52  int NoiseRatesEndjob(const std::vector<MonitorElement *> &hcalMEs);
53 };
54 
55 #endif
std::string dirNameJet_
std::string dirName_
int NoiseRatesEndjob(const std::vector< MonitorElement *> &hcalMEs)
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 &)