ATLAS Offline Software
Public Member Functions | List of all members
ActsTrk::IProtoTrackCreatorTool Class Referenceabstract

#include <IProtoTrackCreatorTool.h>

Inheritance diagram for ActsTrk::IProtoTrackCreatorTool:
Collaboration diagram for ActsTrk::IProtoTrackCreatorTool:

Public Member Functions

 DeclareInterfaceID (IProtoTrackCreatorTool, 1, 0)
 
virtual StatusCode findProtoTracks (const EventContext &ctx, const xAOD::PixelClusterContainer &pixelContainer, const xAOD::StripClusterContainer &stripContainer, std::vector< ActsTrk::ProtoTrack > &foundProtoTracks) const =0
 EF-style pattern recognition to create prototracks. More...
 

Detailed Description

Definition at line 24 of file IProtoTrackCreatorTool.h.

Member Function Documentation

◆ DeclareInterfaceID()

ActsTrk::IProtoTrackCreatorTool::DeclareInterfaceID ( IProtoTrackCreatorTool  ,
,
 
)

◆ findProtoTracks()

virtual StatusCode ActsTrk::IProtoTrackCreatorTool::findProtoTracks ( const EventContext &  ctx,
const xAOD::PixelClusterContainer pixelContainer,
const xAOD::StripClusterContainer stripContainer,
std::vector< ActsTrk::ProtoTrack > &  foundProtoTracks 
) const
pure virtual

EF-style pattern recognition to create prototracks.

Parameters
ctxEvent context
pixelContainerpixel cluster
stripContainersct cluster
foundProtoTracksvector to hold the found proto tracks - will be populated by the method. Method will not discard existing content

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