|
ACTS
Experiment-independent tracking
|
The Material interaction volume struct. More...
#include <Acts/Material/MaterialInteraction.hpp>
Public Member Functions | |
| InteractionVolume ()=default | |
| Empty constructor. | |
| InteractionVolume (const TrackingVolume *tv) | |
| Constructor from tracking volume. | |
| bool | empty () const |
| Check if the volume is valid. | |
| GeometryIdentifier | geometryId () const |
| Forward the geometry identifier. | |
Public Attributes | |
| const TrackingVolume * | trackingVolume = nullptr |
| The tracking volume. | |
The Material interaction volume struct.
It acts as a switch between detector and tracking volume as long as those co-exist alongside
|
default |
Empty constructor.
|
explicit |
Constructor from tracking volume.
| tv | The tracking volume |
| bool Acts::InteractionVolume::empty | ( | ) | const |
Check if the volume is valid.
| GeometryIdentifier Acts::InteractionVolume::geometryId | ( | ) | const |
Forward the geometry identifier.
| const TrackingVolume* Acts::InteractionVolume::trackingVolume = nullptr |
The tracking volume.