CbmRoot
|
#include <KfpV0FinderConfig.h>
Public Member Functions | |
CBM_YAML_PROPERTIES (yaml::Property(&Cuts::kfp, "kfp", "Specific cuts for the KFParticleFinder"), yaml::Property(&Cuts::particles, "particles", "Particle identification cuts and properties")) | |
std::string | ToString () const |
String representation of the structure. | |
Public Attributes | |
CutsKfp | kfp |
Specific cuts for the KFParticleFinder. | |
std::vector< ParticlePid > | particles |
Daughter PID cuts and other properties. | |
Definition at line 56 of file KfpV0FinderConfig.h.
cbm::algo::kfp::Cuts::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | KFParticleFinder, |
yaml::Property &::, "", " " | properties ) |
std::string Cuts::ToString | ( | ) | const |
String representation of the structure.
Definition at line 47 of file KfpV0FinderConfig.cxx.
References kfp, particles, and cbm::algo::kfp::CutsKfp::ToString().
Referenced by cbm::algo::kfp::V0FinderConfig::ToString().
CutsKfp cbm::algo::kfp::Cuts::kfp |
Specific cuts for the KFParticleFinder.
Definition at line 57 of file KfpV0FinderConfig.h.
Referenced by ToString().
std::vector<ParticlePid> cbm::algo::kfp::Cuts::particles |
Daughter PID cuts and other properties.
Definition at line 58 of file KfpV0FinderConfig.h.
Referenced by ToString().