|
ACTS
Experiment-independent tracking
|
Classes | |
| struct | Options |
| Nested Options struct. More... | |
Typedefs | |
| using | AxisBound = std::tuple<std::array<double, 2u>, Acts::AxisDirection> |
Functions | |
| template<typename grid_type> | |
| ProtoGrid | convert (const grid_type &grid, const std::array< Acts::AxisDirection, grid_type::DIM > &aDirs, const GridConverter::Options &cOptions) |
| Convert an ACTS grid into a actsvg protogrid, it currently works with. | |
| using ActsPlugins::Svg::GridConverter::AxisBound = std::tuple<std::array<double, 2u>, Acts::AxisDirection> |
| ProtoGrid ActsPlugins::Svg::GridConverter::convert | ( | const grid_type & | grid, |
| const std::array< Acts::AxisDirection, grid_type::DIM > & | aDirs, | ||
| const GridConverter::Options & | cOptions ) |
Convert an ACTS grid into a actsvg protogrid, it currently works with.
| grid_type | is the type of the grid to be converted |
| grid | the grid to be converted |
| aDirs | the axis directions of the grid |
| cOptions | the conversion options |