CbmRoot
|
#include <CbmTofDetectorId.h>
Public Member Functions | |
CbmTofDetectorInfo () | |
CbmTofDetectorInfo (Int_t detsystem, Int_t smtype, Int_t smodule, Int_t counter, Int_t gap, Int_t cell) | |
CbmTofDetectorInfo (ECbmModuleId detsystem, Int_t smtype, Int_t smodule, Int_t counter, Int_t gap, Int_t cell) | |
Public Attributes | |
Int_t | fDetectorSystem |
Int_t | fSMtype |
Int_t | fSModule |
Int_t | fCounter |
Int_t | fGap |
Int_t | fCell |
CbmTofDetectorId.h Abstract base class for the different implementations to calculate the information about TOF modules from a unique detetcor ID
Definition at line 20 of file CbmTofDetectorId.h.
|
inline |
Definition at line 23 of file CbmTofDetectorId.h.
|
inline |
Definition at line 31 of file CbmTofDetectorId.h.
|
inline |
Definition at line 44 of file CbmTofDetectorId.h.
Int_t CbmTofDetectorInfo::fCell |
Definition at line 62 of file CbmTofDetectorId.h.
Referenced by CbmTofAddress::ConvertCbmTofDetectorInfo(), CbmTofDigitize::DigitizeGaussCharge(), CbmTofGeoHandler::GetCell(), CbmTofDetectorId_v12b::SetDetectorInfo(), CbmTofDetectorId_v07a::SetDetectorInfo(), and CbmTofDetectorId_v14a::SetDetectorInfo().
Int_t CbmTofDetectorInfo::fCounter |
Definition at line 60 of file CbmTofDetectorId.h.
Referenced by CbmTofAddress::ConvertCbmTofDetectorInfo(), CbmTofGeoHandler::GetCounter(), CbmTofDetectorId_v07a::SetDetectorInfo(), CbmTofDetectorId_v12b::SetDetectorInfo(), and CbmTofDetectorId_v14a::SetDetectorInfo().
Int_t CbmTofDetectorInfo::fDetectorSystem |
Definition at line 57 of file CbmTofDetectorId.h.
Referenced by CbmTofGeoHandler::GetDetSystemId(), CbmTofDetectorId_v12b::SetDetectorInfo(), CbmTofDetectorId_v07a::SetDetectorInfo(), and CbmTofDetectorId_v14a::SetDetectorInfo().
Int_t CbmTofDetectorInfo::fGap |
Definition at line 61 of file CbmTofDetectorId.h.
Referenced by CbmTofGeoHandler::GetGap(), CbmTofDetectorId_v12b::SetDetectorInfo(), CbmTofDetectorId_v07a::SetDetectorInfo(), and CbmTofDetectorId_v14a::SetDetectorInfo().
Int_t CbmTofDetectorInfo::fSModule |
Definition at line 59 of file CbmTofDetectorId.h.
Referenced by CbmTofAddress::ConvertCbmTofDetectorInfo(), CbmTofGeoHandler::GetSModule(), CbmTofDetectorId_v07a::SetDetectorInfo(), CbmTofDetectorId_v12b::SetDetectorInfo(), and CbmTofDetectorId_v14a::SetDetectorInfo().
Int_t CbmTofDetectorInfo::fSMtype |
Definition at line 58 of file CbmTofDetectorId.h.
Referenced by CbmTofAddress::ConvertCbmTofDetectorInfo(), CbmTofGeoHandler::GetSMType(), CbmTofDetectorId_v07a::SetDetectorInfo(), CbmTofDetectorId_v12b::SetDetectorInfo(), and CbmTofDetectorId_v14a::SetDetectorInfo().