18 #ifndef BSEMCDETECTORID_HH 19 #define BSEMCDETECTORID_HH 22 #include "RtypesCore.h" 27 class TMemberInspector;
42 Short_t
GetModule()
const {
return (fDetectorId / 100000000); };
43 Short_t
GetRow()
const {
return ((fDetectorId / 1000000) % 100); };
44 Short_t
GetColumn()
const {
return (fDetectorId % 10000); };
45 Short_t
GetCopy()
const {
return ((fDetectorId / 10000) % 100); };
51 Int_t fDetectorId{-1};
virtual ~BSEmcDetectorID()
BSEmcDetectorID(Int_t t_detectorId=0)
Int_t GetDetectorId() const
Short_t GetModule() const
Short_t GetColumn() const