|
ACTS
Experiment-independent tracking
|
State struct. More...
#include <Acts/Vertexing/IterativeVertexFinder.hpp>
Public Member Functions | |
| State (const MagneticFieldProvider &field, const Acts::MagneticFieldContext &_magContext) | |
| Constructor with magnetic field provider and context. | |
Public Attributes | |
| MagneticFieldProvider::Cache | fieldCache |
| Cached magnetic field information for efficient access. | |
| ImpactPointEstimator::State | ipState |
| The IP estimator state. | |
| std::reference_wrapper< const Acts::MagneticFieldContext > | magContext |
| Reference to magnetic field context for vertex finding. | |
State struct.
| Acts::IterativeVertexFinder::State::State | ( | const MagneticFieldProvider & | field, |
| const Acts::MagneticFieldContext & | _magContext ) |
Constructor with magnetic field provider and context.
| field | Magnetic field provider for track extrapolation |
| _magContext | Magnetic field context for field evaluation |
| MagneticFieldProvider::Cache Acts::IterativeVertexFinder::State::fieldCache |
Cached magnetic field information for efficient access.
| ImpactPointEstimator::State Acts::IterativeVertexFinder::State::ipState |
The IP estimator state.
| std::reference_wrapper<const Acts::MagneticFieldContext> Acts::IterativeVertexFinder::State::magContext |
Reference to magnetic field context for vertex finding.