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 
10 public:
11 
13  virtual ~HcalTestNS();
14 
15  bool compare(HcalNumberingFromDDD::HcalID const&, uint32_t const&);
16 
17 private:
18 
20 
21 };
22 
23 #endif // HcalTestNS_h
bool compare(HcalNumberingFromDDD::HcalID const &, uint32_t const &)
Definition: HcalTestNS.cc:25
const HcalDDDRecConstants * hcons_
Definition: HcalTestNS.h:19
HcalTestNS(const edm::EventSetup *)
Definition: HcalTestNS.cc:11
virtual ~HcalTestNS()
Definition: HcalTestNS.cc:23