CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalRecHitsClient.h
Go to the documentation of this file.
1 #ifndef HCALVALIDATION_CALOTOWERS_HCALRECHITSCLIENT
2 #define HCALVALIDATION_CALOTOWERS_HCALRECHITSCLIENT
3 
4 // -*- C++ -*-
5 //
6 //
7 /*
8  Description: This is a RecHits client meant to plot rechits 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 HcalRecHitsClient(const edm::ParameterSet& );
50  virtual ~HcalRecHitsClient();
51 
53 
55 
56  int HcalRecHitsEndjob(const std::vector<MonitorElement*> &hcalMEs);
57 
58 };
59 
60 #endif
std::string outputFile_
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)
HcalRecHitsClient(const edm::ParameterSet &)
int HcalRecHitsEndjob(const std::vector< MonitorElement * > &hcalMEs)
std::string dirNameJet_
std::string dirNameMET_
edm::ParameterSet conf_
virtual void runClient_(DQMStore::IBooker &, DQMStore::IGetter &)
virtual ~HcalRecHitsClient()