CbmRoot
Loading...
Searching...
No Matches
cbm::algo::RecoParams Struct Reference

RecoParams contains all parameters to configure reconstruction. More...

#include <RecoParams.h>

Collaboration diagram for cbm::algo::RecoParams:
[legend]

Classes

struct  STS
 

Public Types

enum class  SortMode : u8 { BlockSort = 0 , CUBSegmentedSort = 1 }
 
enum class  AllocationMode : u8 { Auto , Static , Dynamic }
 

Public Member Functions

 CBM_YAML_PROPERTIES (yaml::Property(&RecoParams::sts, "sts", "STS reco settings"))
 

Public Attributes

STS sts
 

Detailed Description

RecoParams contains all parameters to configure reconstruction.

Definition at line 20 of file RecoParams.h.

Member Enumeration Documentation

◆ AllocationMode

Enumerator
Auto 
Static 
Dynamic 

Definition at line 26 of file RecoParams.h.

◆ SortMode

enum class cbm::algo::RecoParams::SortMode : u8
strong
Enumerator
BlockSort 
CUBSegmentedSort 

Definition at line 21 of file RecoParams.h.

Member Function Documentation

◆ CBM_YAML_PROPERTIES()

cbm::algo::RecoParams::CBM_YAML_PROPERTIES ( yaml::Property &::, "", " " settings)

Member Data Documentation

◆ sts

STS cbm::algo::RecoParams::sts

Definition at line 99 of file RecoParams.h.

Referenced by cbm::algo::Reco::Init().


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