Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::IterativeVertexFinder< vfitter_t, sfinder_t >::State Struct Reference

State struct. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/IterativeVertexFinder.hpp>

Public Member Functions

 State (const MagneticFieldProvider &field, const Acts::MagneticFieldContext &magContext)
 

Public Attributes

IPEstimator::State ipState
 The IP estimator state.
 
Linearizer_t::State linearizerState
 The inearizer state.
 
vfitter_t::State fitterState
 The fitter state.
 

Detailed Description

template<typename vfitter_t, typename sfinder_t>
struct Acts::IterativeVertexFinder< vfitter_t, sfinder_t >::State

State struct.

Definition at line 124 of file IterativeVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 124 of file IterativeVertexFinder.hpp

Constructor & Destructor Documentation

template<typename vfitter_t , typename sfinder_t >
Acts::IterativeVertexFinder< vfitter_t, sfinder_t >::State::State ( const MagneticFieldProvider field,
const Acts::MagneticFieldContext magContext 
)
inline

Definition at line 125 of file IterativeVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 125 of file IterativeVertexFinder.hpp

Member Data Documentation

template<typename vfitter_t , typename sfinder_t >
vfitter_t::State Acts::IterativeVertexFinder< vfitter_t, sfinder_t >::State::fitterState

The fitter state.

Definition at line 135 of file IterativeVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 135 of file IterativeVertexFinder.hpp

Referenced by Acts::IterativeVertexFinder< vfitter_t, sfinder_t >::reassignTracksToNewVertex().

template<typename vfitter_t , typename sfinder_t >
IPEstimator::State Acts::IterativeVertexFinder< vfitter_t, sfinder_t >::State::ipState

The IP estimator state.

Definition at line 131 of file IterativeVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 131 of file IterativeVertexFinder.hpp

Referenced by Acts::IterativeVertexFinder< vfitter_t, sfinder_t >::fillTracksToFit().

template<typename vfitter_t , typename sfinder_t >
Linearizer_t::State Acts::IterativeVertexFinder< vfitter_t, sfinder_t >::State::linearizerState

The inearizer state.

Definition at line 133 of file IterativeVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 133 of file IterativeVertexFinder.hpp

Referenced by Acts::IterativeVertexFinder< vfitter_t, sfinder_t >::getCompatibility().


The documentation for this struct was generated from the following file: