ATLAS Offline Software
|
Interface for AFP tools that reconstruct tracks from silicon detector hits. More...
#include <IAFPSiDLocRecoTrackAlgTool.h>
Public Member Functions | |
DeclareInterfaceID (IAFPSiDLocRecoTrackAlgTool, 1, 0) | |
virtual StatusCode | reconstructTracks (std::unique_ptr< xAOD::AFPTrackContainer > &outputContainer, const EventContext &ctx) const =0 |
run tracks reconstruction More... | |
virtual const std::string & | outputContainerName () const =0 |
StoreGate name of the container where the reconstructed will be saved. More... | |
Interface for AFP tools that reconstruct tracks from silicon detector hits.
Definition at line 26 of file IAFPSiDLocRecoTrackAlgTool.h.
IAFPSiDLocRecoTrackAlgTool::DeclareInterfaceID | ( | IAFPSiDLocRecoTrackAlgTool | , |
1 | , | ||
0 | |||
) |
|
pure virtual |
StoreGate name of the container where the reconstructed will be saved.
|
pure virtual |
run tracks reconstruction
The method that does the actual tracks reconstruction. It reads silicon detector hits from StoreGate, reconstructs tracks and saves to the container passed in the argument.
outputcontainer | pointer to the container in which reconstructed tracks will be saved |