|
CbmRoot
|
Extra information on KFParticle, required by the V0 analysis. More...
#include <CbmKFV0FinderTask.h>
Public Attributes | |
| double | dca {std::numeric_limits<double>::quiet_NaN()} |
| DCA to origin [cm] (from STS hit info) | |
| double | beta {std::numeric_limits<double>::quiet_NaN()} |
| Speed of particle [c] (from TOF hit info) | |
| const CbmTofHit * | pTofHit {nullptr} |
| Pointer to TOF hit. | |
| int32_t | eventID {-1} |
| Event index. | |
Extra information on KFParticle, required by the V0 analysis.
Definition at line 118 of file CbmKFV0FinderTask.h.
| double cbm::kfp::V0FinderTask::ParticleInfo::beta {std::numeric_limits<double>::quiet_NaN()} |
Speed of particle [c] (from TOF hit info)
Definition at line 120 of file CbmKFV0FinderTask.h.
| double cbm::kfp::V0FinderTask::ParticleInfo::dca {std::numeric_limits<double>::quiet_NaN()} |
DCA to origin [cm] (from STS hit info)
Definition at line 119 of file CbmKFV0FinderTask.h.
| int32_t cbm::kfp::V0FinderTask::ParticleInfo::eventID {-1} |
Event index.
Definition at line 122 of file CbmKFV0FinderTask.h.
| const CbmTofHit* cbm::kfp::V0FinderTask::ParticleInfo::pTofHit {nullptr} |
Pointer to TOF hit.
Definition at line 121 of file CbmKFV0FinderTask.h.