Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/GridDensityVertexFinder.hpp>
Public Member Functions | |
Config (float zMinMax=100) | |
Config (const GridDensity &gDensity) | |
Public Attributes | |
GridDensity | gridDensity |
bool | cacheGridStateForTrackRemoval = true |
double | maxD0TrackSignificance = 3.5 |
double | maxZ0TrackSignificance = 12. |
double | d0SignificanceCut = maxD0TrackSignificance * maxD0TrackSignificance |
double | z0SignificanceCut = maxZ0TrackSignificance * maxZ0TrackSignificance |
bool | estimateSeedWidth = false |
The Config struct.
Definition at line 50 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 50 of file GridDensityVertexFinder.hpp
|
inline |
zMinMax | min and max z value of big z-axis grid |
Definition at line 52 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 52 of file GridDensityVertexFinder.hpp
Referenced by acts.examples.Sequencer::__init__().
|
inline |
gDensity | The grid density |
Definition at line 55 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 55 of file GridDensityVertexFinder.hpp
Referenced by acts.examples.Sequencer::__init__().
bool Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::cacheGridStateForTrackRemoval = true |
Definition at line 66 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 66 of file GridDensityVertexFinder.hpp
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::d0SignificanceCut = maxD0TrackSignificance * maxD0TrackSignificance |
Definition at line 73 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 73 of file GridDensityVertexFinder.hpp
bool Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::estimateSeedWidth = false |
Definition at line 75 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 75 of file GridDensityVertexFinder.hpp
GridDensity Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::gridDensity |
Definition at line 58 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 58 of file GridDensityVertexFinder.hpp
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::maxD0TrackSignificance = 3.5 |
Definition at line 69 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 69 of file GridDensityVertexFinder.hpp
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::maxZ0TrackSignificance = 12. |
Definition at line 71 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 71 of file GridDensityVertexFinder.hpp
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::z0SignificanceCut = maxZ0TrackSignificance * maxZ0TrackSignificance |
Definition at line 74 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 74 of file GridDensityVertexFinder.hpp