ATLAS Offline Software
Loading...
Searching...
No Matches
PrdAssociationAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSTRK_PROASSOCIATION_ALG_H
6#define ACTSTRK_PROASSOCIATION_ALG_H
7
13
14namespace ActsTrk {
15
17 : public AthReentrantAlgorithm {
18public:
19 using AthReentrantAlgorithm::AthReentrantAlgorithm;
20 virtual ~PrdAssociationAlg() override = default;
21
22 virtual StatusCode initialize() override;
23 virtual StatusCode execute(const EventContext& ctx) const override;
24 virtual StatusCode finalize() override;
25
26private:
28 "Input Acts Tracks"};
29
31 "Map of used measurements from previous tracking pass"};
32
34 "Map of used measurements"};
35
36private:
44
45 mutable std::array<std::atomic<unsigned int>, kNStat> m_stat ATLAS_THREAD_SAFE {};
46};
47
48}
49
50#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadHandleKey< ActsTrk::TrackContainer > m_inputTrackCollections
SG::ReadHandleKey< ActsTrk::PrepRawDataAssociation > m_inputPrdMap
virtual StatusCode finalize() override
virtual ~PrdAssociationAlg() override=default
SG::WriteHandleKey< ActsTrk::PrepRawDataAssociation > m_outputPrdMap
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
std::array< std::atomic< unsigned int >, kNStat > m_stat ATLAS_THREAD_SAFE
An algorithm that can be simultaneously executed in multiple threads.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...