CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalRecHitsDQMClient.h
Go to the documentation of this file.
1 #ifndef _DQMOFFLINE_HCAL_HCALRECHITSDQMCLIENT_H_
2 #define _DQMOFFLINE_HCAL_HCALRECHITDQMSCLIENT_H_
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>
30 
31 #include <iostream>
32 #include <fstream>
33 #include <vector>
34 
35 class MonitorElement;
36 
38 
39  private:
42 
43  bool verbose_;
44  bool debug_;
45 
49 
50  public:
51  explicit HcalRecHitsDQMClient(const edm::ParameterSet& );
52  virtual ~HcalRecHitsDQMClient();
53 
54  virtual void beginJob(void);
55  virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
56 
57  int HcalRecHitsEndjob(const std::vector<MonitorElement*> &hcalMEs);
58 
59 };
60 
61 #endif
virtual void beginJob(void)
int HcalRecHitsEndjob(const std::vector< MonitorElement * > &hcalMEs)
HcalRecHitsDQMClient(const edm::ParameterSet &)
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
edm::ParameterSet conf_