6 #ifndef BSEMCDETECTORID_HH 7 #define BSEMCDETECTORID_HH 10 #include "RtypesCore.h" 15 class TMemberInspector;
30 Short_t
GetModule()
const {
return (fDetectorId / 100000000); };
31 Short_t
GetRow()
const {
return ((fDetectorId / 1000000) % 100); };
32 Short_t
GetColumn()
const {
return (fDetectorId % 10000); };
33 Short_t
GetCopy()
const {
return ((fDetectorId / 10000) % 100); };
39 Int_t fDetectorId{-1};
virtual ~BSEmcDetectorID()
BSEmcDetectorID(Int_t t_detectorId=0)
Int_t GetDetectorId() const
Short_t GetModule() const
Short_t GetColumn() const