Struct InterpolatedMaterialMap::Cache

Nested Relationships

This struct is a nested type of Template Class InterpolatedMaterialMap.

Struct Documentation

struct Acts::InterpolatedMaterialMap::Cache

Temporary storage of a certain cell to improve material access.

Public Members

bool initialized = false

Boolean statement if the cell is initialized.

std::optional<typename Mapper_t::MaterialCell> matCell

Stored material cell.