ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::ITrackSummaryTool Class Referenceabstract

Interface for condensing Trk::Track properties and associated hits to a (non-fittable) foot print, the Trk::TrackSummary object. More...

#include <ITrackSummaryTool.h>

Inheritance diagram for Trk::ITrackSummaryTool:
Collaboration diagram for Trk::ITrackSummaryTool:

Public Member Functions

 DeclareInterfaceID (Trk::ITrackSummaryTool, 1, 0)
virtual std::unique_ptr< Trk::TrackSummarysummary (const EventContext &ctx, const Track &track) const =0
virtual std::unique_ptr< Trk::TrackSummarysummaryNoHoleSearch (const EventContext &ctx, const Track &track) const =0
virtual void updateTrack (const EventContext &ctx, Track &track) const =0
 Same behavious as IExtendedTrackSummaryTool:computeAndReplaceTrackSummary but without the need to pass Does hole search.
virtual void updateTrackSummary (const EventContext &ctx, Track &track) const =0
 method which can be used to update the summary of a track it, without doing shared hit/ or hole search.

Detailed Description

Interface for condensing Trk::Track properties and associated hits to a (non-fittable) foot print, the Trk::TrackSummary object.

Author
Edward Moyse, Martin Siebel http://consult.cern.ch/xwho

Definition at line 24 of file Tracking/TrkTools/TrkToolInterfaces/TrkToolInterfaces/ITrackSummaryTool.h.

Member Function Documentation

◆ DeclareInterfaceID()

Trk::ITrackSummaryTool::DeclareInterfaceID ( Trk::ITrackSummaryTool ,
1 ,
0  )

◆ summary()

virtual std::unique_ptr< Trk::TrackSummary > Trk::ITrackSummaryTool::summary ( const EventContext & ctx,
const Track & track ) const
pure virtual

◆ summaryNoHoleSearch()

virtual std::unique_ptr< Trk::TrackSummary > Trk::ITrackSummaryTool::summaryNoHoleSearch ( const EventContext & ctx,
const Track & track ) const
pure virtual

◆ updateTrack()

virtual void Trk::ITrackSummaryTool::updateTrack ( const EventContext & ctx,
Track & track ) const
pure virtual

Same behavious as IExtendedTrackSummaryTool:computeAndReplaceTrackSummary but without the need to pass Does hole search.

◆ updateTrackSummary()

virtual void Trk::ITrackSummaryTool::updateTrackSummary ( const EventContext & ctx,
Track & track ) const
pure virtual

method which can be used to update the summary of a track it, without doing shared hit/ or hole search.

If a summary is present is modified in place otherwise a new one is created.

Implemented in Trk::IExtendedTrackSummaryTool.


The documentation for this class was generated from the following file: