CMS 3D CMS Logo

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 
26 #include <memory>
27 #include <unistd.h>
28 
29 #include <fstream>
30 #include <iostream>
31 #include <vector>
32 
34 private:
35  int SimHitsEndjob(const std::vector<MonitorElement *> &hcalMEs);
36  std::vector<std::string> getHistogramTypes();
37 
39  bool verbose_;
40  static const int nTime = 4;
41  static const int nType1 = 4;
44 
45 public:
46  explicit HcalSimHitsClient(const edm::ParameterSet &);
47  ~HcalSimHitsClient() override;
48 
49  void beginRun(edm::Run const &run, edm::EventSetup const &c) override;
51  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
52 };
53 
54 #endif
void beginRun(edm::Run const &run, edm::EventSetup const &c) override
static const int nType1
int SimHitsEndjob(const std::vector< MonitorElement * > &hcalMEs)
~HcalSimHitsClient() override
std::vector< std::string > getHistogramTypes()
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
const HcalDDDRecConstants * hcons
virtual void runClient_(DQMStore::IBooker &, DQMStore::IGetter &)
static const int nTime
HcalSimHitsClient(const edm::ParameterSet &)
Definition: Run.h:45