|
ACTS
Experiment-independent tracking
|
Aggregate over a surface and a volume with optional semantics. More...
#include <Acts/Geometry/Portal.hpp>
Public Member Functions | |
| Link ()=default | |
| Link (std::shared_ptr< RegularSurface > surfaceIn, TrackingVolume &volumeIn) | |
| Constructor from a surface and a volume. | |
Public Attributes | |
| std::shared_ptr< RegularSurface > | surface = nullptr |
| The associated surface. | |
| TrackingVolume * | volume = nullptr |
| The associated volume. | |
Aggregate over a surface and a volume with optional semantics.
|
default |
| Acts::Portal::Arguments::Link::Link | ( | std::shared_ptr< RegularSurface > | surfaceIn, |
| TrackingVolume & | volumeIn ) |
Constructor from a surface and a volume.
| surfaceIn | Surface to associate with this link |
| volumeIn | Volume to associate with this link |
| std::shared_ptr<RegularSurface> Acts::Portal::Arguments::Link::surface = nullptr |
The associated surface.
| TrackingVolume* Acts::Portal::Arguments::Link::volume = nullptr |
The associated volume.