File SpacePointBuilderOptions.hpp

namespace Acts

Note

This file is foreseen for the Geometry module to replace Extent

struct SpacePointBuilderOptions
#include <Acts/SpacePointFormation/SpacePointBuilderOptions.hpp>

Public Members

std::function< std::pair< const BoundVector, const BoundSymMatrix > const SourceLink &)> paramCovAccessor
std::pair<const std::pair<Vector3, Vector3>, const std::pair<Vector3, Vector3>> stripEndsPair
double stripLengthGapTolerance = 0.01

Allowed increase of strip length wrt gaps between strips.

double stripLengthTolerance = 0.01

Allowed increase of strip length.

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

vertex position

struct StripPairOptions
#include <Acts/SpacePointFormation/SpacePointBuilderOptions.hpp>

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.

std::function< std::pair< const BoundVector, const BoundSymMatrix > const SourceLink &)> paramCovAccessor
Vector3 vertex = {0., 0., 0.}

vertex position