ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonPhaseII
MuonLearning
MuonInference
src
SegmentEdgeInferenceAlg.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 MUONINFERENCE_SEGMENTEDGEINFERENCEALG_H
5
#define MUONINFERENCE_SEGMENTEDGEINFERENCEALG_H
6
7
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
8
#include "
MuonInferenceInterfaces/ISegmentEdgeClassifierTool.h
"
9
#include "
MuonInferenceInterfaces/ISegmentTrackCandidateBuilderTool.h
"
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
StoreGate/WriteDecorHandleKey.h
"
12
#include "
xAODMuon/MuonSegmentContainer.h
"
13
14
namespace
MuonML
{
15
class
SegmentEdgeInferenceAlg
final :
public
AthReentrantAlgorithm
{
16
public
:
17
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
18
StatusCode
initialize
()
override
;
19
StatusCode
execute
(
const
EventContext& ctx)
const override
;
20
private
:
21
SG::ReadHandleKey<xAOD::MuonSegmentContainer>
m_segmentKey
{
this
,
"SegmentKey"
,
"MuonSegmentsFromR4"
};
22
SG::WriteDecorHandleKey<xAOD::MuonSegmentContainer>
m_candidateDecorKey
{
this
,
"CandidateDecoration"
,
"MuonSegmentsFromR4.trackCandidateIds"
};
23
ToolHandle<ISegmentEdgeClassifierTool>
m_edgeClassifier
{
this
,
"EdgeClassifierTool"
,
"MuonML::SegmentEdgeClassifierTool/SegmentEdgeClassifierTool"
};
24
ToolHandle<ISegmentTrackCandidateBuilderTool>
m_candidateBuilder
{
this
,
"CandidateBuilderTool"
,
"MuonML::SegmentTrackCandidateBuilderTool/SegmentTrackCandidateBuilderTool"
};
25
};
26
}
27
#endif
AthReentrantAlgorithm.h
ISegmentEdgeClassifierTool.h
ISegmentTrackCandidateBuilderTool.h
MuonSegmentContainer.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
MuonML::SegmentEdgeInferenceAlg
Definition
SegmentEdgeInferenceAlg.h:15
MuonML::SegmentEdgeInferenceAlg::m_candidateDecorKey
SG::WriteDecorHandleKey< xAOD::MuonSegmentContainer > m_candidateDecorKey
Definition
SegmentEdgeInferenceAlg.h:22
MuonML::SegmentEdgeInferenceAlg::m_edgeClassifier
ToolHandle< ISegmentEdgeClassifierTool > m_edgeClassifier
Definition
SegmentEdgeInferenceAlg.h:23
MuonML::SegmentEdgeInferenceAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition
SegmentEdgeInferenceAlg.cxx:17
MuonML::SegmentEdgeInferenceAlg::initialize
StatusCode initialize() override
Definition
SegmentEdgeInferenceAlg.cxx:9
MuonML::SegmentEdgeInferenceAlg::m_candidateBuilder
ToolHandle< ISegmentTrackCandidateBuilderTool > m_candidateBuilder
Definition
SegmentEdgeInferenceAlg.h:24
MuonML::SegmentEdgeInferenceAlg::m_segmentKey
SG::ReadHandleKey< xAOD::MuonSegmentContainer > m_segmentKey
Definition
SegmentEdgeInferenceAlg.h:21
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
MuonML
Definition
BucketGraphUtils.h:19
Generated on
for ATLAS Offline Software by
1.17.0