Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::InterpolatedBFieldMap< grid_t >::Cache Struct Reference

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

Public Member Functions

 Cache (const MagneticFieldContext &mctx)
 Constructor with magnetic field context.
 

Public Attributes

std::optional< FieldCellfieldCell
 
bool initialized = false
 

Detailed Description

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

Definition at line 147 of file InterpolatedBFieldMap.hpp.

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

Constructor & Destructor Documentation

template<typename grid_t>
Acts::InterpolatedBFieldMap< grid_t >::Cache::Cache ( const MagneticFieldContext mctx)
inline

Constructor with magnetic field context.

Parameters
mctxthe magnetic field context

Definition at line 151 of file InterpolatedBFieldMap.hpp.

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

Member Data Documentation

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

Definition at line 153 of file InterpolatedBFieldMap.hpp.

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

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

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

Definition at line 154 of file InterpolatedBFieldMap.hpp.

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


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