|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef CALOCLUSTERCORRECTION_CALOSWETAOFF_V2_H
16 #define CALOCLUSTERCORRECTION_CALOSWETAOFF_V2_H
110 {
this,
"correction",
"Tabulated arrays of function parameters." };
115 {
this,
"interp_barriers",
"Allow breaking up the interpolation into independent regions." };
119 {
this,
"degree",
"Degree of the polynomial interpolation." };
124 {
this,
"energies",
"Table of energies at which the correction was tabulated." };
128 {
this,
"energy_degree",
"Degree of the polynomial interpolation in energy." };
132 #endif // not CALOCLUSTERCORRECTION_CALOSWETAOFF_V2_H
Constant< CxxUtils::Array< 3 > > m_correction
Calibration constant: tabulated arrays of function parameters.
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
Constant< CxxUtils::Array< 1 > > m_energies
Calibration constant: table of energies at which the correction was tabulated.
Simple multidimensional arrays.
Constant< int > m_degree
Calibration constant: degree of the polynomial interpolation.
Description of a calorimeter cluster.
Constant< int > m_energy_degree
Calibration constant: degree of the polynomial interpolation in energy.
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
Constant< CxxUtils::Array< 1 > > m_interp_barriers
Calibration constant: allow breaking up the interpolation into independent regions.
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.
Context object for retrieving ToolConstant values.
Code common to cluster corrections.