|
ACTS
Experiment-independent tracking
|
Configuration settings for the impact point estimator. More...
#include <Acts/Vertexing/ImpactPointEstimator.hpp>
Public Member Functions | |
| Config (std::shared_ptr< const BasePropagator > prop) | |
| Config constructor without B field -> uses NullBField provided). | |
| Config (std::shared_ptr< const MagneticFieldProvider > bIn, std::shared_ptr< const BasePropagator > prop) | |
| Config constructor if magnetic field is present. | |
Public Attributes | |
| std::shared_ptr< const MagneticFieldProvider > | bField |
| Magnetic field. | |
| int | maxIterations = 20 |
| Max. number of iterations in Newton method. | |
| double | precision = 1.e-10 |
| Desired precision of deltaPhi in Newton method. | |
| std::shared_ptr< const BasePropagator > | propagator |
| Propagator. | |
Configuration settings for the impact point estimator.
|
explicit |
Config constructor if magnetic field is present.
| bIn | The magnetic field |
| prop | The propagator |
|
explicit |
Config constructor without B field -> uses NullBField provided).
| prop | The propagator |