|
CbmRoot
|
Extra information on track, required by the V0 analysis. More...
#include <CbmKFV0FinderTask.h>
Public Attributes | |
| double | dca {std::numeric_limits<double>::quiet_NaN()} |
| DCA to origin [cm]. | |
| double | beta {std::numeric_limits<double>::quiet_NaN()} |
| Speed of particle [c]. | |
| const CbmTofHit * | pTofHit {nullptr} |
| Pointer to TOF hit. | |
Extra information on track, required by the V0 analysis.
Definition at line 110 of file CbmKFV0FinderTask.h.
| double cbm::kfp::V0FinderTask::TrackInfo::beta {std::numeric_limits<double>::quiet_NaN()} |
Speed of particle [c].
Definition at line 112 of file CbmKFV0FinderTask.h.
| double cbm::kfp::V0FinderTask::TrackInfo::dca {std::numeric_limits<double>::quiet_NaN()} |
DCA to origin [cm].
Definition at line 111 of file CbmKFV0FinderTask.h.
| const CbmTofHit* cbm::kfp::V0FinderTask::TrackInfo::pTofHit {nullptr} |
Pointer to TOF hit.
Definition at line 113 of file CbmKFV0FinderTask.h.