Struct Acts::Experimental::ExternalStructure

struct ExternalStructure

Holder struct for the external structure components required to construct a detectorVolume.

Public Members

std::unique_ptr<VolumeBounds> bounds = nullptr

A shape definition.

PortalGenerator portalGenerator

And a portal generator.

Transform3 transform = Transform3::Identity()

A 3D transform where the volume should be positioned.