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 
32 class MonitorElement;
33 
35 private:
37 
39 
40  bool verbose_;
41  bool debug_;
42 
46 
47 public:
48  explicit HcalRecHitsClient(const edm::ParameterSet &);
49  ~HcalRecHitsClient() override;
50 
51  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
52 
53  int HcalRecHitsEndjob(const std::vector<MonitorElement *> &hcalMEs);
54 };
55 
56 #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_