Template Function Acts::EventDataVisualization::drawMultiTrajectory¶
Defined in File EventDataVisualization.hpp
Function Documentation¶
-
template<typename
source_link_t>
voidActs::EventDataVisualization::drawMultiTrajectory(IVisualization &helper, const Acts::MultiTrajectory<source_link_t> &multiTraj, const size_t &entryIndex, const GeometryContext &gctx = GeometryContext(), double momentumScale = 1., double locErrorScale = 1., double angularErrorScale = 1., bool drawParameterSurface = true, bool drawMeasurement = true, bool drawPredictedParameters = true, bool drawFilteredParameters = true, bool drawSmoothedParameters = true, size_t lseg = 72, const IVisualization::ColorType &scolor = {235, 198, 52}, const IVisualization::ColorType &mcolor = {218, 165, 32}, const IVisualization::ColorType &ppcolor = {20, 120, 20}, const IVisualization::ColorType &fpcolor = {255, 102, 0}, const IVisualization::ColorType &spcolor = {204, 153, 255}, std::array<double, 4> outOfPlanes = {-0.01, -0.02, -0.03, -0.04})¶ Helper method to draw one trajectory stored in a MultiTrajectory object.
- Template Parameters
source_link_t: The source link type
- Parameters
helper: [in, out] The visualization helpermultiTraj: The MultiTrajectory storing the trajectory to be drawnentryIndex: The trajectory entry indexgctx: 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 surfacedrawMeasurement: The indicator whether to draw the (calibrated) measurementdrawPredictedParameters: The indicator whether to draw the predicted track parametersdrawFilteredParameters: The indicator whether to draw the filtered track parametersdrawSmoothedParameters: The indicator whether to draw the smoothed track parameterslseg: The number of segments for a full arch (if needed)scolor: the (optional) color of the surface to be writtenmcolor: the (optional) color of the (calibrated) measurement to be writtenppcolor: the (optional) color of the predicted track parameters to be writtenfpcolor: the (optional) color of the filtered track parameters to be writtenspcolor: the (optional) color of the smoothed track parameters to be writtenoutOfPlanes: The out of plane drawning option for measurment, predicted parameter, filtered parameter and smoothed parameters.