ATLAS Offline Software
Tracking
Acts
ActsAlignmentAlgs
src
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
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
#include "
StoreGate/ReadHandleKeyArray.h
"
11
#include "
StoreGate/WriteHandleKey.h
"
12
13
// PACKAGE
14
#include "
ActsGeometryInterfaces/GeometryContext.h
"
15
#include "
ActsGeometryInterfaces/DetectorAlignStore.h
"
16
17
namespace
ActsTrk
{
18
class
GeometryContextAlg
:
public
AthReentrantAlgorithm
{
19
public
:
20
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
21
virtual
~GeometryContextAlg
();
22
23
StatusCode
initialize
()
override
;
24
StatusCode
execute
(
const
EventContext &ctx)
const override
;
25
26
27
private
:
28
SG::ReadHandleKeyArray<DetectorAlignStore>
m_alignStoreKeys
{
this
,
"AlignmentStores"
, {},
""
};
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
Generated on Wed Nov 5 2025 21:10:38 for ATLAS Offline Software by
1.8.18