ATLAS Offline Software
MuonSpectrometer
MuonPhaseII
MuonCnv
xAODMuonViewAlgs
src
SegmentViewAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 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
ReadHandleKeyArray.h
MuonR4::SegmentViewAlg::m_readKeys
SG::ReadHandleKeyArray< xAOD::MuonSegmentContainer > m_readKeys
Definition:
SegmentViewAlg.h:19
SG::HandleKeyArray
Definition:
StoreGate/StoreGate/HandleKeyArray.h:38
MuonR4::SegmentViewAlg
Definition:
SegmentViewAlg.h:12
MuonSegmentContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:83
MuonR4::SegmentViewAlg::execute
StatusCode execute(const EventContext &ctx) const override final
Definition:
SegmentViewAlg.cxx:19
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition:
StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MuonR4::SegmentViewAlg::initialize
StatusCode initialize() override final
Definition:
SegmentViewAlg.cxx:9
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
MuonR4::SegmentViewAlg::m_writeKey
SG::WriteHandleKey< xAOD::MuonSegmentContainer > m_writeKey
Definition:
SegmentViewAlg.h:20
MuonR4
This header ties the generic definitions in this package.
Definition:
HoughEventData.h:16
Generated on Thu Nov 7 2024 21:25:47 for ATLAS Offline Software by
1.8.18