Struct Acts::GaussianGridTrackDensity::Config

struct Config

The configuration struct.

Public Functions

inline Config(float zMinMax_ = 100)

Note

The value of zMinMax_ together with mainGridSize determines the overall bin size to be used as seen below

Parameters

zMinMax_ – The minimum and maximum z-values (in mm) that should be covered by the main 1-dim density grid along the z-axis

Public Members

float binSize
float maxRelativeDensityDev = 0.01
bool useHighestSumZPosition = false
float zMinMax