5#ifndef LARCELLREC_LArCelldeadOTXAlg_H
6#define LARCELLREC_LArCelldeadOTXAlg_H
29 using AthReentrantAlgorithm::AthReentrantAlgorithm;
31 virtual StatusCode
initialize()
override final;
33 virtual StatusCode
execute(
const EventContext& ctx)
const override final;
44 Gaudi::Property<int>
m_scCut{
this,
"SCEneCut",70,
"Do not use super-cells with values below this cut"};
48 ToolHandle<ICaloSuperCellIDTool>
m_scidtool{
this,
"CaloSuperCellIDTool",
"CaloSuperCellIDTool",
"Offline / SuperCell ID mapping tool"};
50 void buildMap(
const EventContext& ctx, StatusCode&
sc)
const;
Definition of CaloDetDescrManager.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Helper class for offline cell identifiers.
const LArOnline_SuperCellID * m_onlineSCID
ToolHandle< ICaloSuperCellIDTool > m_scidtool
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
const LArOnlineID * m_onlineID
SG::ReadCondHandleKey< LArBadChannelCont > m_badSCKey
virtual StatusCode initialize() override final
virtual StatusCode execute(const EventContext &ctx) const override final
const CaloCell_ID * m_calo_id
std::once_flag m_onceFlag ATLAS_THREAD_SAFE
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Gaudi::Property< int > m_scCut
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingSCKey
SG::ReadHandleKey< LArRawSCContainer > m_SCKey
void buildMap(const EventContext &ctx, StatusCode &sc) const
SG::WriteHandleKey< LArDeadOTXFromSC > m_deadOTXFromSCKey
SG::ReadCondHandleKey< LArBadFebCont > m_MFKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.