ATLAS Offline Software
|
A road finder returns a vector of roads given a vector of hits. More...
#include <IFPGATrackSimRoadFinderTool.h>
Public Member Functions | |
DeclareInterfaceID (IFPGATrackSimRoadFinderTool, 1, 0) | |
virtual StatusCode | getRoads (const std::vector< std::shared_ptr< const FPGATrackSimHit >> &hits, std::vector< std::shared_ptr< const FPGATrackSimRoad >> &roads)=0 |
A road finder returns a vector of roads given a vector of hits.
Note that the roads are owned by the tool, and are cleared at each successive call of getRoads().
Definition at line 39 of file IFPGATrackSimRoadFinderTool.h.
IFPGATrackSimRoadFinderTool::DeclareInterfaceID | ( | IFPGATrackSimRoadFinderTool | , |
1 | , | ||
0 | |||
) |
|
pure virtual |