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 = true
 Configuration of the views.
double labelGauge = 0.
bool labelProjection = false
 Label checks.
bool moduleInfo = true
std::string name = ""
 The name for the conversion object.
std::array< double, 2 > phiRange = noLimitPhi
 The phi limit for projections.
bool projectionInfo = true
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 = true

Configuration of the views.

◆ labelGauge

double ActsPlugins::Svg::LayerConverter::Options::labelGauge = 0.

◆ labelProjection

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

Label checks.

◆ moduleInfo

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

◆ name

std::string ActsPlugins::Svg::LayerConverter::Options::name = ""

The name for the conversion object.

◆ phiRange

std::array<double, 2> ActsPlugins::Svg::LayerConverter::Options::phiRange = noLimitPhi

The phi limit for projections.

◆ projectionInfo

bool ActsPlugins::Svg::LayerConverter::Options::projectionInfo = true

◆ surfaceStyles

Acts::GeometryHierarchyMap<Style> ActsPlugins::Svg::LayerConverter::Options::surfaceStyles

The style of the surface objects.

◆ zRange

std::array<double, 2> ActsPlugins::Svg::LayerConverter::Options::zRange = noLimitZ

The z limit for projections.