CbmRoot
Loading...
Searching...
No Matches
cbm::algo::kfp::Cuts Struct Reference

#include <KfpV0FinderConfig.h>

Collaboration diagram for cbm::algo::kfp::Cuts:
[legend]

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< ParticlePidparticles
 Daughter PID cuts and other properties.
 

Detailed Description

Definition at line 56 of file KfpV0FinderConfig.h.

Member Function Documentation

◆ CBM_YAML_PROPERTIES()

cbm::algo::kfp::Cuts::CBM_YAML_PROPERTIES ( yaml::Property &::, "", " " KFParticleFinder,
yaml::Property &::, "", " " properties )

◆ ToString()

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().

Member Data Documentation

◆ kfp

CutsKfp cbm::algo::kfp::Cuts::kfp

Specific cuts for the KFParticleFinder.

Definition at line 57 of file KfpV0FinderConfig.h.

Referenced by ToString().

◆ particles

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().


The documentation for this struct was generated from the following files: