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 20 of file RecoParams.h.
|
strong |
Enumerator | |
---|---|
Auto | |
Static | |
Dynamic |
Definition at line 26 of file RecoParams.h.
|
strong |
Enumerator | |
---|---|
BlockSort | |
CUBSegmentedSort |
Definition at line 21 of file RecoParams.h.
cbm::algo::RecoParams::CBM_YAML_PROPERTIES | ( | yaml::Property &::, "", " " | settings | ) |
STS cbm::algo::RecoParams::sts |
Definition at line 99 of file RecoParams.h.
Referenced by cbm::algo::Reco::Init().