Analysis Software
Documentation for sPHENIX simulation software
|
Nested Options struct. More...
#include <acts/blob/sPHENIX/Plugins/ActSVG/include/Acts/Plugins/ActSVG/GridSvgConverter.hpp>
Public Attributes | |
Style | style {{150, 150, 150}, 0.5} |
A The style for the surfaces. | |
std::optional< AxisBound > | optionalBound |
Optional bound - in case of 1-dim grid. | |
Nested Options struct.
Definition at line 37 of file GridSvgConverter.hpp.
View newest version in sPHENIX GitHub at line 37 of file GridSvgConverter.hpp
std::optional<AxisBound> Acts::Svg::GridConverter::Options::optionalBound |
Optional bound - in case of 1-dim grid.
Definition at line 41 of file GridSvgConverter.hpp.
View newest version in sPHENIX GitHub at line 41 of file GridSvgConverter.hpp
Referenced by Acts::Svg::GridConverter::convert(), and Acts::Svg::IndexedSurfacesConverter::convertImpl().
Style Acts::Svg::GridConverter::Options::style {{150, 150, 150}, 0.5} |
A The style for the surfaces.
Definition at line 39 of file GridSvgConverter.hpp.
View newest version in sPHENIX GitHub at line 39 of file GridSvgConverter.hpp
Referenced by Acts::Svg::GridConverter::convert(), and generateDrawOptions().