|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CALOCLUSTERCORRECTION_CALOSWDEADOTX_PS_H
6 #define CALOCLUSTERCORRECTION_CALOSWDEADOTX_PS_H
14 #include "GaudiKernel/ToolHandle.h"
61 "LArAffectedRegionKey",
"LArAffectedRegionInfo",
"SG key for affected regions cond object"};
62 ToolHandle<ICaloAffectedTool>
m_affectedTool{
this,
"AffectedTool",
"CaloAffectedTool",
"affected tool instance"};
66 Constant<CxxUtils::Array<2> >
m_sampling_depth {
this,
"sampling_depth",
""};
69 Constant<float>
m_etamax {
this,
"etamax",
"" };
Constant< float > m_eta_start_crack
Constant< bool > m_use_raw_eta
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
ToolHandle< ICaloAffectedTool > m_affectedTool
Simple multidimensional arrays.
Description of a calorimeter cluster.
SG::ReadCondHandleKey< CaloAffectedRegionInfoVec > m_affKey
::StatusCode StatusCode
StatusCode definition for legacy code.
Constant< float > m_etamax
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
virtual StatusCode initialize() override
Initialize method.
Context object for retrieving ToolConstant values.
Constant< float > m_eta_end_crack
Constant< CxxUtils::Array< 3 > > m_correction
Code common to cluster corrections.
Constant< CxxUtils::Array< 2 > > m_sampling_depth
virtual void makeTheCorrection(const Context &myctx, xAOD::CaloCluster *cluster, const CaloDetDescrElement *elt, float eta, float adj_eta, float phi, float adj_phi, CaloSampling::CaloSample samp) const override
Virtual function for the correction-specific code.