31#ifndef CALOCLUSTERCORRECTION_CALOSWGAP_V2_H
32#define CALOCLUSTERCORRECTION_CALOSWGAP_V2_H
127 {
this,
"etamin_crack",
"Lower end of range over which this correction is defined." };
129 {
this,
"etamax_crack",
"Upper end of range over which this correction is defined." };
133 {
this,
"degree",
"Interpolation degree." };
138 {
this,
"correction",
"The tabulated array of correction weights, A and alpha." };
143 {
this,
"use_raw_eta",
"If true, tabulated values are in terms of raw (local) eta." };
147 {
this,
"cells_name",
"AllCalo",
"The name of the container in which to look to find tile cells." };
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
Simple multidimensional arrays.
Property holding a SG store/key/clid from which a ReadHandle is made.
Container class for CaloCell.
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
This class groups all DetDescr information related to a CaloCell.
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
Constant< float > m_etamax_crack
Constant< int > m_degree
Calibration constant: The interpolation degree.
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< float > m_etamin_crack
Calibration constants: The range over which this correction is defined.
Constant< bool > m_use_raw_eta
Calibration constant: If true, tabulated values are in terms of raw (local) eta.
SG::ReadHandleKey< CaloCellContainer > m_cells_name
Property: The name of the container in which to look to find tile cells.
virtual StatusCode setCaloCellContainerName(const std::string &name) override
Change the name of the CaloCellContainer used by this tool.
Constant< CxxUtils::Array< 2 > > m_correction
Calibration constant: The tabulated array of correction weights, A and alpha.
Allow changing the name of the CaloCellContainer used by a tool.
Property holding a SG store/key/clid from which a ReadHandle is made.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.