ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::InterpolatedMaterialMap< Mapper_t >::Cache Struct Reference

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

#include <Acts/Material/InterpolatedMaterialMap.hpp>

Public Attributes

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

Detailed Description

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

Temporary storage of a certain cell to improve material access.

Member Data Documentation

◆ initialized

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

Boolean statement if the cell is initialized.

◆ matCell

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

Stored material cell.