![]() |
Project
|
#include <Configuration.h>
Public Member Functions | |
std::string | asString () const |
Public Attributes | |
int | nIterations = 1 |
int | vertPerRofThreshold = 0 |
bool | allowSingleContribClusters = false |
std::vector< float > | LayerZ = {16.333f + 1, 16.333f + 1, 16.333f + 1, 42.140f + 1, 42.140f + 1, 73.745f + 1, 73.745f + 1} |
std::vector< float > | LayerRadii = {2.33959f, 3.14076f, 3.91924f, 19.6213f, 24.5597f, 34.388f, 39.3329f} |
int | ZBins {1} |
int | PhiBins {128} |
int | deltaRof = 0 |
float | zCut = 0.002f |
float | phiCut = 0.005f |
float | pairCut = 0.04f |
float | clusterCut = 0.8f |
float | histPairCut = 0.04f |
float | tanLambdaCut = 0.002f |
float | lowMultBeamDistCut = 0.1f |
int | vertNsigmaCut = 6 |
float | vertRadiusSigma = 0.33f |
float | trackletSigma = 0.01f |
float | maxZPositionAllowed = 25.f |
int | clusterContributorsCut = 16 |
int | maxTrackletsPerCluster = 2e3 |
int | phiSpan = -1 |
int | zSpan = -1 |
bool | SaveTimeBenchmarks = false |
int | nThreads = 1 |
bool | PrintMemory = false |
size_t | MaxMemory = std::numeric_limits<size_t>::max() |
bool | DropTFUponFailure = false |
Definition at line 87 of file Configuration.h.
std::string VertexingParameters::asString | ( | ) | const |
Definition at line 50 of file Configuration.cxx.
bool o2::its::VertexingParameters::allowSingleContribClusters = false |
Definition at line 92 of file Configuration.h.
int o2::its::VertexingParameters::clusterContributorsCut = 16 |
Definition at line 109 of file Configuration.h.
float o2::its::VertexingParameters::clusterCut = 0.8f |
Definition at line 101 of file Configuration.h.
int o2::its::VertexingParameters::deltaRof = 0 |
Definition at line 97 of file Configuration.h.
bool o2::its::VertexingParameters::DropTFUponFailure = false |
Definition at line 118 of file Configuration.h.
float o2::its::VertexingParameters::histPairCut = 0.04f |
Definition at line 102 of file Configuration.h.
std::vector<float> o2::its::VertexingParameters::LayerRadii = {2.33959f, 3.14076f, 3.91924f, 19.6213f, 24.5597f, 34.388f, 39.3329f} |
Definition at line 94 of file Configuration.h.
std::vector<float> o2::its::VertexingParameters::LayerZ = {16.333f + 1, 16.333f + 1, 16.333f + 1, 42.140f + 1, 42.140f + 1, 73.745f + 1, 73.745f + 1} |
Definition at line 93 of file Configuration.h.
float o2::its::VertexingParameters::lowMultBeamDistCut = 0.1f |
Definition at line 104 of file Configuration.h.
size_t o2::its::VertexingParameters::MaxMemory = std::numeric_limits<size_t>::max() |
Definition at line 117 of file Configuration.h.
int o2::its::VertexingParameters::maxTrackletsPerCluster = 2e3 |
Definition at line 110 of file Configuration.h.
float o2::its::VertexingParameters::maxZPositionAllowed = 25.f |
Definition at line 108 of file Configuration.h.
int o2::its::VertexingParameters::nIterations = 1 |
Definition at line 90 of file Configuration.h.
int o2::its::VertexingParameters::nThreads = 1 |
Definition at line 115 of file Configuration.h.
float o2::its::VertexingParameters::pairCut = 0.04f |
Definition at line 100 of file Configuration.h.
int o2::its::VertexingParameters::PhiBins {128} |
Definition at line 96 of file Configuration.h.
float o2::its::VertexingParameters::phiCut = 0.005f |
Definition at line 99 of file Configuration.h.
int o2::its::VertexingParameters::phiSpan = -1 |
Definition at line 111 of file Configuration.h.
bool o2::its::VertexingParameters::PrintMemory = false |
Definition at line 116 of file Configuration.h.
bool o2::its::VertexingParameters::SaveTimeBenchmarks = false |
Definition at line 113 of file Configuration.h.
float o2::its::VertexingParameters::tanLambdaCut = 0.002f |
Definition at line 103 of file Configuration.h.
float o2::its::VertexingParameters::trackletSigma = 0.01f |
Definition at line 107 of file Configuration.h.
int o2::its::VertexingParameters::vertNsigmaCut = 6 |
Definition at line 105 of file Configuration.h.
int o2::its::VertexingParameters::vertPerRofThreshold = 0 |
Definition at line 91 of file Configuration.h.
float o2::its::VertexingParameters::vertRadiusSigma = 0.33f |
Definition at line 106 of file Configuration.h.
int o2::its::VertexingParameters::ZBins {1} |
Definition at line 95 of file Configuration.h.
float o2::its::VertexingParameters::zCut = 0.002f |
Definition at line 98 of file Configuration.h.
int o2::its::VertexingParameters::zSpan = -1 |
Definition at line 112 of file Configuration.h.