ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::InteractionVolumeCollector::this_result Struct Reference

Simple result struct that holds the collected volumes. More...

#include <Acts/Material/PropagatorMaterialAssigner.hpp>

Collaboration diagram for Acts::InteractionVolumeCollector::this_result:
[legend]

Public Attributes

std::map< GeometryIdentifier, IAssignmentFinder::VolumeAssignmentcollected
 Map of collected volume assignments by geometry identifier.

Detailed Description

Simple result struct that holds the collected volumes.

Note
the map is to avoid double counting as this is called in an action list

Member Data Documentation

◆ collected

std::map<GeometryIdentifier, IAssignmentFinder::VolumeAssignment> Acts::InteractionVolumeCollector::this_result::collected

Map of collected volume assignments by geometry identifier.