|
ACTS
Experiment-independent tracking
|
Classes | |
| struct | Options |
| A nested options class for the layer conversion. More... | |
Enumerations | |
| enum | Sheets { eModuleInfo = 0 , eGridInfo = 1 , eCrossSectionXY = 2 , eCrossSectionZR = 3 } |
| The enumeration for sheets. More... | |
Functions | |
| std::vector< actsvg::svg::object > | convert (const Acts::GeometryContext &gctx, const Acts::Layer &layer, const Options &cOptions) |
| Write/create the layer sheets for a given layer. | |
| std::vector< actsvg::svg::object > ActsPlugins::Svg::LayerConverter::convert | ( | const Acts::GeometryContext & | gctx, |
| const Acts::Layer & | layer, | ||
| const Options & | cOptions ) |
Write/create the layer sheets for a given layer.
| gctx | the geometry context |
| layer | the layer to be displayed |
| cOptions | the conversion objects |