Struct GridDensityVertexFinder::Config¶
Defined in File GridDensityVertexFinder.hpp
Nested Relationships¶
This struct is a nested type of Template Class GridDensityVertexFinder.
Struct Documentation¶
-
struct
Acts::GridDensityVertexFinder::Config¶ The Config struct.
Public Functions
-
Config(float zMinMax = 100)¶ - Parameters
zMinMax: min and max z value of big z-axis grid
-
Config(const GridDensity &gDensity)¶ - Parameters
gDensity: The grid density
Public Members
-
bool
cacheGridStateForTrackRemoval= true¶
-
double
d0SignificanceCut= maxD0TrackSignificance * maxD0TrackSignificance¶
-
bool
estimateSeedWidth= false¶
-
GridDensity
gridDensity¶
-
double
maxD0TrackSignificance= 3.5¶
-
double
maxZ0TrackSignificance= 12.¶
-
double
z0SignificanceCut= maxZ0TrackSignificance * maxZ0TrackSignificance¶
-