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

The information to be writtern out per hit volume. More...

#include <Acts/Propagator/VolumeCollector.hpp>

Collaboration diagram for Acts::VolumeHit:
[legend]

Public Attributes

Vector3 direction {}
 Direction of propagation when volume was encountered.
Vector3 position {}
 Position where the volume was encountered.
const TrackingVolumevolume = nullptr
 Pointer to the tracking volume that was hit.

Detailed Description

The information to be writtern out per hit volume.

Member Data Documentation

◆ direction

Vector3 Acts::VolumeHit::direction {}

Direction of propagation when volume was encountered.

◆ position

Vector3 Acts::VolumeHit::position {}

Position where the volume was encountered.

◆ volume

const TrackingVolume* Acts::VolumeHit::volume = nullptr

Pointer to the tracking volume that was hit.