![]() |
Project
|
#include <Configuration.h>
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 |
int | nThreads = 1 |
Definition at line 120 of file Configuration.h.
bool o2::its::VertexingParameters::allowSingleContribClusters = false |
Definition at line 123 of file Configuration.h.
int o2::its::VertexingParameters::clusterContributorsCut = 16 |
Definition at line 140 of file Configuration.h.
float o2::its::VertexingParameters::clusterCut = 0.8f |
Definition at line 132 of file Configuration.h.
int o2::its::VertexingParameters::deltaRof = 0 |
Definition at line 128 of file Configuration.h.
float o2::its::VertexingParameters::histPairCut = 0.04f |
Definition at line 133 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 125 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 124 of file Configuration.h.
float o2::its::VertexingParameters::lowMultBeamDistCut = 0.1f |
Definition at line 135 of file Configuration.h.
int o2::its::VertexingParameters::maxTrackletsPerCluster = 2e3 |
Definition at line 141 of file Configuration.h.
float o2::its::VertexingParameters::maxZPositionAllowed = 25.f |
Definition at line 139 of file Configuration.h.
int o2::its::VertexingParameters::nIterations = 1 |
Definition at line 121 of file Configuration.h.
int o2::its::VertexingParameters::nThreads = 1 |
Definition at line 145 of file Configuration.h.
float o2::its::VertexingParameters::pairCut = 0.04f |
Definition at line 131 of file Configuration.h.
int o2::its::VertexingParameters::PhiBins {128} |
Definition at line 127 of file Configuration.h.
float o2::its::VertexingParameters::phiCut = 0.005f |
Definition at line 130 of file Configuration.h.
int o2::its::VertexingParameters::phiSpan = -1 |
Definition at line 142 of file Configuration.h.
float o2::its::VertexingParameters::tanLambdaCut = 0.002f |
Definition at line 134 of file Configuration.h.
float o2::its::VertexingParameters::trackletSigma = 0.01f |
Definition at line 138 of file Configuration.h.
int o2::its::VertexingParameters::vertNsigmaCut = 6 |
Definition at line 136 of file Configuration.h.
int o2::its::VertexingParameters::vertPerRofThreshold = 0 |
Definition at line 122 of file Configuration.h.
float o2::its::VertexingParameters::vertRadiusSigma = 0.33f |
Definition at line 137 of file Configuration.h.
int o2::its::VertexingParameters::ZBins {1} |
Definition at line 126 of file Configuration.h.
float o2::its::VertexingParameters::zCut = 0.002f |
Definition at line 129 of file Configuration.h.
int o2::its::VertexingParameters::zSpan = -1 |
Definition at line 143 of file Configuration.h.