CbmRoot
Loading...
Searching...
No Matches
RecoParams.h File Reference
#include "Definitions.h"
#include "util/EnumDict.h"
#include "yaml/Property.h"
#include "yaml/Yaml.h"
#include <xpu/defines.h>
Include dependency graph for RecoParams.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cbm::algo::RecoParams
 RecoParams contains all parameters to configure reconstruction. More...
 
struct  cbm::algo::RecoParams::STS
 
struct  cbm::algo::RecoParams::STS::Memory
 

Namespaces

namespace  cbm
 
namespace  cbm::algo
 

Functions

 CBM_YAML_EXTERN_DECL (cbm::algo::RecoParams)
 
 CBM_ENUM_DICT (cbm::algo::RecoParams::SortMode, {"BlockSort", RecoParams::SortMode::BlockSort}, {"CUBSegmentedSort", RecoParams::SortMode::CUBSegmentedSort})
 
 CBM_ENUM_DICT (cbm::algo::RecoParams::AllocationMode, {"Auto", RecoParams::AllocationMode::Auto}, {"Static", RecoParams::AllocationMode::Static}, {"Dynamic", RecoParams::AllocationMode::Dynamic})
 

Function Documentation

◆ CBM_ENUM_DICT() [1/2]

CBM_ENUM_DICT ( cbm::algo::RecoParams::AllocationMode ,
{"Auto", RecoParams::AllocationMode::Auto} ,
{"Static", RecoParams::AllocationMode::Static} ,
{"Dynamic", RecoParams::AllocationMode::Dynamic}  )

◆ CBM_ENUM_DICT() [2/2]

CBM_ENUM_DICT ( cbm::algo::RecoParams::SortMode ,
{"BlockSort", RecoParams::SortMode::BlockSort} ,
{"CUBSegmentedSort", RecoParams::SortMode::CUBSegmentedSort}  )

◆ CBM_YAML_EXTERN_DECL()

CBM_YAML_EXTERN_DECL ( cbm::algo::RecoParams )