|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef CALOCLUSTERCORRECTION_CALOTOPOEMGAP_H
16 #define CALOCLUSTERCORRECTION_CALOTOPOEMGAP_H
74 {
this,
"etamin_crack",
"Lower edge of range over which this correction is defined." };
76 {
this,
"etamax_crack",
"Upper edge of range over which this correction is defined." };
80 {
this,
"degree",
"The interpolation degree." };
85 {
this,
"correction",
"The tabulated array of correction weights, A and alpha." };
90 {
this,
"use_raw_eta",
"If true, tabulated values are in terms of raw (local) eta." };
93 {
this,
"Cells",
"AllCalo",
"SG key for calorimeter cells" };
97 #endif // not CALOCLUSTERCORRECTION_CALOSWGAP_V2_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Constant< int > m_degree
Calibration constant: The interpolation degree.
Scalar phi() const
phi method
Constant< CxxUtils::Array< 2 > > m_correction
Calibration constant: The tabulated array of correction weights, A and alpha.
Scalar eta() const
pseudorapidity method
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
SG::ReadHandleKey< CaloCellContainer > m_cells
Simple multidimensional arrays.
Description of a calorimeter cluster.
::StatusCode StatusCode
StatusCode definition for legacy code.
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.
virtual StatusCode initialize() override
Standard Gaudi initialize method.
Constant< bool > m_use_raw_eta
Calibration constant: If true, tabulated values are in terms of raw (local) eta.
Container class for CaloCell.
Constant< float > m_etamax_crack
Constant< float > m_etamin_crack
Calibration constants: The range over which this correction is defined.
Context object for retrieving ToolConstant values.
Code common to cluster corrections.