CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
16 #include <memory>
17 #include <unistd.h>
27 
28 #include <iostream>
29 #include <fstream>
30 #include <vector>
31 
32 class MonitorElement;
33 
35 
36  private:
38 
40 
41  bool verbose_;
42  bool debug_;
43 
47 
48  public:
49  explicit NoiseRatesClient(const edm::ParameterSet& );
50  virtual ~NoiseRatesClient();
51 
54 
55  int NoiseRatesEndjob(const std::vector<MonitorElement*> &hcalMEs);
56 
57 };
58 
59 #endif
std::string dirNameJet_
std::string dirName_
NoiseRatesClient(const edm::ParameterSet &)
edm::ParameterSet conf_
std::string dirNameMET_
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)
std::string outputFile_
virtual void runClient_(DQMStore::IBooker &, DQMStore::IGetter &)
int NoiseRatesEndjob(const std::vector< MonitorElement * > &hcalMEs)
virtual ~NoiseRatesClient()