ATLAS Offline Software
Loading...
Searching...
No Matches
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
AthReentrantAlgorithm.h
DetectorAlignStore.h
GeometryContext.h
ReadHandleKeyArray.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
ActsTrk::GeometryContextAlg
Definition
GeometryContextAlg.h:18
ActsTrk::GeometryContextAlg::initialize
StatusCode initialize() override
Definition
GeometryContextAlg.cxx:22
ActsTrk::GeometryContextAlg::m_wchk
SG::WriteHandleKey< GeometryContext > m_wchk
Definition
GeometryContextAlg.h:30
ActsTrk::GeometryContextAlg::~GeometryContextAlg
virtual ~GeometryContextAlg()
ActsTrk::GeometryContextAlg::m_alignStoreKeys
SG::ReadHandleKeyArray< DetectorAlignStore > m_alignStoreKeys
Definition
GeometryContextAlg.h:28
ActsTrk::GeometryContextAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition
GeometryContextAlg.cxx:29
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
SG::ReadHandleKeyArray
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray
Definition
StoreGate/StoreGate/ReadHandleKeyArray.h:32
Generated on
for ATLAS Offline Software by
1.14.0