|
ACTS
Experiment-independent tracking
|
Classes | |
| struct | Options |
| Nested Options struct for the writing configuration. More... | |
| struct | State |
| State object to collect geometry-wise information. More... | |
Functions | |
| std::vector< actsvg::svg::object > | convert (const Acts::GeometryContext &gctx, const Acts::TrackingGeometry &tGeometry, const Options &cOptions) |
| Write svg files per tracking geometry. | |
| void | convert (const Acts::GeometryContext &gctx, const Acts::TrackingVolume &tVolume, const Options &cOptions, State &cState) |
| Recursivele conversion of volumes. | |
| std::vector< actsvg::svg::object > ActsPlugins::Svg::TrackingGeometryConverter::convert | ( | const Acts::GeometryContext & | gctx, |
| const Acts::TrackingGeometry & | tGeometry, | ||
| const Options & | cOptions ) |
Write svg files per tracking geometry.
| gctx | the geometry context |
| tGeometry | the tracking geometry |
| cOptions | the conversion options |
| void ActsPlugins::Svg::TrackingGeometryConverter::convert | ( | const Acts::GeometryContext & | gctx, |
| const Acts::TrackingVolume & | tVolume, | ||
| const Options & | cOptions, | ||
| State & | cState ) |
Recursivele conversion of volumes.
| gctx | the geometry context |
| tVolume | the tracking volume |
| cOptions | the conversion options |
| cState | [in,out] the conversion state collecting the input |