ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArROD
src
LArSuperCellBCIDAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
15
16
#ifndef LARROD_LARSUPERCELLBCIDALG
17
#define LARROD_LARSUPERCELLBCIDALG
18
19
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
20
#include "GaudiKernel/ToolHandle.h"
21
#include "
StoreGate/ReadHandleKey.h
"
22
#include "
StoreGate/ReadCondHandleKey.h
"
23
#include "
StoreGate/WriteHandleKey.h
"
24
#include "
CaloEvent/CaloCellContainer.h
"
25
#include "
CaloEvent/CaloBCIDAverage.h
"
26
27
class
LArOnline_SuperCellID
;
28
class
LArOnOffIdMapping
;
29
30
class
LArSuperCellBCIDAlg
:
public
AthReentrantAlgorithm
31
{
32
33
public :
34
LArSuperCellBCIDAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
35
virtual
~LArSuperCellBCIDAlg
() { }
36
StatusCode
initialize
();
37
StatusCode
finalize
() {
return
StatusCode::SUCCESS;}
38
StatusCode
execute
(
const
EventContext& context)
const
;
39
40
private
:
41
43
SG::ReadHandleKey<CaloCellContainer>
m_sCellContainerInKey
44
{
this
,
"SCellContainerIn"
,
"SCellContainer"
,
45
"SG key for the input supercell LAr channel container"
};
46
48
SG::WriteHandleKey<CaloCellContainer>
m_sCellContainerOutKey
49
{
this
,
"SCellContainerOut"
,
"SCell"
,
50
"SG key for the output supercell LAr channel container"
};
51
53
SG::ReadHandleKey<CaloBCIDAverage>
m_bcidAvgKey
54
{
this
,
"BCIDAvgKey"
,
"CaloBCIDAverageSC"
,
""
};
55
57
SG::ReadCondHandleKey<LArOnOffIdMapping>
m_cablingKey
58
{
this
,
"CablingKey"
,
"LArOnOffIdMapSC"
,
"SG Key of LArOnOffIdMapping object"
};
59
60
//Identifier helper
61
const
LArOnline_SuperCellID
*
m_laronline_id
=
nullptr
;
62
63
};
64
65
#endif
AthReentrantAlgorithm.h
CaloBCIDAverage.h
CaloCellContainer.h
ReadCondHandleKey.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
LArOnOffIdMapping
Definition
LArOnOffIdMapping.h:20
LArOnline_SuperCellID
Definition
LArOnline_SuperCellID.h:21
LArSuperCellBCIDAlg::finalize
StatusCode finalize()
Definition
LArSuperCellBCIDAlg.h:37
LArSuperCellBCIDAlg::initialize
StatusCode initialize()
Definition
LArSuperCellBCIDAlg.cxx:25
LArSuperCellBCIDAlg::execute
StatusCode execute(const EventContext &context) const
Definition
LArSuperCellBCIDAlg.cxx:37
LArSuperCellBCIDAlg::m_sCellContainerOutKey
SG::WriteHandleKey< CaloCellContainer > m_sCellContainerOutKey
Property: SG key for the output supercell LAr channel container.
Definition
LArSuperCellBCIDAlg.h:49
LArSuperCellBCIDAlg::LArSuperCellBCIDAlg
LArSuperCellBCIDAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArSuperCellBCIDAlg.cxx:19
LArSuperCellBCIDAlg::m_cablingKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Property SG Key for the OnOffMapping.
Definition
LArSuperCellBCIDAlg.h:58
LArSuperCellBCIDAlg::m_bcidAvgKey
SG::ReadHandleKey< CaloBCIDAverage > m_bcidAvgKey
Property SG Key for the CaloLumiBCID.
Definition
LArSuperCellBCIDAlg.h:54
LArSuperCellBCIDAlg::m_sCellContainerInKey
SG::ReadHandleKey< CaloCellContainer > m_sCellContainerInKey
Property: SG key for the input calorimeter cell container.
Definition
LArSuperCellBCIDAlg.h:44
LArSuperCellBCIDAlg::m_laronline_id
const LArOnline_SuperCellID * m_laronline_id
Definition
LArSuperCellBCIDAlg.h:61
LArSuperCellBCIDAlg::~LArSuperCellBCIDAlg
virtual ~LArSuperCellBCIDAlg()
Definition
LArSuperCellBCIDAlg.h:35
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0