ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
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

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. More...
 
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. More...
 
virtual void updateAdditionalInfo (Track &track) const =0
 method to update additional information (PID,shared hits, dEdX), this is optimised for track collection merging. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

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 26 of file ITrackSummaryTool.h.

Member Function Documentation

◆ interfaceID()

const InterfaceID & Trk::ITrackSummaryTool::interfaceID ( )
inlinestatic

Definition at line 69 of file ITrackSummaryTool.h.

70 {
71  return IID_ITrackSummaryTool;
72 }

◆ 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

◆ updateAdditionalInfo()

virtual void Trk::ITrackSummaryTool::updateAdditionalInfo ( Track track) const
pure virtual

method to update additional information (PID,shared hits, dEdX), this is optimised for track collection merging.

Implemented in Trk::IExtendedTrackSummaryTool.

◆ 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.


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