ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
ITrigDkfTrackMakerTool Class Referenceabstract

#include <ITrigDkfTrackMakerTool.h>

Inheritance diagram for ITrigDkfTrackMakerTool:
Collaboration diagram for ITrigDkfTrackMakerTool:

Public Member Functions

virtual bool createDkfTrack (const Trk::Track &, std::vector< Trk::TrkBaseNode * > &, double) const =0
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 other standard AlgTool methods More...
 

Detailed Description

provides the abstract interface for the helper tool used by TrigInDetTrackFitter to convert TrigSiSpacePoint vector into vector of Trk::TrkBaseNode objects and vector of associated Trk::TrkPlanarSurface objects.

Author
D.Emeliyanov http://consult.cern.ch/xwho

Definition at line 30 of file ITrigDkfTrackMakerTool.h.

Member Function Documentation

◆ createDkfTrack()

virtual bool ITrigDkfTrackMakerTool::createDkfTrack ( const Trk::Track ,
std::vector< Trk::TrkBaseNode * > &  ,
double   
) const
pure virtual

Implemented in TrigDkfTrackMakerTool.

◆ interfaceID()

static const InterfaceID& ITrigDkfTrackMakerTool::interfaceID ( )
inlinestatic

other standard AlgTool methods

Definition at line 35 of file ITrigDkfTrackMakerTool.h.

36  { return IID_ITrigDkfTrackMakerTool; }

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