ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::IAssignmentFinder::VolumeAssignment Struct Reference

VolumeAssignment is a volume and a entry and exit of the volume. More...

#include <Acts/Material/interface/IAssignmentFinder.hpp>

Collaboration diagram for Acts::IAssignmentFinder::VolumeAssignment:
[legend]

Public Attributes

Vector3 entry = Vector3::Zero()
 Entry point of the volume.
Vector3 exit = Vector3::Zero()
 Exit point of the volume.
InteractionVolume volume {}
 The volume to which the material interaction is assigned to.

Detailed Description

VolumeAssignment is a volume and a entry and exit of the volume.

Member Data Documentation

◆ entry

Vector3 Acts::IAssignmentFinder::VolumeAssignment::entry = Vector3::Zero()

Entry point of the volume.

◆ exit

Vector3 Acts::IAssignmentFinder::VolumeAssignment::exit = Vector3::Zero()

Exit point of the volume.

◆ volume

InteractionVolume Acts::IAssignmentFinder::VolumeAssignment::volume {}

The volume to which the material interaction is assigned to.