|
ACTS
Experiment-independent tracking
|
The configuration struct. More...
#include <Acts/Vertexing/GaussianGridTrackDensity.hpp>
Public Member Functions | |
| Config (float zMinMax_=100, int mainGridSize_=2000, int trkGridSize_=15) | |
The configuration struct.
|
explicit |
| zMinMax_ | The minimum and maximum z-values (in mm) that should be covered by the main 1-dim density grid along the z-axis |
| mainGridSize_ | The size of the z-axis 1-dim main density grid |
| trkGridSize_ | The 2(!)-dim grid size of a single track, i.e. a single track is modelled as a (trkGridSize x trkGridSize) grid in the d0-z0 plane. Note: trkGridSize has to be an odd value. |
zMinMax_ together with mainGridSize_ determines the overall bin size to be used as seen below