ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Experimental::MultiWireVolumeBuilder::Config Struct Reference

Configuration Struct. More...

#include <Acts/Geometry/MultiWireVolumeBuilder.hpp>

Collaboration diagram for Acts::Experimental::MultiWireVolumeBuilder::Config:
[legend]

Public Attributes

VolumePlacementBasealignablePlacement {}
 Connect the tracking geometry with an alignable volume placement Used instead of the transform if set.
std::vector< Binningbinning = {}
 Binning configuration for multi-wire volume.
std::shared_ptr< Acts::VolumeBoundsbounds = nullptr
 The bounds of the tracking volume.
std::vector< std::shared_ptr< Surface > > mlSurfaces = {}
 The surfaces to be wrapped from the tracking volume.
std::string name = "undefined"
 The name of the tracking volume.
Transform3 transform = Transform3::Identity()
 The local -> global transform of the tracking volume.

Detailed Description

Configuration Struct.