CbmRoot
|
#include <CbmTofTrackingInterface.h>
Public Member Functions | |
CbmTofTrackingInterface () | |
Default constructor. | |
~CbmTofTrackingInterface () | |
Destructor. | |
CbmTofTrackingInterface (const CbmTofTrackingInterface &)=delete | |
Copy constructor. | |
CbmTofTrackingInterface (CbmTofTrackingInterface &&)=delete | |
Move constructor. | |
CbmTofTrackingInterface & | operator= (const CbmTofTrackingInterface &)=delete |
Copy assignment operator. | |
CbmTofTrackingInterface & | operator= (CbmTofTrackingInterface &&)=delete |
Move assignment operator. | |
std::string | GetDetectorName () const override |
Gets name of this subsystem. | |
std::tuple< double, double > | GetStereoAnglesSensor (int) const override |
Gets stereo angles of the two independent measured coordinates. | |
int | GetTrackingStationIndex (const CbmHit *hit) const override |
Gets a tracking station of a ToF hit. | |
int | GetTrackingStationIndex (int address) const override |
Gets a tracking station by the address of element. | |
int | GetTrackingStationIndex (const FairMCPoint *point) const override |
Gets a tracking station of a FairMCPoint. | |
double | GetZrefModule (int address) override |
Gets reference z of the detector module (e.g., RPC for TOF) | |
bool | IsTimeInfoProvided (int) const override |
Check if station provides time measurements. | |
InitStatus | Init () override |
FairTask: Init method. | |
InitStatus | ReInit () override |
FairTask: ReInit method. | |
void | SetParContainers () override |
FairTask: sets parameter containers up. | |
bool | Check () const |
Checks detector interface: boundary conditions of the parameters. | |
int | GetNtrackingStations () const |
Gets actual number of stations, provided by the current geometry setup. | |
double | GetXmax (int stationId) const |
Gets upper bound of a station passive volume along the X-axis. | |
double | GetXmin (int stationId) const |
Gets lower bound of a station passive volume along the X-axis. | |
double | GetYmax (int stationId) const |
Gets upper bound of a station passive volume along the Y-axis. | |
double | GetYmin (int stationId) const |
Gets lower bound of a station passive volume along the Y-axis. | |
double | GetZref (int stationId) const |
Gets reference z of the station passive volume. | |
double | GetZmin (int stationId) const |
Gets min z of the station passive volume. | |
double | GetZmax (int stationId) const |
Gets max z of the station passive volume. | |
double | GetActiveXmin (int stationId) const |
Gets lower bound of the station active volume along x-axis. | |
double | GetActiveXmax (int stationId) const |
Gets upper bound of the station active volume along x-axis. | |
double | GetActiveYmin (int stationId) const |
Gets lower bound of the station active volume along y-axis. | |
double | GetActiveYmax (int stationId) const |
Gets upper bound of the station active volume along y-axis. | |
double | GetActiveZmin (int stationId) const |
Gets lower bound of the station active volume along z-axis. | |
double | GetActiveZmax (int stationId) const |
Gets upper bound of the station active volume along z-axis. | |
virtual std::tuple< double, double, double > | GetHitRanges (const CbmPixelHit &hit) const |
Gets x,y,t ranges of a CbmPixelHit. | |
std::string | ToString () const |
Prints all the parameters into table and saves the table as a string. | |
Static Public Member Functions | |
static CbmTofTrackingInterface * | Instance () |
Gets pointer to the instance of the CbmTofTrackingInterface. | |
Static Public Attributes | |
static constexpr bool | kUseDynamicCast {true} |
Protected Member Functions | |
std::vector< TString > | CollectNodes (const TString &detector, const TString &component, const TString &path, TGeoNode *pNode) |
Collects paths of the components. | |
VolumeInfo | ReadVolume (const TString &path) |
Creates volume info from a geo node provided by path. | |
Protected Attributes | |
std::vector< VolumeInfo > | fvStationFullVolume {} |
Geometric properties of each station passive volume. | |
std::vector< VolumeInfo > | fvStationActiveVolume {} |
Geometric properties of each station active volume. | |
Static Protected Attributes | |
static constexpr bool | kLegacy {false} |
If use legacy tracking detector interface definition FIXME: Remove after testing. | |
Private Member Functions | |
ClassDefOverride (CbmTofTrackingInterface, 0) | |
Private Attributes | |
CbmTofDigiPar * | fDigiPar {nullptr} |
CbmTofDigiBdfPar * | fDigiBdfPar {nullptr} |
std::vector< double > | fTofStationZ {} |
Centers of TOF stations along z-axis [cm]. | |
std::vector< double > | fTofStationZMin {} |
Lower bounds of TOF stations along z-axis [cm]. | |
std::vector< double > | fTofStationZMax {} |
Upper bounds of TOF stations along z-axis [cm]. | |
Static Private Attributes | |
static CbmTofTrackingInterface * | fpInstance {nullptr} |
Instance of the class. | |
Class CbmTofTrackingInterface is a CbmTrackingDetetorInterfaceInit subtask, which provides necessary methods for L1 tracker to access the geometry and dataflow settings.
Definition at line 33 of file CbmTofTrackingInterface.h.
CbmTofTrackingInterface::CbmTofTrackingInterface | ( | ) |
Default constructor.
CbmTofTrackingInterface::~CbmTofTrackingInterface | ( | ) |
|
delete |
Copy constructor.
|
delete |
Move constructor.
|
inherited |
Checks detector interface: boundary conditions of the parameters.
Definition at line 27 of file CbmTrackingDetectorInterfaceBase.cxx.
References CbmTrackingDetectorInterfaceBase::GetDetectorName(), CbmTrackingDetectorInterfaceBase::GetNtrackingStations(), CbmTrackingDetectorInterfaceBase::GetXmax(), CbmTrackingDetectorInterfaceBase::GetXmin(), CbmTrackingDetectorInterfaceBase::GetYmax(), CbmTrackingDetectorInterfaceBase::GetYmin(), CbmTrackingDetectorInterfaceBase::GetZmax(), CbmTrackingDetectorInterfaceBase::GetZmin(), CbmTrackingDetectorInterfaceBase::GetZref(), and CbmTrackingDetectorInterfaceBase::ToString().
Referenced by CbmMuchTrackingInterface::Init(), CbmMvdTrackingInterface::Init(), CbmStsTrackingInterface::Init(), Init(), and CbmTrdTrackingInterface::Init().
|
private |
|
protectedinherited |
Collects paths of the components.
[in] | detector | Name hint of the detector |
[in] | component | Name of the active node component |
[in,out] | path | Path to the node |
[in,out] | pNode | Pointer to the node |
Definition at line 127 of file CbmTrackingDetectorInterfaceBase.cxx.
References CbmTrackingDetectorInterfaceBase::CollectNodes().
Referenced by CbmTrackingDetectorInterfaceBase::CollectNodes(), Init(), and CbmTrdTrackingInterface::Init().
|
inlineinherited |
Gets upper bound of the station active volume along x-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 161 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationActiveVolume.
Referenced by CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets lower bound of the station active volume along x-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 156 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationActiveVolume.
Referenced by CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets upper bound of the station active volume along y-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 171 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationActiveVolume.
Referenced by CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets lower bound of the station active volume along y-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 166 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationActiveVolume.
Referenced by CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets upper bound of the station active volume along z-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 181 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationActiveVolume.
Referenced by CbmTrackingDetectorInterfaceBase::GetZref(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets lower bound of the station active volume along z-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 176 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationActiveVolume.
Referenced by CbmTrackingDetectorInterfaceBase::GetZref(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineoverridevirtual |
Gets name of this subsystem.
Implements CbmTrackingDetectorInterfaceBase.
Definition at line 54 of file CbmTofTrackingInterface.h.
|
inlinevirtualinherited |
Gets x,y,t ranges of a CbmPixelHit.
hit | A hit |
Reimplemented in CbmTrdTrackingInterface.
Definition at line 191 of file CbmTrackingDetectorInterfaceBase.h.
References CbmPixelHit::GetDx(), CbmPixelHit::GetDy(), and CbmHit::GetTimeError().
Referenced by CbmTrdTrackingInterface::GetHitRanges().
|
inlineinherited |
Gets actual number of stations, provided by the current geometry setup.
Definition at line 90 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationFullVolume.
Referenced by CbmTrackingDetectorInterfaceBase::Check(), CbmTrdTrackingInterface::Init(), cbm::ca::InputQaSetup::InitQa(), CbmCaInputQaSts::InitQa(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineoverridevirtual |
Gets stereo angles of the two independent measured coordinates.
address | detector unique identifier |
Implements CbmTrackingDetectorInterfaceBase.
Definition at line 60 of file CbmTofTrackingInterface.h.
|
inlineoverridevirtual |
Gets a tracking station of a ToF hit.
hit | A pointer to ToF hit |
Implements CbmTrackingDetectorInterfaceBase.
Definition at line 68 of file CbmTofTrackingInterface.h.
References CbmHit::GetAddress(), and GetTrackingStationIndex().
Referenced by GetTrackingStationIndex(), and GetTrackingStationIndex().
|
inlineoverridevirtual |
Gets a tracking station of a FairMCPoint.
point | A pointer to FairMCHit |
Implements CbmTrackingDetectorInterfaceBase.
Definition at line 83 of file CbmTofTrackingInterface.h.
References GetTrackingStationIndex().
|
inlineoverridevirtual |
Gets a tracking station by the address of element.
address | Unique element address |
Implements CbmTrackingDetectorInterfaceBase.
Definition at line 73 of file CbmTofTrackingInterface.h.
References fDigiBdfPar, CbmTofAddress::GetRpcId(), CbmTofAddress::GetSmId(), CbmTofAddress::GetSmType(), and CbmTofDigiBdfPar::GetTrackingStation().
|
inlineinherited |
Gets upper bound of a station passive volume along the X-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 116 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationFullVolume.
Referenced by CbmTrackingDetectorInterfaceBase::Check(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets lower bound of a station passive volume along the X-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 121 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationFullVolume.
Referenced by CbmTrackingDetectorInterfaceBase::Check(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets upper bound of a station passive volume along the Y-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 126 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationFullVolume.
Referenced by CbmTrackingDetectorInterfaceBase::Check(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets lower bound of a station passive volume along the Y-axis.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 131 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationFullVolume.
Referenced by CbmTrackingDetectorInterfaceBase::Check(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets max z of the station passive volume.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 151 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationFullVolume.
Referenced by CbmTrackingDetectorInterfaceBase::Check(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets min z of the station passive volume.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 146 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::fvStationFullVolume.
Referenced by CbmTrackingDetectorInterfaceBase::Check(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineinherited |
Gets reference z of the station passive volume.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Definition at line 136 of file CbmTrackingDetectorInterfaceBase.h.
References CbmTrackingDetectorInterfaceBase::GetActiveZmax(), and CbmTrackingDetectorInterfaceBase::GetActiveZmin().
Referenced by CbmTrackingDetectorInterfaceBase::Check(), CbmTrackingDetectorInterfaceBase::GetZrefModule(), and CbmTrackingDetectorInterfaceBase::ToString().
|
inlineoverridevirtual |
Gets reference z of the detector module (e.g., RPC for TOF)
address | Address of the module |
Reimplemented from CbmTrackingDetectorInterfaceBase.
Definition at line 91 of file CbmTofTrackingInterface.h.
References fDigiPar, and CbmTofDigiPar::GetCell().
|
override |
FairTask: Init method.
Get the average values and define final arrays
Definition at line 46 of file CbmTofTrackingInterface.cxx.
References CbmTrackingDetectorInterfaceBase::Check(), CbmTrackingDetectorInterfaceBase::CollectNodes(), fDigiBdfPar, fDigiPar, fTofStationZ, fTofStationZMax, fTofStationZMin, CbmTrackingDetectorInterfaceBase::fvStationActiveVolume, CbmTrackingDetectorInterfaceBase::fvStationFullVolume, CbmTofDigiPar::GetCell(), CbmTofDigiBdfPar::GetNbRpc(), CbmTofDigiBdfPar::GetNbSm(), CbmTofDigiBdfPar::GetNbSmTypes(), CbmTofDigiBdfPar::GetNbTrackingStations(), CbmTofDigiBdfPar::GetTrackingStation(), CbmTofAddress::GetUniqueAddress(), CbmTrackingDetectorInterfaceBase::kLegacy, and CbmTrackingDetectorInterfaceBase::ReadVolume().
Referenced by ReInit().
|
inlinestatic |
Gets pointer to the instance of the CbmTofTrackingInterface.
Definition at line 107 of file CbmTofTrackingInterface.h.
References fpInstance.
Referenced by CbmKfTrackFitter::CreateGlobalTrack(), cbm::kf::GetTrackingInterface(), cbm::ca::IdealHitProducerDet< DetID >::Init(), cbm::kf::TrackingSetupBuilder::Init(), CbmKfTrackFitter::Init(), CbmL1::Init(), cbm::ca::InputQaSetup::InitQa(), CbmCaInputQaTof::InitQa(), cbm::ca::MCModule::InitRun(), and cbm::ca::TimeSliceReader::InitRun().
|
inlineoverridevirtual |
Check if station provides time measurements.
stationId | Tracking station ID in the setup (NOTE: must be in range [0..GetNstations()-1]) |
Implements CbmTrackingDetectorInterfaceBase.
Definition at line 101 of file CbmTofTrackingInterface.h.
|
delete |
Move assignment operator.
|
delete |
Copy assignment operator.
|
protectedinherited |
Creates volume info from a geo node provided by path.
path | Path to volume in TGeoManager |
std::runtime_error | If node is not found by path |
Definition at line 154 of file CbmTrackingDetectorInterfaceBase.cxx.
References CbmTrackingDetectorInterfaceBase::VolumeInfo::fXmax, CbmTrackingDetectorInterfaceBase::VolumeInfo::fXmin, CbmTrackingDetectorInterfaceBase::VolumeInfo::fYmax, CbmTrackingDetectorInterfaceBase::VolumeInfo::fYmin, CbmTrackingDetectorInterfaceBase::VolumeInfo::fZmax, CbmTrackingDetectorInterfaceBase::VolumeInfo::fZmin, max(), min(), and shape.
Referenced by Init(), and CbmTrdTrackingInterface::Init().
|
override |
FairTask: ReInit method.
Definition at line 163 of file CbmTofTrackingInterface.cxx.
References Init(), and SetParContainers().
|
override |
FairTask: sets parameter containers up.
Definition at line 171 of file CbmTofTrackingInterface.cxx.
References fDigiBdfPar, and fDigiPar.
Referenced by ReInit().
|
inherited |
Prints all the parameters into table and saves the table as a string.
Definition at line 101 of file CbmTrackingDetectorInterfaceBase.cxx.
References CbmTrackingDetectorInterfaceBase::GetActiveXmax(), CbmTrackingDetectorInterfaceBase::GetActiveXmin(), CbmTrackingDetectorInterfaceBase::GetActiveYmax(), CbmTrackingDetectorInterfaceBase::GetActiveYmin(), CbmTrackingDetectorInterfaceBase::GetActiveZmax(), CbmTrackingDetectorInterfaceBase::GetActiveZmin(), CbmTrackingDetectorInterfaceBase::GetNtrackingStations(), CbmTrackingDetectorInterfaceBase::GetXmax(), CbmTrackingDetectorInterfaceBase::GetXmin(), CbmTrackingDetectorInterfaceBase::GetYmax(), CbmTrackingDetectorInterfaceBase::GetYmin(), CbmTrackingDetectorInterfaceBase::GetZmax(), CbmTrackingDetectorInterfaceBase::GetZmin(), CbmTrackingDetectorInterfaceBase::GetZref(), and CbmTrackingDetectorInterfaceBase::IsTimeInfoProvided().
Referenced by CbmTrackingDetectorInterfaceBase::Check().
|
private |
Definition at line 119 of file CbmTofTrackingInterface.h.
Referenced by GetTrackingStationIndex(), Init(), and SetParContainers().
|
private |
Definition at line 118 of file CbmTofTrackingInterface.h.
Referenced by GetZrefModule(), Init(), and SetParContainers().
|
inlinestaticprivate |
Instance of the class.
Definition at line 116 of file CbmTofTrackingInterface.h.
Referenced by Instance(), and ~CbmTofTrackingInterface().
|
private |
Centers of TOF stations along z-axis [cm].
Definition at line 121 of file CbmTofTrackingInterface.h.
Referenced by Init().
|
private |
Upper bounds of TOF stations along z-axis [cm].
Definition at line 123 of file CbmTofTrackingInterface.h.
Referenced by Init().
|
private |
Lower bounds of TOF stations along z-axis [cm].
Definition at line 122 of file CbmTofTrackingInterface.h.
Referenced by Init().
|
protectedinherited |
Geometric properties of each station active volume.
Definition at line 228 of file CbmTrackingDetectorInterfaceBase.h.
Referenced by CbmTrackingDetectorInterfaceBase::GetActiveXmax(), CbmTrackingDetectorInterfaceBase::GetActiveXmin(), CbmTrackingDetectorInterfaceBase::GetActiveYmax(), CbmTrackingDetectorInterfaceBase::GetActiveYmin(), CbmTrackingDetectorInterfaceBase::GetActiveZmax(), CbmTrackingDetectorInterfaceBase::GetActiveZmin(), CbmMuchTrackingInterface::Init(), CbmMvdTrackingInterface::Init(), CbmStsTrackingInterface::Init(), Init(), and CbmTrdTrackingInterface::Init().
|
protectedinherited |
Geometric properties of each station passive volume.
Definition at line 227 of file CbmTrackingDetectorInterfaceBase.h.
Referenced by CbmTrackingDetectorInterfaceBase::GetNtrackingStations(), CbmTrackingDetectorInterfaceBase::GetXmax(), CbmTrackingDetectorInterfaceBase::GetXmin(), CbmTrackingDetectorInterfaceBase::GetYmax(), CbmTrackingDetectorInterfaceBase::GetYmin(), CbmTrackingDetectorInterfaceBase::GetZmax(), CbmTrackingDetectorInterfaceBase::GetZmin(), CbmMuchTrackingInterface::Init(), CbmMvdTrackingInterface::Init(), CbmStsTrackingInterface::Init(), Init(), and CbmTrdTrackingInterface::Init().
|
staticconstexprprotectedinherited |
If use legacy tracking detector interface definition FIXME: Remove after testing.
Definition at line 208 of file CbmTrackingDetectorInterfaceBase.h.
Referenced by CbmStsTrackingInterface::Init(), Init(), and CbmTrdTrackingInterface::Init().
|
staticconstexprinherited |
Technical flag: true - all downcasts are done with dynamic_cast followed by checks for nullptr (increases computing time, better for debug), false - all downcasts are done with static_cast without sanity checks (decreases computing time, but can cause bugs)
Definition at line 200 of file CbmTrackingDetectorInterfaceBase.h.
Referenced by CbmMvdTrackingInterface::GetTrackingStationIndex(), and CbmMvdTrackingInterface::GetTrackingStationIndex().