ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::StripSpacePointBuilder::ConstrainedOptions Struct Referencefinal

Collection of constrained space point options. More...

#include <Acts/SpacePointFormation2/StripSpacePointBuilder.hpp>

Public Attributes

double stripLengthGapTolerance = 0.01
 Tolerance scaling factor of the gap between strip detector elements.
double stripLengthTolerance = 0.01
 Tolerance scaling factor on the strip detector element length.
Vector3 vertex = Vector3::Zero()
 Position of the vertex.

Detailed Description

Collection of constrained space point options.

Member Data Documentation

◆ stripLengthGapTolerance

double Acts::StripSpacePointBuilder::ConstrainedOptions::stripLengthGapTolerance = 0.01

Tolerance scaling factor of the gap between strip detector elements.

◆ stripLengthTolerance

double Acts::StripSpacePointBuilder::ConstrainedOptions::stripLengthTolerance = 0.01

Tolerance scaling factor on the strip detector element length.

◆ vertex

Vector3 Acts::StripSpacePointBuilder::ConstrainedOptions::vertex = Vector3::Zero()

Position of the vertex.