|
CbmRoot
|
#include <KfpV0FinderCutter.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&KfpFinderCuts::minDecayLength, "minDecayLength", "Min. decay length of particles [cm]"), yaml::Property(&KfpFinderCuts::minDecayLDL, "minDecayLDL", "Min. length to decay length error ratio"), yaml::Property(&KfpFinderCuts::maxChi2NdfPrim, "maxChi2NdfPrim", "Max. chi2/NDF for primary particles"), yaml::Property(&KfpFinderCuts::maxChi2NdfGeo, "maxChi2NdfGeo", "Max. chi2/NDF for V0 candidates")) | |
Public Attributes | |
| float | minDecayLength |
| Minimal decay length of particles (initial) [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. | |
Definition at line 63 of file KfpV0FinderCutter.h.
| cbm::algo::kfp::V0FinderCutter< V0Type >::KfpFinderCuts::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", ". []" | cm, |
| yaml::Property &::, "", ". " | ratio, | ||
| yaml::Property &::, "", ". / " | particles, | ||
| yaml::Property &::, "", ". / " | candidates ) |
References maxChi2NdfGeo, maxChi2NdfPrim, minDecayLDL, and minDecayLength.
| float cbm::algo::kfp::V0FinderCutter< V0Type >::KfpFinderCuts::maxChi2NdfGeo |
Maximal chi2/NDF for V0 candidates.
Definition at line 67 of file KfpV0FinderCutter.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::kfp::V0FinderCutter< V0Type >::KfpFinderCuts::maxChi2NdfPrim |
Maximal chi2/NDF for primary particles (coming from the PV)
Definition at line 66 of file KfpV0FinderCutter.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::kfp::V0FinderCutter< V0Type >::KfpFinderCuts::minDecayLDL |
Minimal value of decay length to decay length error ratio.
Definition at line 65 of file KfpV0FinderCutter.h.
Referenced by CBM_YAML_PROPERTIES().
| float cbm::algo::kfp::V0FinderCutter< V0Type >::KfpFinderCuts::minDecayLength |
Minimal decay length of particles (initial) [cm].
Definition at line 64 of file KfpV0FinderCutter.h.
Referenced by CBM_YAML_PROPERTIES().