#include <Acts/Vertexing/ImpactPointEstimator.hpp>
◆ Config() [1/2]
Config constructor if magnetic field is present.
- Parameters
-
| bIn | The magnetic field |
| prop | The propagator |
◆ Config() [2/2]
| Acts::ImpactPointEstimator::Config::Config |
( |
std::shared_ptr< const BasePropagator > | prop | ) |
|
|
explicit |
Config constructor without B field -> uses NullBField provided).
- Parameters
-
◆ bField
◆ maxIterations
| int Acts::ImpactPointEstimator::Config::maxIterations = 20 |
Max. number of iterations in Newton method.
◆ precision
| double Acts::ImpactPointEstimator::Config::precision = 1.e-10 |
Desired precision of deltaPhi in Newton method.
◆ propagator
| std::shared_ptr<const BasePropagator> Acts::ImpactPointEstimator::Config::propagator |