ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Muon::IMSVertexTrackletTool Class Referenceabstract

The IMSVertexTrackletTool is a pure virtual interface. More...

#include <IMSVertexTrackletTool.h>

Inheritance diagram for Muon::IMSVertexTrackletTool:
Collaboration diagram for Muon::IMSVertexTrackletTool:

Public Member Functions

virtual StatusCode findTracklets (std::vector< Tracklet > &traklets, const EventContext &ctx) const =0
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 access to tool interface More...
 

Detailed Description

The IMSVertexTrackletTool is a pure virtual interface.

Definition at line 19 of file IMSVertexTrackletTool.h.

Member Function Documentation

◆ findTracklets()

virtual StatusCode Muon::IMSVertexTrackletTool::findTracklets ( std::vector< Tracklet > &  traklets,
const EventContext &  ctx 
) const
pure virtual

Implemented in Muon::MSVertexTrackletTool.

◆ interfaceID()

const InterfaceID & Muon::IMSVertexTrackletTool::interfaceID ( )
inlinestatic

access to tool interface

Definition at line 27 of file IMSVertexTrackletTool.h.

27 { return IID_IMSVertexTrackletTool; }

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