ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Calorimeter
CaloAlignment
CaloAlignmentAlgs
src
CaloSuperCellAlignCondAlg.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_CALOSUPERCELLALIGNCONDALG_H
6
#define CALOALIGNMENTALGS_CALOSUPERCELLALIGNCONDALG_H
7
8
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
StoreGate/WriteCondHandleKey.h
"
11
#include "GaudiKernel/ToolHandle.h"
12
13
#include "
CaloDetDescr/CaloDetDescrManager.h
"
14
#include "
CaloDetDescr/ICaloSuperCellIDTool.h
"
15
22
23
class
CaloSuperCellAlignCondAlg
final :
public
AthCondAlgorithm
24
{
25
public
:
26
using
AthCondAlgorithm::AthCondAlgorithm;
27
virtual
~CaloSuperCellAlignCondAlg
() =
default
;
28
29
virtual
StatusCode
initialize
()
override
;
30
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
31
32
private
:
33
SG::ReadCondHandleKey<CaloDetDescrManager>
m_readCaloMgrKey
{this
34
,
"CaloDetDescrManager"
35
,
"CaloDetDescrManager"
36
,
"SG key of the resulting CaloDetDescrManager"
};
37
38
SG::WriteCondHandleKey<CaloSuperCellDetDescrManager>
m_writeCaloSuperCellMgrKey
{this
39
,
"CaloSuperCellDetDescrManager"
40
,
"CaloSuperCellDetDescrManager"
41
,
"SG key of the resulting CaloSuperCellDetDescrManager"
};
42
43
ToolHandle<ICaloSuperCellIDTool>
m_scidTool
{this
44
,
"CaloSuperCellIDTool"
45
,
"CaloSuperCellIDTool"
46
,
"Offline / SuperCell ID mapping tool"
};
47
};
48
49
#endif
AthCondAlgorithm.h
Base class for conditions algorithms.
CaloDetDescrManager.h
Definition of CaloDetDescrManager.
ICaloSuperCellIDTool.h
ReadCondHandleKey.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
CaloSuperCellAlignCondAlg
Condition Algorithm for making CaloSuperCellDetDescrManager condition object.
Definition
CaloSuperCellAlignCondAlg.h:24
CaloSuperCellAlignCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
CaloSuperCellAlignCondAlg.cxx:23
CaloSuperCellAlignCondAlg::m_writeCaloSuperCellMgrKey
SG::WriteCondHandleKey< CaloSuperCellDetDescrManager > m_writeCaloSuperCellMgrKey
Definition
CaloSuperCellAlignCondAlg.h:38
CaloSuperCellAlignCondAlg::~CaloSuperCellAlignCondAlg
virtual ~CaloSuperCellAlignCondAlg()=default
CaloSuperCellAlignCondAlg::initialize
virtual StatusCode initialize() override
Definition
CaloSuperCellAlignCondAlg.cxx:12
CaloSuperCellAlignCondAlg::m_scidTool
ToolHandle< ICaloSuperCellIDTool > m_scidTool
Definition
CaloSuperCellAlignCondAlg.h:43
CaloSuperCellAlignCondAlg::m_readCaloMgrKey
SG::ReadCondHandleKey< CaloDetDescrManager > m_readCaloMgrKey
Definition
CaloSuperCellAlignCondAlg.h:33
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Generated on
for ATLAS Offline Software by
1.17.0