CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTowersDQMClient.h
Go to the documentation of this file.
1 #ifndef _DQMOFFLINE_HCAL_CALOTOWERSDQMCLIENT_H_
2 #define _DQMOFFLINE_HCAL_CALOTOWERSDQMCLIENT_H_
3 
4 // -*- C++ -*-
5 //
6 //
7 /*
8  Description: This is a CaloTowers client meant to plot calotowers quantities
9 */
10 
11 //
12 // Originally create by: Hongxuan Liu
13 // May 2010
14 //
15 
16 #include <memory>
17 #include <unistd.h>
32 
33 #include <iostream>
34 #include <fstream>
35 #include <vector>
36 
37 class DQMStore;
38 class MonitorElement;
39 
41 
42  private:
45 
46  bool verbose_;
47  bool debug_;
48 
52 
53  public:
54  explicit CaloTowersDQMClient(const edm::ParameterSet& );
55  virtual ~CaloTowersDQMClient();
56 
57  virtual void beginJob(void);
58  virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
59  virtual void beginRun(const edm::Run& run, const edm::EventSetup& c);
60 
61  int CaloTowersEndjob(const std::vector<MonitorElement*> &hcalMEs);
62 
63 };
64 
65 #endif
int CaloTowersEndjob(const std::vector< MonitorElement * > &hcalMEs)
edm::ParameterSet conf_
virtual void beginRun(const edm::Run &run, const edm::EventSetup &c)
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
virtual void beginJob(void)
CaloTowersDQMClient(const edm::ParameterSet &)
Definition: Run.h:43