5#ifndef CALOCLUSTERCORRECTION_CALOCLUSTERBADCHANNELLIST_H
6#define CALOCLUSTERCORRECTION_CALOCLUSTERBADCHANNELLIST_H
20#include "GaudiKernel/ToolHandle.h"
32 const std::string& name,
33 const IInterface* parent);
45 ToolHandle<ICaloBadChanTool>
m_badChannelTool{
this,
"badChannelTool",
"CaloBadChanTool"
46 ,
"Tool handle for bad channel"};
CaloClusterBadChannelList(const std::string &type, const std::string &name, const IInterface *parent)
virtual void makeCorrection(const Context &myctx, xAOD::CaloCluster *cluster) const override
virtual StatusCode initialize() override
Initialize method.
ToolHandle< ICaloBadChanTool > m_badChannelTool
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.