|
CbmRoot
|
#include <KfpV0FinderCutter.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&CutValues::trackCuts, "trackCuts", "Cuts on tracks at pre-selection stage"), yaml::Property(&CutValues::kfpFinderCuts, "kfpFinderCuts", "Internal KFParticleFinder cuts"), yaml::Property(&CutValues::particleCuts, "particleCuts", "Cuts on the final V0 candidates selection")) | |
| void | Init () |
| A method, which initializes the instance of the CutValues. | |
Public Attributes | |
| TrackCuts | trackCuts |
| Cuts on tracks at pre-selection stage. | |
| KfpFinderCuts | kfpFinderCuts |
| Internal KFParticleFinder cuts. | |
| ParticleCuts | particleCuts |
| Cuts on the final lambda-candidates selection. | |
Definition at line 113 of file KfpV0FinderCutter.h.
| cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " - " | stage, |
| yaml::Property &::, "", " " | cuts, | ||
| yaml::Property &::, "", " " | selection ) |
| void cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues::Init | ( | ) |
A method, which initializes the instance of the CutValues.
Definition at line 187 of file KfpV0FinderCutter.cxx.
| KfpFinderCuts cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues::kfpFinderCuts |
Internal KFParticleFinder cuts.
Definition at line 115 of file KfpV0FinderCutter.h.
| ParticleCuts cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues::particleCuts |
Cuts on the final lambda-candidates selection.
Definition at line 116 of file KfpV0FinderCutter.h.
| TrackCuts cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues::trackCuts |
Cuts on tracks at pre-selection stage.
Definition at line 114 of file KfpV0FinderCutter.h.