|
CbmRoot
|
RecoParams contains all parameters to configure reconstruction. More...
#include <RecoParams.h>
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 |
RecoParams contains all parameters to configure reconstruction.
Definition at line 18 of file RecoParams.h.
|
strong |
| Enumerator | |
|---|---|
| Auto | |
| Static | |
| Dynamic | |
Definition at line 24 of file RecoParams.h.
|
strong |
| Enumerator | |
|---|---|
| BlockSort | |
| CUBSegmentedSort | |
Definition at line 19 of file RecoParams.h.
| cbm::algo::RecoParams::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | settings | ) |
References sts.
| STS cbm::algo::RecoParams::sts |
Definition at line 97 of file RecoParams.h.
Referenced by CBM_YAML_PROPERTIES(), and cbm::algo::Reco::Init().