ATLAS Offline Software
|
Interface for AFP tools that reconstruct tracks from time of fight detector hits. More...
#include <IAFPTDLocRecoTrackAlgTool.h>
Public Member Functions | |
DeclareInterfaceID (IAFPTDLocRecoTrackAlgTool, 1, 0) | |
virtual StatusCode | reconstructTracks (std::unique_ptr< xAOD::AFPToFTrackContainer > &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 time of fight detector hits.
Definition at line 28 of file IAFPTDLocRecoTrackAlgTool.h.
IAFPTDLocRecoTrackAlgTool::DeclareInterfaceID | ( | IAFPTDLocRecoTrackAlgTool | , |
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 time of flight 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 |