ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Rec::IMuidMuonRecovery Class Referenceabstract

Interface ID for IMuidMuonRecovery. More...

#include <IMuidMuonRecovery.h>

Inheritance diagram for Rec::IMuidMuonRecovery:
Collaboration diagram for Rec::IMuidMuonRecovery:

Public Member Functions

virtual ~IMuidMuonRecovery ()=default
 Virtual destructor. More...
 
virtual std::unique_ptr< Trk::TrackrecoverableMatch (const Trk::Track &indetTrack, const Trk::Track &spectrometerTrack, const EventContext &ctx) const =0
 IMuidMuonRecovery interface: algorithmic code for recovering muon spectrometer using the inner detector track. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool and IAlgTool interface methods. More...
 

Detailed Description

Interface ID for IMuidMuonRecovery.

Base class for MuidMuonRecovery AlgTool

Author
niels.nosp@m..van.nosp@m..eldi.nosp@m.k@ce.nosp@m.rn.ch

Definition at line 32 of file IMuidMuonRecovery.h.

Constructor & Destructor Documentation

◆ ~IMuidMuonRecovery()

virtual Rec::IMuidMuonRecovery::~IMuidMuonRecovery ( )
virtualdefault

Virtual destructor.

Member Function Documentation

◆ interfaceID()

static const InterfaceID& Rec::IMuidMuonRecovery::interfaceID ( )
inlinestatic

AlgTool and IAlgTool interface methods.

Definition at line 38 of file IMuidMuonRecovery.h.

38  {
39  static const InterfaceID IID_IMuidMuonRecovery("IMuidMuonRecovery", 1, 0);
40  return IID_IMuidMuonRecovery;
41  }

◆ recoverableMatch()

virtual std::unique_ptr<Trk::Track> Rec::IMuidMuonRecovery::recoverableMatch ( const Trk::Track indetTrack,
const Trk::Track spectrometerTrack,
const EventContext &  ctx 
) const
pure virtual

IMuidMuonRecovery interface: algorithmic code for recovering muon spectrometer using the inner detector track.

Implemented in Rec::MuidMuonRecovery.


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