Helper tool to visualize a pattern recogntion incident or a certain stage of the segment fit.
More...
#include <ITrackVisualizationTool.h>
|
virtual | ~ITrackVisualizationTool ()=default |
|
| DeclareInterfaceID (ITrackVisualizationTool, 1, 0) |
|
virtual void | displaySeeds (const EventContext &ctx, const MuonR4::MsTrackSeeder &seederObj, const xAOD::MuonSegmentContainer &segments, const MuonR4::MsTrackSeedContainer &seeds, const std::string &extraLabel) const =0 |
| Displays all segments on the representative cylinder in the R-Z & X-Y plane and draws the markers of the successfully built seeds & truth segments. More...
|
|
virtual void | displaySeeds (const EventContext &ctx, const MuonR4::MsTrackSeeder &seederObj, const xAOD::MuonSegmentContainer &segments, const MuonR4::MsTrackSeedContainer &seeds, const std::string &extraLabel, PrimitivesVec_t &&extPrimitives) const =0 |
| Displays all segments on the representative cylinder in the R-Z & X-Y plane and draws the markers of the successfully built seeds & truth segments. More...
|
|
Helper tool to visualize a pattern recogntion incident or a certain stage of the segment fit.
Definition at line 24 of file ITrackVisualizationTool.h.
◆ PrimitivePtr_t
◆ PrimitivesVec_t
◆ ~ITrackVisualizationTool()
virtual MuonValR4::ITrackVisualizationTool::~ITrackVisualizationTool |
( |
| ) |
|
|
virtualdefault |
◆ DeclareInterfaceID()
◆ displaySeeds() [1/2]
Displays all segments on the representative cylinder in the R-Z & X-Y plane and draws the markers of the successfully built seeds & truth segments.
- Parameters
-
ctx | EventContext to access store gate & conditions |
seederObj | Configured instance of the track seeder which actually constructed the seeds. |
segments | Container of all MS segments in the event |
seeds | The constructed track seeds from the event |
extraLabel | Extra label to be put onto the top of the shown canvases |
◆ displaySeeds() [2/2]
Displays all segments on the representative cylinder in the R-Z & X-Y plane and draws the markers of the successfully built seeds & truth segments.
- Parameters
-
ctx | EventContext to access store gate & conditions |
seederObj | Configured instance of the track seeder which actually constructed the seeds. |
segments | Container of all MS segments in the event |
seeds | The constructed track seeds from the event |
extraLabel | Extra label to be put onto the top of the shown canvases |
extPrimitives | Extra TObjects that should be additionally painted onto the Canvases |
The documentation for this class was generated from the following file: