ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Trk::ITrackMatchingTool Class Referenceabstract

The abstract interface base class for Track matching tools. More...

#include <ITrackMatchingTool.h>

Inheritance diagram for Trk::ITrackMatchingTool:
Collaboration diagram for Trk::ITrackMatchingTool:

Public Member Functions

virtual Trk::TrackMatchingProperties doMatchingOfTracks (const Trk::Track &innerTrack, const Trk::Track &outerTrack) const =0
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

The abstract interface base class for Track matching tools.

The goal is to match track collections at a particular boundary surface.

Author
Manuel Kayl, November 2009

Definition at line 27 of file Tracking/TrkTools/TrkToolInterfaces/TrkToolInterfaces/ITrackMatchingTool.h.

Member Function Documentation

◆ doMatchingOfTracks()

virtual Trk::TrackMatchingProperties Trk::ITrackMatchingTool::doMatchingOfTracks ( const Trk::Track innerTrack,
const Trk::Track outerTrack 
) const
pure virtual

◆ interfaceID()

static const InterfaceID& Trk::ITrackMatchingTool::interfaceID ( )
inlinestatic

Definition at line 31 of file Tracking/TrkTools/TrkToolInterfaces/TrkToolInterfaces/ITrackMatchingTool.h.

32  {
33  return IID_ITrackMatchingTool;
34  }

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