12#ifndef CALOCLUSTERCORRECTION_CALOSWTRANSITIONREGIONSCORR_H
13#define CALOCLUSTERCORRECTION_CALOSWTRANSITIONREGIONSCORR_H
62 {
this,
"etamin_TR00",
"The range over which this correction is defined." };
64 {
this,
"etamax_TR00",
"The range over which this correction is defined." };
66 {
this,
"etamin_TR08",
"The range over which this correction is defined." };
68 {
this,
"etamax_TR08",
"The range over which this correction is defined." };
72 {
this,
"correction",
"The tabulated array of correction parameters." };
77 {
this,
"use_raw_eta",
"If true, tabulated values are in terms of raw (local) eta." };
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.
Constant< float > m_etamax_TR08
Constant< CxxUtils::Array< 2 > > m_correction
Calibration constant: The tabulated array of correction parameters.
Constant< float > m_etamin_TR08
Constant< float > m_etamin_TR00
Calibration constants: The range over which this correction is defined.
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
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.
Constant< bool > m_use_raw_eta
Calibration constant: If true, tabulated values are in terms of raw (local) eta.
Constant< float > m_etamax_TR00
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.