ATLAS Offline Software
Loading...
Searching...
No Matches
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
11namespace MuonR4{
13 public:
14 using AthReentrantAlgorithm::AthReentrantAlgorithm;
15
16 StatusCode initialize() override final;
17 StatusCode execute(const EventContext& ctx) const override final;
18 private:
21
22 };
23}
24
25#endif
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKeyArray< xAOD::MuonSegmentContainer > m_readKeys
StatusCode execute(const EventContext &ctx) const override final
StatusCode initialize() override final
SG::WriteHandleKey< xAOD::MuonSegmentContainer > m_writeKey
Property holding a SG store/key/clid from which a WriteHandle is made.
This header ties the generic definitions in this package.
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray