![]() |
ATLAS Offline Software
|
Seeding tool that delegates seed finding to the GNN pipeline and exposes the result through the ISeedingTool interface. More...
#include <GnnSeedingTool.h>
Public Member Functions | |
| virtual StatusCode | initialize () override |
| virtual StatusCode | createSeeds (const EventContext &ctx, const std::vector< const xAOD::SpacePointContainer * > &spacePointCollections, const Eigen::Vector3f &beamSpotPos, float bFieldInZ, ActsTrk::SeedContainer &seedContainer) const override |
Private Attributes | |
| ToolHandle< ActsTrk::IGnnPipelineTool > | m_gnnPipelineTool |
Seeding tool that delegates seed finding to the GNN pipeline and exposes the result through the ISeedingTool interface.
Each GNN track candidate is passed on as one (long) seed.
Definition at line 23 of file GnnSeedingTool.h.
|
overridevirtual |
Definition at line 18 of file GnnSeedingTool.cxx.
|
overridevirtual |
Definition at line 12 of file GnnSeedingTool.cxx.
|
private |
Definition at line 37 of file GnnSeedingTool.h.