Template Function Acts::EventDataVisualization::drawBoundParameters¶
Defined in File EventDataVisualization.hpp
Function Documentation¶
-
template<typename
parameters_t>
voidActs::EventDataVisualization::drawBoundParameters(IVisualization &helper, const parameters_t ¶meters, const GeometryContext &gctx = GeometryContext(), double momentumScale = 1., double locErrorScale = 1., double angularErrorScale = 1., bool drawParameterSurface = true, size_t lseg = 72, const IVisualization::ColorType &pcolor = {20, 120, 20}, const IVisualization::ColorType &scolor = {235, 198, 52}, double outOfPlane = 0.1)¶ Helper method to draw bound parameters object.
- Parameters
helper: [in, out] The visualization helperparameters: The bound parameters to be drawngctx: The geometry context for which it is drawnmomentumScale: The scale of the momentumlocErrorScale: The scale of the local errorangularErrorScale: The sclae of the angular errordrawParameterSurface: The indicator whether to draw the surfacelseg: The number of segments for a full arch (if needed)pcolor: the (optional) color of the parameters to be writtenscolor: the (optional) color of the surface to be writtenoutOfPlane: The out of plane drawning option