5#ifndef LARCELLREC_LARNOISYROALG_H
6#define LARCELLREC_LARNOISYROALG_H
24#include "GaudiKernel/ToolHandle.h"
42 LArNoisyROAlg(
const std::string &name,ISvcLocator *pSvcLocator);
44 virtual StatusCode
execute (
const EventContext& ctx)
const override;
45 virtual StatusCode
finalize()
override;
52 Gaudi::Property<bool>
m_isMC {
this,
"isMC",
false,
"Are we working with simu?" };
Definition of CaloDetDescrManager.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle 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.
Container class for CaloCell.
SG::ReadCondHandleKey< LArHVNMap > m_hvMapKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
SG::ReadCondHandleKey< LArBadFebCont > m_knownMNBFEBsVecKey
SG::WriteHandleKey< LArNoisyROSummary > m_outputKey
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode finalize() override
SG::ReadCondHandleKey< LArBadFebCont > m_knownBadFEBsVecKey
virtual StatusCode initialize() override
ToolHandle< ILArNoisyROTool > m_noisyROTool
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloDetDescrMgrKey
SG::WriteDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
std::map< int, int > hvmap_type
SG::ReadCondHandleKey< LArHVIdMapping > m_hvCablingKey
SG::ReadHandleKey< CaloCellContainer > m_CaloCellContainerName
Gaudi::Property< bool > m_isMC
LArNoisyROAlg(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.