Struct Acts::InterpolatedMaterialMap::Cache

struct 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.