ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArAlignment
LArAlignmentAlgs
src
LArAlignCondAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARALIGNMENTALGS_LARALIGNCONDALG_H
6
#define LARALIGNMENTALGS_LARALIGNCONDALG_H
7
8
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
StoreGate/WriteCondHandleKey.h
"
11
12
#include "
DetDescrConditions/DetCondKeyTrans.h
"
13
#include "
GeoModelUtilities/GeoAlignmentStore.h
"
14
#include "
GeoModelUtilities/StoredAlignX.h
"
15
16
#include "
LArGeoCode/LArAlignHelper.h
"
17
24
25
class
LArAlignCondAlg
final :
public
AthCondAlgorithm
26
{
27
public
:
28
using
AthCondAlgorithm::AthCondAlgorithm;
29
virtual
~LArAlignCondAlg
() =
default
;
30
31
virtual
StatusCode
initialize
()
override
;
32
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
33
virtual
StatusCode
finalize
()
override
{
return
StatusCode::SUCCESS;};
34
35
private
:
36
SG::ReadCondHandleKey<DetCondKeyTrans>
m_readLArAlignKey
{this
37
,
"LArAlignFolder"
38
,
"/LAR/Align"
39
,
"SG key of DetCondKeyTrans object with LAr alignments"
};
40
41
SG::WriteCondHandleKey<GeoAlignmentStore>
m_writeGeoAlignKey
{this
42
,
"LArAlignmentStore"
43
,
"LArAlignmentStore"
44
,
"SG key of the resulting GeoAlignmentStore for LAr"
};
45
46
LArAlignHelper
m_alignHelper
;
47
};
48
49
#endif
AthCondAlgorithm.h
Base class for conditions algorithms.
DetCondKeyTrans.h
GeoAlignmentStore.h
LArAlignHelper.h
ReadCondHandleKey.h
StoredAlignX.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
LArAlignCondAlg
Condition Algorithm for applying LAr Alignments.
Definition
LArAlignCondAlg.h:26
LArAlignCondAlg::m_writeGeoAlignKey
SG::WriteCondHandleKey< GeoAlignmentStore > m_writeGeoAlignKey
Definition
LArAlignCondAlg.h:41
LArAlignCondAlg::m_readLArAlignKey
SG::ReadCondHandleKey< DetCondKeyTrans > m_readLArAlignKey
Definition
LArAlignCondAlg.h:36
LArAlignCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
LArAlignCondAlg.cxx:22
LArAlignCondAlg::m_alignHelper
LArAlignHelper m_alignHelper
Definition
LArAlignCondAlg.h:46
LArAlignCondAlg::initialize
virtual StatusCode initialize() override
Definition
LArAlignCondAlg.cxx:12
LArAlignCondAlg::~LArAlignCondAlg
virtual ~LArAlignCondAlg()=default
LArAlignCondAlg::finalize
virtual StatusCode finalize() override
Definition
LArAlignCondAlg.h:33
LArAlignHelper
Helper class for applying LAr alignments either from LArDetectorToolNV or from LArAlignCondAlg.
Definition
LArAlignHelper.h:25
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Generated on
for ATLAS Offline Software by
1.17.0