EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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. | |
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
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().
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().