Struct TrackingGeometryBuilder::Config¶
Defined in File TrackingGeometryBuilder.hpp
Nested Relationships¶
This struct is a nested type of Class TrackingGeometryBuilder.
Struct Documentation¶
-
struct
Acts::TrackingGeometryBuilder::Config Nested Configuration for the CylinderVolumeBuilder.
Public Members
-
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.
-
std::shared_ptr<const IMaterialDecorator>