Struct Acts::DoubleHitSpacePointConfig

struct Acts::DoubleHitSpacePointConfig

Configuration of the class to steer its behaviour.

Public Members

double diffDist = 100. * UnitConstants::mm

Accepted distance between two clusters.

double diffPhi2 = 1.

Accepted squared difference in phi for two clusters.

double diffTheta2 = 1.

Accepted squared difference in theta for two clusters.

double stripLengthGapTolerance = 0.01

Allowed increase of strip length wrt gaps between strips.

double stripLengthTolerance = 0.01

Allowed increase of strip length.

bool usePerpProj = false

Perform the perpendicular projection for space point finding.

Vector3 vertex = {0., 0., 0.}

Assumed position of the vertex.