ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::GridSurfaceMaterial::GloballyIndexed Struct Reference

Per-bin indices into a (possibly shared) globally owned material vector. More...

#include <Acts/Material/GridSurfaceMaterial.hpp>

Collaboration diagram for Acts::GridSurfaceMaterial::GloballyIndexed:
[legend]

Public Attributes

std::vector< std::size_t > indices
 One index per bin (including under-/overflow), into material.
std::shared_ptr< std::vector< MaterialSlab > > material
 The shared material vector, addressed by indices.

Detailed Description

Per-bin indices into a (possibly shared) globally owned material vector.