ATLAS Offline Software
GeometryContextAlg.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 ACTSGEOMETRY_GeometryContextCondAlg_H
6 #define ACTSGEOMETRY_GeometryContextCondAlg_H
7 
8 // ATHENA
12 
13 // PACKAGE
16 
17 namespace ActsTrk {
19  public:
20  GeometryContextAlg(const std::string &name, ISvcLocator *pSvcLocator);
22 
23  StatusCode initialize() override;
24  StatusCode execute(const EventContext &ctx) const override;
25 
26 
27  private:
29 
30  SG::WriteHandleKey<ActsGeometryContext> m_wchk{this, "ActsAlignmentKey", "ActsAlignment", "cond handle key"};
31  };
32 }
33 #endif
ReadHandleKeyArray.h
ActsGeometryContext.h
SG::HandleKeyArray
Definition: StoreGate/StoreGate/HandleKeyArray.h:38
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
ActsTrk::GeometryContextAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition: GeometryContextAlg.cxx:31
ActsTrk::GeometryContextAlg
Definition: GeometryContextAlg.h:18
SG::WriteHandleKey< ActsGeometryContext >
ActsTrk::GeometryContextAlg::m_wchk
SG::WriteHandleKey< ActsGeometryContext > m_wchk
Definition: GeometryContextAlg.h:30
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ActsTrk::GeometryContextAlg::~GeometryContextAlg
virtual ~GeometryContextAlg()
ActsTrk::GeometryContextAlg::m_alignStoreKeys
SG::ReadHandleKeyArray< ActsTrk::DetectorAlignStore > m_alignStoreKeys
Definition: GeometryContextAlg.h:28
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DetectorAlignStore.h
ActsTrk::GeometryContextAlg::GeometryContextAlg
GeometryContextAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: GeometryContextAlg.cxx:19
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
ActsTrk::GeometryContextAlg::initialize
StatusCode initialize() override
Definition: GeometryContextAlg.cxx:24