CbmRoot
CutsContainer Class Reference

#include <CutsContainer.h>

Public Member Functions

 CutsContainer ()=default
 
virtual ~CutsContainer ()=default
 
void SetCutChi2Prim (float value)
 
void SetCutDistance (float value)
 
void SetCutChi2Geo (float value)
 
void SetCutLDown (float value)
 
void SetCutLdL (float value)
 
float GetCutChi2Prim () const
 
float GetCutDistance () const
 
float GetCutChi2Geo () const
 
float GetCutLDown () const
 
float GetCutLdL () const
 

Protected Attributes

float cut_chi2_prim_ {18.4207}
 
float cut_distance_ {1.}
 
float cut_chi2_geo_ {3.}
 
float cut_l_down_ {-5.}
 
float cut_ldl_ {5.}
 

Detailed Description

Definition at line 13 of file CutsContainer.h.

Constructor & Destructor Documentation

◆ CutsContainer()

CutsContainer::CutsContainer ( )
default

◆ ~CutsContainer()

virtual CutsContainer::~CutsContainer ( )
virtualdefault

Member Function Documentation

◆ GetCutChi2Geo()

float CutsContainer::GetCutChi2Geo ( ) const
inline

Definition at line 29 of file CutsContainer.h.

References cut_chi2_geo_.

Referenced by ATKFParticleFinder::CreateTopoReconstructor().

◆ GetCutChi2Prim()

float CutsContainer::GetCutChi2Prim ( ) const
inline

Definition at line 27 of file CutsContainer.h.

References cut_chi2_prim_.

Referenced by ATKFParticleFinder::CreateTopoReconstructor().

◆ GetCutDistance()

float CutsContainer::GetCutDistance ( ) const
inline

Definition at line 28 of file CutsContainer.h.

References cut_distance_.

Referenced by ATKFParticleFinder::CreateTopoReconstructor().

◆ GetCutLdL()

float CutsContainer::GetCutLdL ( ) const
inline

Definition at line 31 of file CutsContainer.h.

References cut_ldl_.

Referenced by ATKFParticleFinder::CreateTopoReconstructor().

◆ GetCutLDown()

float CutsContainer::GetCutLDown ( ) const
inline

Definition at line 30 of file CutsContainer.h.

References cut_l_down_.

Referenced by ATKFParticleFinder::CreateTopoReconstructor().

◆ SetCutChi2Geo()

void CutsContainer::SetCutChi2Geo ( float  value)
inline

Definition at line 22 of file CutsContainer.h.

References cut_chi2_geo_.

◆ SetCutChi2Prim()

void CutsContainer::SetCutChi2Prim ( float  value)
inline

Definition at line 20 of file CutsContainer.h.

References cut_chi2_prim_.

◆ SetCutDistance()

void CutsContainer::SetCutDistance ( float  value)
inline

Definition at line 21 of file CutsContainer.h.

References cut_distance_.

◆ SetCutLdL()

void CutsContainer::SetCutLdL ( float  value)
inline

Definition at line 24 of file CutsContainer.h.

References cut_ldl_.

◆ SetCutLDown()

void CutsContainer::SetCutLDown ( float  value)
inline

Definition at line 23 of file CutsContainer.h.

References cut_l_down_.

Member Data Documentation

◆ cut_chi2_geo_

float CutsContainer::cut_chi2_geo_ {3.}
protected

Definition at line 37 of file CutsContainer.h.

Referenced by GetCutChi2Geo(), and SetCutChi2Geo().

◆ cut_chi2_prim_

float CutsContainer::cut_chi2_prim_ {18.4207}
protected

Definition at line 35 of file CutsContainer.h.

Referenced by GetCutChi2Prim(), and SetCutChi2Prim().

◆ cut_distance_

float CutsContainer::cut_distance_ {1.}
protected

Definition at line 36 of file CutsContainer.h.

Referenced by GetCutDistance(), and SetCutDistance().

◆ cut_l_down_

float CutsContainer::cut_l_down_ {-5.}
protected

Definition at line 38 of file CutsContainer.h.

Referenced by GetCutLDown(), and SetCutLDown().

◆ cut_ldl_

float CutsContainer::cut_ldl_ {5.}
protected

Definition at line 40 of file CutsContainer.h.

Referenced by GetCutLdL(), and SetCutLdL().


The documentation for this class was generated from the following file: