18#ifndef CALOCLUSTERCORRECTION_CALOSCALECLUSTER_H
19#define CALOCLUSTERCORRECTION_CALOSCALECLUSTER_H
76 {
this,
"correction",
"Arrays of function parameters" };
80 {
this,
"degree",
"Degree of the polynomial interpolation" };
84 {
this,
"etamax",
"Maximum eta for which this correction is defined" };
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
Simple multidimensional arrays.
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
This class groups all DetDescr information related to a CaloCell.
EM calorimeter containment correction.
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
Constant< CxxUtils::Array< 2 > > m_correction
Calibration constant: tabulated arrays of function parameters.
Constant< float > m_etamax
Calibration constant: maximum eta for which this correction is defined.
Constant< int > m_degree
Calibration constant: degree of the polynomial interpolation.
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.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.