ATLAS Offline Software
|
#include <IProtoTrackCreatorTool.h>
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... | |
Definition at line 24 of file IProtoTrackCreatorTool.h.
ActsTrk::IProtoTrackCreatorTool::DeclareInterfaceID | ( | IProtoTrackCreatorTool | , |
1 | , | ||
0 | |||
) |
|
pure virtual |
EF-style pattern recognition to create prototracks.
ctx | Event context |
pixelContainer | pixel cluster |
stripContainer | sct cluster |
foundProtoTracks | vector to hold the found proto tracks - will be populated by the method. Method will not discard existing content |