|
CbmRoot
|
#include <RecoParams.h>
Public Member Functions | |
| u64 | NClustersUpperBound (u64 nDigis) const |
| u64 | NHitsUpperBound (u64 nDigis) const |
| u64 | MaxNClustersPerModule () const |
| u64 | MaxNHitsPerModule () const |
| bool | IsDynamic () const |
| bool | IsStatic () const |
| bool | IsAuto () const |
| CBM_YAML_PROPERTIES (yaml::Property(&Memory::allocationMode, "allocationMode", "Allocation mode (Auto, Static, Dynamic)"), yaml::Property(&Memory::maxNDigisPerTS, "maxNDigisPerTS", "Maximal number of digis per time slice"), yaml::Property(&Memory::maxNDigisPerModule, "maxNDigisPerModule", "Maximal number of digis per module"), yaml::Property(&Memory::clustersPerDigi, "clustersPerDigi", "Number of clusters per digi in a time slice"), yaml::Property(&Memory::hitsPerCluster, "hitsPerCluster", "Number of hits per cluster in a time slice")) | |
Public Attributes | |
| AllocationMode | allocationMode |
| u64 | maxNDigisPerTS |
| u64 | maxNDigisPerModule |
| f64 | clustersPerDigi |
| f64 | hitsPerCluster |
Definition at line 45 of file RecoParams.h.
| cbm::algo::RecoParams::STS::Memory::CBM_YAML_PROPERTIES | ( | yaml::Property(&::, "", " , , Dynamic" | ) | & |
References allocationMode, clustersPerDigi, hitsPerCluster, maxNDigisPerModule, and maxNDigisPerTS.
|
inline |
Definition at line 60 of file RecoParams.h.
References allocationMode, and cbm::algo::RecoParams::Auto.
|
inline |
Definition at line 58 of file RecoParams.h.
References allocationMode, and cbm::algo::RecoParams::Dynamic.
|
inline |
Definition at line 59 of file RecoParams.h.
References allocationMode, and cbm::algo::RecoParams::Static.
|
inline |
Definition at line 55 of file RecoParams.h.
References maxNDigisPerModule, and NClustersUpperBound().
Referenced by MaxNHitsPerModule().
|
inline |
Definition at line 56 of file RecoParams.h.
References hitsPerCluster, and MaxNClustersPerModule().
Definition at line 52 of file RecoParams.h.
References clustersPerDigi.
Referenced by MaxNClustersPerModule(), and NHitsUpperBound().
Definition at line 53 of file RecoParams.h.
References hitsPerCluster, and NClustersUpperBound().
| AllocationMode cbm::algo::RecoParams::STS::Memory::allocationMode |
Definition at line 46 of file RecoParams.h.
Referenced by CBM_YAML_PROPERTIES(), IsAuto(), IsDynamic(), and IsStatic().
| f64 cbm::algo::RecoParams::STS::Memory::clustersPerDigi |
Definition at line 49 of file RecoParams.h.
Referenced by CBM_YAML_PROPERTIES(), and NClustersUpperBound().
| f64 cbm::algo::RecoParams::STS::Memory::hitsPerCluster |
Definition at line 50 of file RecoParams.h.
Referenced by CBM_YAML_PROPERTIES(), MaxNHitsPerModule(), and NHitsUpperBound().
| u64 cbm::algo::RecoParams::STS::Memory::maxNDigisPerModule |
Definition at line 48 of file RecoParams.h.
Referenced by CBM_YAML_PROPERTIES(), and MaxNClustersPerModule().
| u64 cbm::algo::RecoParams::STS::Memory::maxNDigisPerTS |
Definition at line 47 of file RecoParams.h.
Referenced by CBM_YAML_PROPERTIES().