ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
ActsPlugins::Svg::LayerConverter::Options Struct Reference

A nested options class for the layer conversion. More...

#include </home/runner/work/acts/acts/Plugins/ActSVG/include/ActsPlugins/ActSVG/LayerSvgConverter.hpp>

Collaboration diagram for ActsPlugins::Svg::LayerConverter::Options:
[legend]

Public Attributes

bool gridInfo = false
 Configuration of the views.
double labelGauge = 0.
 Label gauge for display.
bool labelProjection = false
 Label checks.
bool moduleInfo = false
 Include module information.
std::string name = ""
 The name for the conversion object.
std::array< double, 2 > phiRange = noLimitPhi
 The phi limit for projections.
bool projectionInfo = true
 Include projection information.
Acts::GeometryHierarchyMap< StylesurfaceStyles
 The style of the surface objects.
std::array< double, 2 > zRange = noLimitZ
 The z limit for projections.

Detailed Description

A nested options class for the layer conversion.

Member Data Documentation

◆ gridInfo

bool ActsPlugins::Svg::LayerConverter::Options::gridInfo = false

Configuration of the views.

Deprecated
actsvg 0.4.57 removed the grid sheet display. Kept so the option still compiles; convert() throws if it is switched on. No [[deprecated]] attribute: on a data member it also fires on every copy of Options, which says nothing about whether the option is used.

◆ moduleInfo

bool ActsPlugins::Svg::LayerConverter::Options::moduleInfo = false

Include module information.

Deprecated
actsvg 0.4.57 removed the module sheet display; see gridInfo.