Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Svg::EventDataConverter Namespace Reference

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)
 

Function Documentation

template<typename view_type >
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

Parameters
posthe position
sizethe size of the object
stylethe style of the object
indxthe running index
Returns
a vector of svg objects

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().

+ Here is the call graph for this function:

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

Parameters
posthe position
sizethe size of the object
stylethe style of the object
idxthe running index
Returns
a vector of svg objects

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().

+ Here is the caller graph for this function:

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

Parameters
posthe position
sizethe size of the object
stylethe style of the object
indxthe running index
Returns
a vector of svg objects

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().

+ Here is the caller graph for this function: