CMS 3D CMS Logo

HcalTestNS.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_HcalTestNS_h
2 #define SimG4CMS_HcalTestNS_h
3 
7 
8 class HcalTestNS {
9 public:
11  virtual ~HcalTestNS();
12 
13  bool compare(HcalNumberingFromDDD::HcalID const&, uint32_t const&);
14 
15 private:
17 };
18 
19 #endif // HcalTestNS_h
bool compare(HcalNumberingFromDDD::HcalID const &, uint32_t const &)
Definition: HcalTestNS.cc:24
const HcalDDDRecConstants * hcons_
Definition: HcalTestNS.h:16
HcalTestNS(const edm::EventSetup *)
Definition: HcalTestNS.cc:11
virtual ~HcalTestNS()
Definition: HcalTestNS.cc:22