ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSegmentMergingAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MOOSEGMENTFINDERS_MUONSEGMENTMERGINGALG_H
6#define MOOSEGMENTFINDERS_MUONSEGMENTMERGINGALG_H
7
9
13
15 public:
16 using AthReentrantAlgorithm::AthReentrantAlgorithm;
17 virtual StatusCode initialize() override final;
18 virtual StatusCode execute(const EventContext& ctx) const final;
19 private:
21
22 SG::WriteHandleKey<Trk::SegmentCollection> m_writeKey{this, "WriteKey", "TrackMuonSegments"};
23
24 Gaudi::Property<bool> m_hardCopy{this, "hardCopy", false};
25};
26
27#endif
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const final
SG::WriteHandleKey< Trk::SegmentCollection > m_writeKey
SG::ReadHandleKeyArray< Trk::SegmentCollection > m_inKeys
Gaudi::Property< bool > m_hardCopy
virtual StatusCode initialize() override final
Property holding a SG store/key/clid from which a WriteHandle is made.
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray