ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonPhaseII
MuonLearning
MuonInferenceInterfaces
MuonInferenceInterfaces
ISegmentTrackCandidateBuilderTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef MUONINFERENCEINTERFACES_ISEGMENTTRACKCANDIDATEBUILDERTOOL_H
5
#define MUONINFERENCEINTERFACES_ISEGMENTTRACKCANDIDATEBUILDERTOOL_H
6
7
#include "GaudiKernel/IAlgTool.h"
8
#include "GaudiKernel/EventContext.h"
9
#include "
MuonInferenceInterfaces/SegmentEdgeData.h
"
10
11
namespace
MuonML
{
31
class
ISegmentTrackCandidateBuilderTool
:
virtual
public
IAlgTool {
32
public
:
33
virtual
~ISegmentTrackCandidateBuilderTool
() =
default
;
34
DeclareInterfaceID
(
ISegmentTrackCandidateBuilderTool
, 1, 0);
35
41
virtual
StatusCode
buildCandidates
(
const
EventContext& ctx,
42
const
SegmentEdgeGraph
& graph,
43
const
std::vector<SegmentEdgeScore>& scores,
44
std::vector<std::vector<unsigned>>& candidateIdsPerSegment)
const
= 0;
45
};
46
}
47
#endif
SegmentEdgeData.h
MuonML::ISegmentTrackCandidateBuilderTool
Interface for building track candidates from classified segment edges.
Definition
ISegmentTrackCandidateBuilderTool.h:31
MuonML::ISegmentTrackCandidateBuilderTool::buildCandidates
virtual StatusCode buildCandidates(const EventContext &ctx, const SegmentEdgeGraph &graph, const std::vector< SegmentEdgeScore > &scores, std::vector< std::vector< unsigned > > &candidateIdsPerSegment) const =0
Build track candidates by extracting high-confidence edge paths from the classified graph.
MuonML::ISegmentTrackCandidateBuilderTool::DeclareInterfaceID
DeclareInterfaceID(ISegmentTrackCandidateBuilderTool, 1, 0)
MuonML::ISegmentTrackCandidateBuilderTool::~ISegmentTrackCandidateBuilderTool
virtual ~ISegmentTrackCandidateBuilderTool()=default
MuonML
Definition
BucketGraphUtils.h:19
MuonML::SegmentEdgeGraph
Definition
SegmentEdgeData.h:15
Generated on
for ATLAS Offline Software by
1.17.0