|
CbmRoot
|
Daughter cuts. More...
#include <KfpV0FinderCutter.h>
Public Member Functions | |
| CBM_YAML_PROPERTIES (yaml::Property(&DaughterCuts::dcaRelToOrigin, "dcaRelToOrigin", "DCA rel. to origin [cm]", YAML::Flow), yaml::Property(&DaughterCuts::beta, "beta", "Speed [c]", YAML::Flow)) | |
Public Attributes | |
| Range_t< double > | dcaRelToOrigin |
| DCA to origin [cm]. | |
| Range_t< double > | beta |
| Speed [c]. | |
Daughter cuts.
Definition at line 77 of file KfpV0FinderCutter.h.
| cbm::algo::kfp::V0FinderCutter< V0Type >::DaughterCuts::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " . []", ::Flow | , |
| yaml::Property &::, "", " []", ::Flow | ) |
References beta, and dcaRelToOrigin.
| Range_t<double> cbm::algo::kfp::V0FinderCutter< V0Type >::DaughterCuts::beta |
| Range_t<double> cbm::algo::kfp::V0FinderCutter< V0Type >::DaughterCuts::dcaRelToOrigin |
DCA to origin [cm].
Definition at line 78 of file KfpV0FinderCutter.h.
Referenced by CBM_YAML_PROPERTIES().