![]() |
ATLAS Offline Software
|
Algorithm reconstructing tracks from hits. More...
#include <AFP_TDLocRecoTool.h>
Public Member Functions | |
AFP_TDLocRecoTool (const std::string &type, const std::string &name, const IInterface *parent) | |
~AFP_TDLocRecoTool () override | |
Does nothing. More... | |
StatusCode | initialize () override |
StatusCode | execute (const EventContext &ctx) const override |
Run pixel clustering tool and next run track reconstruction tools. More... | |
StatusCode | finalize () override |
Does nothing. More... | |
Private Attributes | |
ToolHandleArray< IAFPTDLocRecoTrackAlgTool > | m_recoToolsList {this,"RecoToolsList",{},"List of AFP ToF track reconstruction tools"} |
Vector of tool handles to be used for tracks reconstruction. More... | |
SG::WriteHandleKeyArray< xAOD::AFPToFTrackContainer > | m_arrayOfWriteHandleKeys {this, "AFPToFTrackContainerList", {"AFPToFTrackContainer"}, "List of output containers"} |
Array of unique write handle keys for track output containers. More... | |
Algorithm reconstructing tracks from hits.
Definition at line 27 of file AFP_TDLocRecoTool.h.
AFP_TDLocRecoTool::AFP_TDLocRecoTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 9 of file AFP_TDLocRecoTool.cxx.
|
inlineoverride |
|
override |
Run pixel clustering tool and next run track reconstruction tools.
Definition at line 104 of file AFP_TDLocRecoTool.cxx.
|
override |
Does nothing.
Definition at line 135 of file AFP_TDLocRecoTool.cxx.
|
override |
Definition at line 18 of file AFP_TDLocRecoTool.cxx.
|
private |
Array of unique write handle keys for track output containers.
Each write handle key has to be unique and in sync with m_recoToolsList. It's possible for several track reco algorithms contributing to the common container. Ideally, one should setup track reco containers (in AFP_LocReco/AFP_LocReco.py) and let the python script pick unique names.
Definition at line 53 of file AFP_TDLocRecoTool.h.
|
private |
Vector of tool handles to be used for tracks reconstruction.
Each station has its own track reco algorithm. This array contains all of them
Definition at line 48 of file AFP_TDLocRecoTool.h.