4#ifndef MUONINFERENCE_SEGMENTEDGEINFERENCEALG_H
5#define MUONINFERENCE_SEGMENTEDGEINFERENCEALG_H
17 using AthReentrantAlgorithm::AthReentrantAlgorithm;
19 StatusCode
execute(
const EventContext& ctx)
const override;
23 ToolHandle<ISegmentEdgeClassifierTool>
m_edgeClassifier{
this,
"EdgeClassifierTool",
"MuonML::SegmentEdgeClassifierTool/SegmentEdgeClassifierTool"};
24 ToolHandle<ISegmentTrackCandidateBuilderTool>
m_candidateBuilder{
this,
"CandidateBuilderTool",
"MuonML::SegmentTrackCandidateBuilderTool/SegmentTrackCandidateBuilderTool"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteDecorHandleKey< xAOD::MuonSegmentContainer > m_candidateDecorKey
ToolHandle< ISegmentEdgeClassifierTool > m_edgeClassifier
StatusCode execute(const EventContext &ctx) const override
StatusCode initialize() override
ToolHandle< ISegmentTrackCandidateBuilderTool > m_candidateBuilder
SG::ReadHandleKey< xAOD::MuonSegmentContainer > m_segmentKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.