The Config struct.
More...
#include <Acts/Vertexing/GridDensityVertexFinder.hpp>
|
|
bool | cacheGridStateForTrackRemoval = true |
| | Flag to enable caching grid state for efficient track removal.
|
|
double | d0SignificanceCut = maxD0TrackSignificance * maxD0TrackSignificance |
| | The actual corresponding cut values in the algorithm for d0.
|
|
bool | estimateSeedWidth = false |
| | Flag to enable seed width estimation from track density.
|
|
InputTrack::Extractor | extractParameters |
| | Function to extract parameters from InputTrack.
|
|
GaussianGridTrackDensity | gridDensity |
| | The grid density object for track density calculations.
|
|
double | maxD0TrackSignificance = 3.5 |
| | Maximum d0 impact parameter significance to use a track.
|
|
double | maxZ0TrackSignificance = 12. |
| | Maximum z0 impact parameter significance to use a track.
|
|
double | z0SignificanceCut = maxZ0TrackSignificance * maxZ0TrackSignificance |
| | The actual corresponding cut values in the algorithm for z0.
|
◆ Config()