Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
struct | Options |
Nested Options struct. More... | |
Typedefs | |
using | AxisBound = std::tuple< std::array< ActsScalar, 2u >, BinningValue > |
Functions | |
template<typename grid_type > | |
ProtoGrid | convert (const grid_type &grid, const std::array< BinningValue, grid_type::DIM > &bValues, const GridConverter::Options &cOptions) |
using Acts::Svg::GridConverter::AxisBound = typedef std::tuple<std::array<ActsScalar, 2u>, BinningValue> |
Definition at line 34 of file GridSvgConverter.hpp.
View newest version in sPHENIX GitHub at line 34 of file GridSvgConverter.hpp
ProtoGrid Acts::Svg::GridConverter::convert | ( | const grid_type & | grid, |
const std::array< BinningValue, grid_type::DIM > & | bValues, | ||
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 |
bValues | the binning values identifying the axes |
cOptions | the conversion options |
Definition at line 57 of file GridSvgConverter.hpp.
View newest version in sPHENIX GitHub at line 57 of file GridSvgConverter.hpp
References Acts::binPhi, Acts::binR, Acts::binX, Acts::binY, Acts::binZ, Acts::Svg::Style::fillAndStroke(), Acts::Svg::GridConverter::Options::optionalBound, Acts::Svg::GridConverter::Options::style, swap(), and physmon_ckf_tracking::u.
Referenced by BOOST_AUTO_TEST_CASE().