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

Temporary storage of a certain cell to improve material access. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Material/InterpolatedMaterialMap.hpp>

Public Attributes

std::optional< typename
Mapper_t::MaterialCell > 
matCell
 Stored material cell.
 
bool initialized = false
 Boolean statement if the cell is initialized.
 

Detailed Description

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

Temporary storage of a certain cell to improve material access.

Definition at line 240 of file InterpolatedMaterialMap.hpp.

View newest version in sPHENIX GitHub at line 240 of file InterpolatedMaterialMap.hpp

Member Data Documentation

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

Boolean statement if the cell is initialized.

Definition at line 244 of file InterpolatedMaterialMap.hpp.

View newest version in sPHENIX GitHub at line 244 of file InterpolatedMaterialMap.hpp

Referenced by Acts::InterpolatedMaterialMap< Mapper_t >::getMaterial().

template<typename Mapper_t >
std::optional<typename Mapper_t::MaterialCell> Acts::InterpolatedMaterialMap< Mapper_t >::Cache::matCell

Stored material cell.

Definition at line 242 of file InterpolatedMaterialMap.hpp.

View newest version in sPHENIX GitHub at line 242 of file InterpolatedMaterialMap.hpp

Referenced by Acts::InterpolatedMaterialMap< Mapper_t >::getMaterial().


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