|
ACTS
Experiment-independent tracking
|
Configuration for the geometry converter. More...
#include </home/runner/work/acts/acts/Plugins/Detray/include/ActsPlugins/Detray/DetrayGeometryConverter.hpp>
Public Attributes | |
| bool | convertMaterial = true |
| Whether to convert material information from ACTS to detray. | |
| bool | convertSurfaceGrids = true |
| Whether to convert surface grid information from ACTS to detray. | |
| std::shared_ptr< const DetrayPayloadConverter > | payloadConverter |
| The payload converter used to turn the ACTS geometry into detray payloads. | |
Configuration for the geometry converter.
| std::shared_ptr<const DetrayPayloadConverter> ActsPlugins::DetrayGeometryConverter::Config::payloadConverter |
The payload converter used to turn the ACTS geometry into detray payloads.
Supplying it here allows the call site to fully customize the payload conversion (e.g. the beampipe volume, sensitive surface strategy or the navigation/material dispatchers).