CMS 3D CMS Logo

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 
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 HcalRecHitsClient(const edm::ParameterSet &);
47  ~HcalRecHitsClient() override;
48 
49  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
50 
51  int HcalRecHitsEndjob(const std::vector<MonitorElement *> &hcalMEs);
52 };
53 
54 #endif
std::string outputFile_
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
HcalRecHitsClient(const edm::ParameterSet &)
~HcalRecHitsClient() override
int HcalRecHitsEndjob(const std::vector< MonitorElement *> &hcalMEs)
std::string dirNameJet_
std::string dirNameMET_
edm::ParameterSet conf_