Struct ImpactPointEstimator::Config¶
Defined in File ImpactPointEstimator.hpp
Nested Relationships¶
This struct is a nested type of Template Class ImpactPointEstimator.
Struct Documentation¶
-
struct
Acts::ImpactPointEstimator::Config¶ Public Functions
Config constructor if magnetic field is present.
- Parameters
bIn: The magnetic fieldprop: The propagator
Config constructor without B field -> uses NullBField provided)
- Parameters
prop: The propagator
Public Members
-
std::shared_ptr<MagneticFieldProvider>
bField¶ Magnetic field.
-
int
maxIterations= 20¶ Max. number of iterations in Newton method.
-
double
maxRho= 1e+15¶ Maximum curvature value.
-
double
minQoP= 1e-15¶ Minimum q/p value.
-
double
precision= 1.e-10¶ Desired precision in deltaPhi in Newton method.
-
std::shared_ptr<propagator_t>
propagator¶ Propagator.