ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonPhaseII
MuonCnv
xAODMuonViewAlgs
src
SegmentViewAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef XAODMUONMEASVIEWALGS_SEGMENTVIEWALG_H
5
#define XAODMUONMEASVIEWALGS_SEGMENTVIEWALG_H
6
7
#include <
AthenaBaseComps/AthReentrantAlgorithm.h
>
8
#include <
StoreGate/ReadHandleKeyArray.h
>
9
#include <
StoreGate/WriteHandleKey.h
>
10
#include <
xAODMuon/MuonSegmentContainer.h
>
11
namespace
MuonR4
{
12
class
SegmentViewAlg
:
public
AthReentrantAlgorithm
{
13
public
:
14
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
15
16
StatusCode
initialize
()
override
final
;
17
StatusCode
execute
(
const
EventContext& ctx)
const
override
final
;
18
private
:
19
SG::ReadHandleKeyArray<xAOD::MuonSegmentContainer>
m_readKeys
{
this
,
"SegmentsKeys"
, {}};
20
SG::WriteHandleKey<xAOD::MuonSegmentContainer>
m_writeKey
{
this
,
"ViewKey"
,
""
};
21
22
};
23
}
24
25
#endif
AthReentrantAlgorithm.h
MuonSegmentContainer.h
ReadHandleKeyArray.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
MuonR4::SegmentViewAlg
Definition
SegmentViewAlg.h:12
MuonR4::SegmentViewAlg::m_readKeys
SG::ReadHandleKeyArray< xAOD::MuonSegmentContainer > m_readKeys
Definition
SegmentViewAlg.h:19
MuonR4::SegmentViewAlg::execute
StatusCode execute(const EventContext &ctx) const override final
Definition
SegmentViewAlg.cxx:18
MuonR4::SegmentViewAlg::initialize
StatusCode initialize() override final
Definition
SegmentViewAlg.cxx:8
MuonR4::SegmentViewAlg::m_writeKey
SG::WriteHandleKey< xAOD::MuonSegmentContainer > m_writeKey
Definition
SegmentViewAlg.h:20
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
MuonR4
This header ties the generic definitions in this package.
Definition
GlobalPattern.h:14
SG::ReadHandleKeyArray
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray
Definition
StoreGate/StoreGate/ReadHandleKeyArray.h:32
Generated on
for ATLAS Offline Software by
1.17.0