 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LARCELLREC_LArCelldeadOTXAlg_H
6 #define LARCELLREC_LArCelldeadOTXAlg_H
29 using AthReentrantAlgorithm::AthReentrantAlgorithm;
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"};
Property holding a SG store/key/clid from which a ReadHandle is made.
const CaloCell_ID * m_calo_id
SG::ReadCondHandleKey< LArBadChannelCont > m_badSCKey
Gaudi::Property< int > m_scCut
std::vector< std::vector< uint32_t > > m_channels ATLAS_THREAD_SAFE
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
const LArOnline_SuperCellID * m_onlineSCID
SG::WriteHandleKey< LArDeadOTXFromSC > m_deadOTXFromSCKey
Definition of CaloDetDescrManager.
An algorithm that can be simultaneously executed in multiple threads.
std::vector< std::vector< float > > m_multipliers ATLAS_THREAD_SAFE
SG::ReadCondHandleKey< LArBadFebCont > m_MFKey
std::vector< HWIdentifier > m_febs ATLAS_THREAD_SAFE
const LArOnlineID * m_onlineID
virtual StatusCode initialize() override final
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
void buildMap(const EventContext &ctx, StatusCode &sc) const
Helper class for offline cell identifiers.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingSCKey
ToolHandle< ICaloSuperCellIDTool > m_scidtool
SG::ReadHandleKey< LArRawSCContainer > m_SCKey
std::once_flag m_onceFlag ATLAS_THREAD_SAFE
virtual StatusCode execute(const EventContext &ctx) const override final