CbmRoot
|
A structure to keep temporary PID information for tracks. More...
#include <KfpV0Finder.h>
Public Attributes | |
double | fMass {std::numeric_limits<double>::quiet_NaN()} |
double | fDca {std::numeric_limits<double>::quiet_NaN()} |
double | fBeta {std::numeric_limits<double>::quiet_NaN()} |
double | fQp {std::numeric_limits<double>::quiet_NaN()} |
int32_t | fPdg {V0Finder::kUndefPdg} |
int32_t | fCharge {0} |
bool | fbSelected {false} |
A structure to keep temporary PID information for tracks.
Definition at line 29 of file KfpV0Finder.h.
double cbm::algo::kfp::V0Finder::ParticleInfo::fBeta {std::numeric_limits<double>::quiet_NaN()} |
Definition at line 32 of file KfpV0Finder.h.
Referenced by cbm::algo::kfp::V0Finder::AssignMomentum(), and cbm::algo::kfp::V0Finder::SelectTrack().
bool cbm::algo::kfp::V0Finder::ParticleInfo::fbSelected {false} |
Definition at line 36 of file KfpV0Finder.h.
int32_t cbm::algo::kfp::V0Finder::ParticleInfo::fCharge {0} |
Definition at line 35 of file KfpV0Finder.h.
Referenced by cbm::algo::kfp::V0Finder::AssignMomentum(), cbm::algo::kfp::V0Finder::AssignPid(), and cbm::algo::kfp::V0Finder::SetKfpTrackParameters().
double cbm::algo::kfp::V0Finder::ParticleInfo::fDca {std::numeric_limits<double>::quiet_NaN()} |
Definition at line 31 of file KfpV0Finder.h.
Referenced by cbm::algo::kfp::V0Finder::AssignPid().
double cbm::algo::kfp::V0Finder::ParticleInfo::fMass {std::numeric_limits<double>::quiet_NaN()} |
Definition at line 30 of file KfpV0Finder.h.
Referenced by cbm::algo::kfp::V0Finder::AssignMomentum(), and cbm::algo::kfp::V0Finder::AssignPid().
int32_t cbm::algo::kfp::V0Finder::ParticleInfo::fPdg {V0Finder::kUndefPdg} |
Definition at line 34 of file KfpV0Finder.h.
Referenced by cbm::algo::kfp::V0Finder::AssignPid(), and cbm::algo::kfp::V0Finder::SelectTrack().
double cbm::algo::kfp::V0Finder::ParticleInfo::fQp {std::numeric_limits<double>::quiet_NaN()} |
Definition at line 33 of file KfpV0Finder.h.
Referenced by cbm::algo::kfp::V0Finder::AssignMomentum().