CMS 3D CMS Logo

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