ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::IndexGridNavigationJsonConverter::Options Struct Reference

Configure the conversion through that struct. More...

#include <ActsPlugins/Json/IndexGridNavigationJsonConverter.hpp>

Public Attributes

std::size_t numPolyhedronPoints = 20
 Number of polyhedron points to use for projected surface representation.
bool writeProjectedSurfaces = false
 Write projected surfaces (i.e. in grid frame for plotting).
bool writeSurfaces = true
 Whether to write the surfaces assigned to the grid.

Detailed Description

Configure the conversion through that struct.

Member Data Documentation

◆ numPolyhedronPoints

std::size_t Acts::IndexGridNavigationJsonConverter::Options::numPolyhedronPoints = 20

Number of polyhedron points to use for projected surface representation.

◆ writeProjectedSurfaces

bool Acts::IndexGridNavigationJsonConverter::Options::writeProjectedSurfaces = false

Write projected surfaces (i.e. in grid frame for plotting).

◆ writeSurfaces

bool Acts::IndexGridNavigationJsonConverter::Options::writeSurfaces = true

Whether to write the surfaces assigned to the grid.