CbmRoot
|
Cuts for the KFParticleFinder. More...
#include <KfpV0FinderConfig.h>
Public Member Functions | |
CBM_YAML_PROPERTIES (yaml::Property(&CutsKfp::minDecayLength, "min_decay_length", "Minimal decay length of particles [cm]"), yaml::Property(&CutsKfp::minDecayLDL, "min_decay_ldl", "Minimal value of decay length to decay length error ratio"), yaml::Property(&CutsKfp::maxChi2NdfPrim, "max_chi2_ndf_prim", "Maximal chi2/NDF for primary particles"), yaml::Property(&CutsKfp::maxChi2NdfGeo, "max_chi2_ndf_geo", "Maximal chi2/NDF for V0 candidates")) | |
std::string | ToString () const |
String representation of the structure. | |
Public Attributes | |
float | minDecayLength |
Minimal decay length of particles [cm]. | |
float | minDecayLDL |
Minimal value of decay length to decay length error ratio. | |
float | maxChi2NdfPrim |
Maximal chi2/NDF for primary particles (coming from the PV) | |
float | maxChi2NdfGeo |
Maximal chi2/NDF for V0 candidates. | |
Cuts for the KFParticleFinder.
Definition at line 21 of file KfpV0FinderConfig.h.
cbm::algo::kfp::CutsKfp::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " []" | cm, |
yaml::Property &::, "", " " | ratio, | ||
yaml::Property &::, "", " / " | particles, | ||
yaml::Property &::, "", " / " | candidates ) |
std::string CutsKfp::ToString | ( | ) | const |
String representation of the structure.
Definition at line 22 of file KfpV0FinderConfig.cxx.
References maxChi2NdfGeo, maxChi2NdfPrim, minDecayLDL, and minDecayLength.
Referenced by cbm::algo::kfp::Cuts::ToString().
float cbm::algo::kfp::CutsKfp::maxChi2NdfGeo |
Maximal chi2/NDF for V0 candidates.
Definition at line 25 of file KfpV0FinderConfig.h.
Referenced by ToString().
float cbm::algo::kfp::CutsKfp::maxChi2NdfPrim |
Maximal chi2/NDF for primary particles (coming from the PV)
Definition at line 24 of file KfpV0FinderConfig.h.
Referenced by ToString().
float cbm::algo::kfp::CutsKfp::minDecayLDL |
Minimal value of decay length to decay length error ratio.
Definition at line 23 of file KfpV0FinderConfig.h.
Referenced by ToString().
float cbm::algo::kfp::CutsKfp::minDecayLength |
Minimal decay length of particles [cm].
Definition at line 22 of file KfpV0FinderConfig.h.
Referenced by ToString().