|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
   39 #ifndef CALOCLUSTERCORRECTION_CALOSWCLCON_V2_H 
   40 #define CALOCLUSTERCORRECTION_CALOSWCLCON_V2_H 
  109   { 
this, 
"etamax", 
"Maximum eta for which this correction is defined." };
 
  113   { 
this, 
"degree", 
"Degree of the polynomial interpolation." };
 
  117     { 
this, 
"correction", 
"Tabulated arrays of function parameters." };
 
  122   { 
this, 
"energies", 
"Table of energies at which the correctionwas tabulated." };
 
  126   { 
this, 
"energy_degree", 
"Degree of the polynomial interpolation in energy." };
 
  131   { 
this, 
"use_raw_eta", 
"If true, tabulated values are in terms of raw (local) eta." };
 
  135 #endif // not CALOCLUSTERCORRECTION_CALOSWCLCON_V2_H 
  
Constant< float > m_etamax
Calibration constant: maximum eta for which this correction is defined.
Scalar phi() const
phi method
Scalar eta() const
pseudorapidity method
Constant< bool > m_use_raw_eta
Calibration constant: If true, tabulated values are in terms of raw (local) eta.
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
Constant< int > m_degree
Calibration constant: degree of the polynomial interpolation.
Simple multidimensional arrays.
Description of a calorimeter cluster.
Constant< int > m_energy_degree
Calibration constant: degree of the polynomial interpolation in energy.
EM calorimeter containment correction.
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< CxxUtils::Array< 1 > > m_energies
Calibration constant: table of energies at which the correction was tabulated.
Constant< CxxUtils::Array< 2 > > m_correction
Calibration constant: tabulated arrays of function parameters.
Context object for retrieving ToolConstant values.
Code common to cluster corrections.