![]() |
ATLAS Offline Software
|
Interface for tools that produce track candidates using traccc-based tracking via inference with the TritonTool. More...
#include <ITracccTritonTool.h>
Public Member Functions | |
| DeclareInterfaceID (ITracccTritonTool, 1, 0) | |
| virtual StatusCode | getTracks (std::vector< TracccCell > &cells, std::vector< TracccTrackParameters > &TracccTrackParameters, std::vector< LocalMeasurementInfoInTracks > &TracccMeasurementInfoInTracks) const =0 |
| Get track candidates from hits. | |
Interface for tools that produce track candidates using traccc-based tracking via inference with the TritonTool.
Definition at line 55 of file ITracccTritonTool.h.
| ITracccTritonTool::DeclareInterfaceID | ( | ITracccTritonTool | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
Get track candidates from hits.
| cells | a vector of hits per cell |
| TracccTrackParameters | a vector of fitted track parameters |
| TracccMeasurementInfoInTracks | a vector of measurements per fitted track |