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 PrdAssociationAlg(const std::string& name,
20 ISvcLocator* pSvcLocator);
21 virtual ~PrdAssociationAlg() override = default;
22
23 virtual StatusCode initialize() override;
24 virtual StatusCode execute(const EventContext& ctx) const override;
25 virtual StatusCode finalize() override;
26
27private:
29 "Input Acts Tracks"};
30
32 "Map of used measurements from previous tracking pass"};
33
35 "Map of used measurements"};
36
37private:
45
46 mutable std::array<std::atomic<unsigned int>, kNStat> m_stat ATLAS_THREAD_SAFE {};
47};
48
49}
50
51#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
PrdAssociationAlg(const std::string &name, ISvcLocator *pSvcLocator)
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...