ATLAS Offline Software
GeometryContextAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ACTSGEOMETRY_GeometryContextCondAlg_H
6 #define ACTSGEOMETRY_GeometryContextCondAlg_H
7 
8 // ATHENA
12 
13 // PACKAGE
16 
17 namespace ActsTrk {
19  public:
20  using AthReentrantAlgorithm::AthReentrantAlgorithm;
22 
23  StatusCode initialize() override;
24  StatusCode execute(const EventContext &ctx) const override;
25 
26 
27  private:
29 
30  SG::WriteHandleKey<GeometryContext> m_wchk{this, "ActsAlignmentKey", "ActsAlignment", "cond handle key"};
31  };
32 }
33 #endif
ReadHandleKeyArray.h
SG::HandleKeyArray
Definition: StoreGate/StoreGate/HandleKeyArray.h:45
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
GeometryContext.h
ActsTrk::GeometryContextAlg::m_wchk
SG::WriteHandleKey< GeometryContext > m_wchk
Definition: GeometryContextAlg.h:30
ActsTrk::GeometryContextAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition: GeometryContextAlg.cxx:29
ActsTrk::GeometryContextAlg
Definition: GeometryContextAlg.h:18
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
ActsTrk::GeometryContextAlg::~GeometryContextAlg
virtual ~GeometryContextAlg()
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
DetectorAlignStore.h
ActsTrk::GeometryContextAlg::m_alignStoreKeys
SG::ReadHandleKeyArray< DetectorAlignStore > m_alignStoreKeys
Definition: GeometryContextAlg.h:28
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MdtCalibInput.h:31
ActsTrk::GeometryContextAlg::initialize
StatusCode initialize() override
Definition: GeometryContextAlg.cxx:22