EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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 46 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 46 of file GridDensityVertexFinder.hpp
|
inline |
zMinMax | min and max z value of big z-axis grid |
Definition at line 48 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 48 of file GridDensityVertexFinder.hpp
|
inline |
gDensity | The grid density |
Definition at line 51 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 51 of file GridDensityVertexFinder.hpp
bool Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::cacheGridStateForTrackRemoval = true |
Definition at line 62 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 62 of file GridDensityVertexFinder.hpp
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::d0SignificanceCut = maxD0TrackSignificance * maxD0TrackSignificance |
Definition at line 69 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 69 of file GridDensityVertexFinder.hpp
bool Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::estimateSeedWidth = false |
Definition at line 71 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 71 of file GridDensityVertexFinder.hpp
GridDensity Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::gridDensity |
Definition at line 54 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 54 of file GridDensityVertexFinder.hpp
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::maxD0TrackSignificance = 3.5 |
Definition at line 65 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 65 of file GridDensityVertexFinder.hpp
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::maxZ0TrackSignificance = 12. |
Definition at line 67 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 67 of file GridDensityVertexFinder.hpp
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::z0SignificanceCut = maxZ0TrackSignificance * maxZ0TrackSignificance |
Definition at line 70 of file GridDensityVertexFinder.hpp.
View newest version in sPHENIX GitHub at line 70 of file GridDensityVertexFinder.hpp