EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::InterpolatedBFieldMap< Mapper_t >::Cache Struct Reference

#include <acts/blob/sPHENIX/Core/include/Acts/MagneticField/InterpolatedBFieldMap.hpp>

Public Member Functions

 Cache (std::reference_wrapper< const MagneticFieldContext >)
 Constructor with magnetic field context.
 

Public Attributes

std::optional< typename
Mapper_t::FieldCell > 
fieldCell
 
bool initialized = false
 

Detailed Description

template<typename Mapper_t>
struct Acts::InterpolatedBFieldMap< Mapper_t >::Cache

Definition at line 252 of file InterpolatedBFieldMap.hpp.

View newest version in sPHENIX GitHub at line 252 of file InterpolatedBFieldMap.hpp

Constructor & Destructor Documentation

template<typename Mapper_t>
Acts::InterpolatedBFieldMap< Mapper_t >::Cache::Cache ( std::reference_wrapper< const MagneticFieldContext )
inline

Constructor with magnetic field context.

Parameters
mcfgthe magnetic field context

Definition at line 256 of file InterpolatedBFieldMap.hpp.

View newest version in sPHENIX GitHub at line 256 of file InterpolatedBFieldMap.hpp

Member Data Documentation

template<typename Mapper_t>
std::optional<typename Mapper_t::FieldCell> Acts::InterpolatedBFieldMap< Mapper_t >::Cache::fieldCell

Definition at line 258 of file InterpolatedBFieldMap.hpp.

View newest version in sPHENIX GitHub at line 258 of file InterpolatedBFieldMap.hpp

Referenced by Acts::InterpolatedBFieldMap< Mapper_t >::getField().

template<typename Mapper_t>
bool Acts::InterpolatedBFieldMap< Mapper_t >::Cache::initialized = false

Definition at line 259 of file InterpolatedBFieldMap.hpp.

View newest version in sPHENIX GitHub at line 259 of file InterpolatedBFieldMap.hpp


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