CbmRoot
Loading...
Searching...
No Matches
cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues Struct Reference

#include <KfpV0FinderCutter.h>

Collaboration diagram for cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues:
[legend]

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.
 

Detailed Description

template<EV0Type V0Type>
struct cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues

Definition at line 113 of file KfpV0FinderCutter.h.

Member Function Documentation

◆ CBM_YAML_PROPERTIES()

template<EV0Type V0Type>
cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues::CBM_YAML_PROPERTIES ( yaml::Property &::, "", " - " stage,
yaml::Property &::, "", " " cuts,
yaml::Property &::, "", " " selection )

◆ Init()

template<EV0Type V0Type>
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.

References trackCuts.

Member Data Documentation

◆ kfpFinderCuts

template<EV0Type V0Type>
KfpFinderCuts cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues::kfpFinderCuts

Internal KFParticleFinder cuts.

Definition at line 115 of file KfpV0FinderCutter.h.

Referenced by CBM_YAML_PROPERTIES().

◆ particleCuts

template<EV0Type V0Type>
ParticleCuts cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues::particleCuts

Cuts on the final lambda-candidates selection.

Definition at line 116 of file KfpV0FinderCutter.h.

Referenced by CBM_YAML_PROPERTIES().

◆ trackCuts

template<EV0Type V0Type>
TrackCuts cbm::algo::kfp::V0FinderCutter< V0Type >::CutValues::trackCuts

Cuts on tracks at pre-selection stage.

Definition at line 114 of file KfpV0FinderCutter.h.

Referenced by CBM_YAML_PROPERTIES(), and Init().


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