ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
ActsPlugins::DetrayGeometryConverter::Config Struct Reference

Configuration for the geometry converter. More...

#include </home/runner/work/acts/acts/Plugins/Detray/include/ActsPlugins/Detray/DetrayGeometryConverter.hpp>

Collaboration diagram for ActsPlugins::DetrayGeometryConverter::Config:
[legend]

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 DetrayPayloadConverterpayloadConverter
 The payload converter used to turn the ACTS geometry into detray payloads.

Detailed Description

Configuration for the geometry converter.

Member Data Documentation

◆ payloadConverter

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).