Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
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." };
81 #endif // not CALOCLUSTERCORRECTION_CALOSWTRANSITIONREGIONSCORR_H
Constant< float > m_etamin_TR00
Calibration constants: The range over which this correction is defined.
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
Constant< float > m_etamax_TR00
Constant< float > m_etamin_TR08
Simple multidimensional arrays.
Description of a calorimeter cluster.
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.
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
Constant< bool > m_use_raw_eta
Calibration constant: If true, tabulated values are in terms of raw (local) eta.
Context object for retrieving ToolConstant values.
Constant< CxxUtils::Array< 2 > > m_correction
Calibration constant: The tabulated array of correction parameters.
Code common to cluster corrections.
Constant< float > m_etamax_TR08