ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::IterativeVertexFinder::State Struct Reference

State struct. More...

#include <Acts/Vertexing/IterativeVertexFinder.hpp>

Collaboration diagram for Acts::IterativeVertexFinder::State:
[legend]

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::MagneticFieldContextmagContext
 Reference to magnetic field context for vertex finding.

Detailed Description

State struct.

Constructor & Destructor Documentation

◆ State()

Acts::IterativeVertexFinder::State::State ( const MagneticFieldProvider & field,
const Acts::MagneticFieldContext & _magContext )

Constructor with magnetic field provider and context.

Parameters
fieldMagnetic field provider for track extrapolation
_magContextMagnetic field context for field evaluation

Member Data Documentation

◆ fieldCache

MagneticFieldProvider::Cache Acts::IterativeVertexFinder::State::fieldCache

Cached magnetic field information for efficient access.

◆ ipState

ImpactPointEstimator::State Acts::IterativeVertexFinder::State::ipState

The IP estimator state.

◆ magContext

std::reference_wrapper<const Acts::MagneticFieldContext> Acts::IterativeVertexFinder::State::magContext

Reference to magnetic field context for vertex finding.