|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LARCELLREC_LARNOISYROALG_H
6 #define LARCELLREC_LARNOISYROALG_H
24 #include "GaudiKernel/ToolHandle.h"
52 Gaudi::Property<bool>
m_isMC {
this,
"isMC",
false,
"Are we working with simu?" };
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< CaloCellContainer > m_CaloCellContainerName
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloDetDescrMgrKey
virtual StatusCode execute(const EventContext &ctx) const override
Find list of suspicious preamplifiers and Front End Boards from cell collection.
virtual StatusCode initialize() override
Definition of CaloDetDescrManager.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< LArNoisyROSummary > m_outputKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
std::map< int, int > hvmap_type
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadCondHandleKey< LArHVNMap > m_hvMapKey
SG::ReadCondHandleKey< LArBadFebCont > m_knownMNBFEBsVecKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
ToolHandle< ILArNoisyROTool > m_noisyROTool
Gaudi::Property< bool > m_isMC
LArNoisyROAlg(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadCondHandleKey< LArHVIdMapping > m_hvCablingKey
Container class for CaloCell.
SG::ReadCondHandleKey< LArBadFebCont > m_knownBadFEBsVecKey
SG::WriteDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
virtual StatusCode finalize() override