CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalSimHitsClient.h
Go to the documentation of this file.
1 #ifndef ValidationHcalSimHitsClient_H
2 #define ValidationHcalSimHitsClient_H
3 
4 // -*- C++ -*-
5 //
6 //
7 /*
8  Description: This is a SImHit CLient code
9 */
10 
11 //
12 // Originally create by: Bhawna Gomber
13 //
14 //
15 
16 #include <memory>
17 #include <unistd.h>
29 
30 #include <iostream>
31 #include <fstream>
32 #include <vector>
33 
34 class MonitorElement;
35 
37 
38 private:
39  int SimHitsEndjob(const std::vector<MonitorElement*> &hcalMEs);
40  std::vector<std::string> getHistogramTypes();
41 
43  bool verbose_;
44  static const int nTime = 4;
45  static const int nType1 = 4;
48 
49 public:
50  explicit HcalSimHitsClient(const edm::ParameterSet& );
51  virtual ~HcalSimHitsClient();
52 
53  virtual void beginRun(edm::Run const& run, edm::EventSetup const& c);
56 
57 };
58 
59 #endif
static const int nType1
int SimHitsEndjob(const std::vector< MonitorElement * > &hcalMEs)
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)
std::vector< std::string > getHistogramTypes()
virtual void beginRun(edm::Run const &run, edm::EventSetup const &c)
const HcalDDDRecConstants * hcons
virtual void runClient_(DQMStore::IBooker &, DQMStore::IGetter &)
virtual ~HcalSimHitsClient()
static const int nTime
HcalSimHitsClient(const edm::ParameterSet &)
Definition: Run.h:43