ATLAS Offline Software
Loading...
Searching...
No Matches
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()

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

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

32 {
34 }
static const InterfaceID IID_ITrackMatchingTool("Trk::ITrackMatchingTool", 1, 0)

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