5#ifndef INDETPRIVXFINDER__HOUGHVTXFINDER_H
6#define INDETPRIVXFINDER__HOUGHVTXFINDER_H
20 using AthReentrantAlgorithm::AthReentrantAlgorithm;
24 virtual StatusCode
execute(
const EventContext& ctx)
const override;
30 ToolHandle<ActsTrk::HoughVtxFinderTool>
m_VertexFinderTool{
this,
"HoughVtxFinderTool",
"",
"Hough vertex finder tool"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< xAOD::SpacePointContainer > m_inputPixelSpacePoints
SG::WriteHandleKey< xAOD::VertexContainer > m_outputHoughVtx
virtual StatusCode execute(const EventContext &ctx) const override
~HoughVtxFinder()=default
virtual StatusCode initialize() override
ToolHandle< ActsTrk::HoughVtxFinderTool > m_VertexFinderTool
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.