Struct Acts::TrackingGeometryBuilder::Config

struct Config

Nested Configuration for the CylinderVolumeBuilder.

Public Members

GeometryIdentifierHook geometryIdentifierHook

Optional geometry identfier hook to be used during closure.

Note

Will be copied when calling the geometry building

std::shared_ptr<const IMaterialDecorator> materialDecorator = nullptr

The optional material decorator for this.

std::vector< std::function< std::shared_ptr< TrackingVolume > const GeometryContext &gctx, const TrackingVolumePtr &, const VolumeBoundsPtr &)> > trackingVolumeBuilders

The list of tracking volume builders.

std::shared_ptr<const ITrackingVolumeHelper> trackingVolumeHelper = nullptr

The tracking volume helper for detector construction.