![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Plugins/ActSVG/SvgUtils.hpp"#include "Acts/Utilities/BinningType.hpp"#include "Acts/Utilities/detail/Axis.hpp"#include <actsvg/core.hpp>#include <actsvg/meta.hpp>#include <array>#include <optional>#include <tuple>#include <vector>
Include dependency graph for GridSvgConverter.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Acts::Svg::GridConverter::Options |
| Nested Options struct. More... | |
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
| namespace | Acts::Svg |
| namespace | Acts::Svg::GridConverter |
Typedefs | |
| using | Acts::Svg::ProtoGrid = actsvg::proto::grid |
| using | Acts::Svg::GridConverter::AxisBound = std::tuple< std::array< ActsScalar, 2u >, BinningValue > |
Functions | |
| template<typename grid_type > | |
| ProtoGrid | Acts::Svg::GridConverter::convert (const grid_type &grid, const std::array< BinningValue, grid_type::DIM > &bValues, const GridConverter::Options &cOptions) |