Analysis Software
Documentation for sPHENIX simulation software
|
Functions | |
actsvg::svg::object | pointXY (const Vector3 &pos, ActsScalar size, const Style &style, unsigned int idx=0) |
actsvg::svg::object | pointZR (const Vector3 &pos, ActsScalar size, const Style &style, unsigned int idx=0) |
template<typename view_type > | |
actsvg::svg::object | point (const Vector3 &pos, ActsScalar size, const Style &style, unsigned int idx) |
actsvg::svg::object Acts::Svg::EventDataConverter::point | ( | const Vector3 & | pos, |
ActsScalar | size, | ||
const Style & | style, | ||
unsigned int | idx | ||
) |
Write/create a 3D point in a given view
pos | the position |
size | the size of the object |
style | the style of the object |
indx | the running index |
Definition at line 53 of file EventDataSvgConverter.hpp.
View newest version in sPHENIX GitHub at line 53 of file EventDataSvgConverter.hpp
References Acts::Svg::Style::fillAndStroke(), Acts::UnitConstants::ps, and to_string().
actsvg::svg::object Acts::Svg::EventDataConverter::pointXY | ( | const Vector3 & | pos, |
ActsScalar | size, | ||
const Style & | style, | ||
unsigned int | idx = 0 |
||
) |
Write/create a 3D point in XY view
pos | the position |
size | the size of the object |
style | the style of the object |
idx | the running index |
Definition at line 11 of file EventDataSvgConverter.cpp.
View newest version in sPHENIX GitHub at line 11 of file EventDataSvgConverter.cpp
References ambiguity_solver_full_chain::idx, Acts::Test::pos, and size.
Referenced by ActsExamples::SvgPointWriter< T, Acc >::writeT().
actsvg::svg::object Acts::Svg::EventDataConverter::pointZR | ( | const Vector3 & | pos, |
ActsScalar | size, | ||
const Style & | style, | ||
unsigned int | idx = 0 |
||
) |
Write/create a 3D point in ZR view
pos | the position |
size | the size of the object |
style | the style of the object |
indx | the running index |
Definition at line 18 of file EventDataSvgConverter.cpp.
View newest version in sPHENIX GitHub at line 18 of file EventDataSvgConverter.cpp
References ambiguity_solver_full_chain::idx, Acts::Test::pos, and size.
Referenced by ActsExamples::SvgPointWriter< T, Acc >::writeT().