ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Calorimeter
CaloAlignment
CaloAlignmentAlgs
src
CaloAlignCondAlg.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 CALOALIGNMENTALGS_CALOALIGNCONDALG_H
6
#define CALOALIGNMENTALGS_CALOALIGNCONDALG_H
7
8
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
StoreGate/WriteCondHandleKey.h
"
11
12
#include "
GeoModelUtilities/GeoAlignmentStore.h
"
13
#include "
CaloConditions/CaloCellPositionShift.h
"
14
#include "
CaloDetDescr/CaloDetDescrManager.h
"
15
22
23
class
CaloAlignCondAlg
final :
public
AthCondAlgorithm
24
{
25
public
:
26
using
AthCondAlgorithm::AthCondAlgorithm;
27
virtual
~CaloAlignCondAlg
() =
default
;
28
29
virtual
StatusCode
initialize
()
override
;
30
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
31
32
private
:
33
SG::ReadCondHandleKey<GeoAlignmentStore>
m_readKeyGeoAlign
{this
34
,
"LArAlignmentStore"
35
,
"LArAlignmentStore"
36
,
"SG key of the GeoAlignmentStore for LAr"
};
37
38
SG::ReadCondHandleKey<CaloRec::CaloCellPositionShift>
m_readKeyCellPosShift
{this
39
,
"CaloCellPositionShiftFolder"
40
,
"LArCellPositionShift"
41
,
"SG key of the CaloCellPositionShift"
};
42
43
SG::WriteCondHandleKey<CaloDetDescrManager>
m_writeCaloMgrKey
{this
44
,
"CaloDetDescrManager"
45
,
"CaloDetDescrManager"
46
,
"SG key of the resulting CaloDetDescrManager"
};
47
};
48
49
#endif
AthCondAlgorithm.h
Base class for conditions algorithms.
CaloCellPositionShift.h
Container for a cell-level position corrections to account for distorsion of calo shape in reconstruc...
CaloDetDescrManager.h
Definition of CaloDetDescrManager.
GeoAlignmentStore.h
ReadCondHandleKey.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
CaloAlignCondAlg
Condition Algorithm for making CaloDetDescrManager condition object.
Definition
CaloAlignCondAlg.h:24
CaloAlignCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
CaloAlignCondAlg.cxx:24
CaloAlignCondAlg::~CaloAlignCondAlg
virtual ~CaloAlignCondAlg()=default
CaloAlignCondAlg::initialize
virtual StatusCode initialize() override
Definition
CaloAlignCondAlg.cxx:13
CaloAlignCondAlg::m_readKeyCellPosShift
SG::ReadCondHandleKey< CaloRec::CaloCellPositionShift > m_readKeyCellPosShift
Definition
CaloAlignCondAlg.h:38
CaloAlignCondAlg::m_readKeyGeoAlign
SG::ReadCondHandleKey< GeoAlignmentStore > m_readKeyGeoAlign
Definition
CaloAlignCondAlg.h:33
CaloAlignCondAlg::m_writeCaloMgrKey
SG::WriteCondHandleKey< CaloDetDescrManager > m_writeCaloMgrKey
Definition
CaloAlignCondAlg.h:43
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Generated on
for ATLAS Offline Software by
1.17.0