Template Function Acts::EventDataVisualization::drawMultiTrajectory

Function Documentation

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 helper

  • multiTraj: The MultiTrajectory storing the trajectory to be drawn

  • entryIndex: The trajectory entry index

  • gctx: The geometry context for which it is drawn

  • momentumScale: The scale of the momentum

  • locErrorScale: The scale of the local error

  • angularErrorScale: The sclae of the angular error

  • drawParameterSurface: The indicator whether to draw the surface

  • drawMeasurement: The indicator whether to draw the (calibrated) measurement

  • drawPredictedParameters: The indicator whether to draw the predicted track parameters

  • drawFilteredParameters: The indicator whether to draw the filtered track parameters

  • drawSmoothedParameters: The indicator whether to draw the smoothed track parameters

  • lseg: The number of segments for a full arch (if needed)

  • scolor: the (optional) color of the surface to be written

  • mcolor: the (optional) color of the (calibrated) measurement to be written

  • ppcolor: the (optional) color of the predicted track parameters to be written

  • fpcolor: the (optional) color of the filtered track parameters to be written

  • spcolor: the (optional) color of the smoothed track parameters to be written

  • outOfPlanes: The out of plane drawning option for measurment, predicted parameter, filtered parameter and smoothed parameters.