|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef CALOCLUSTERCORRECTION_CALOSWGAP_V3_H
12 #define CALOCLUSTERCORRECTION_CALOSWGAP_V3_H
104 virtual bool isGoodPhi(
float eta,
float phi)
const;
109 {
this,
"etamin_crack",
"Lower end of range over which this correction is defined." };
111 {
this,
"etamax_crack",
"Upper end of range over which this correction is defined." };
115 {
this,
"degree",
"Interpolation degree." };
120 {
this,
"correctionGoodPhi",
"" };
122 {
this,
"correctionBadPhi",
"" };
127 {
this,
"use_raw_eta",
"If true, tabulated values are in terms of raw (local) eta." };
129 {
this,
"use_raw_eta_boundaries",
"" };
133 {
this,
"cells_name",
"AllCalo",
"The name of the container in which to look to find tile cells." };
137 #endif // not CALOCLUSTERCORRECTION_CALOSWGAP_V3_H
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
Standard Gaudi initialize method.
Allow changing the name of the CaloCellContainer used by a tool.
virtual StatusCode setCaloCellContainerName(const std::string &name) override
Change the name of the CaloCellContainer used by this tool.
Constant< float > m_etamax_crack
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
Constant< CxxUtils::Array< 2 > > m_correctionGoodPhi
Calibration constant: The tabulated array of correction weights, A and alpha.
Simple multidimensional arrays.
SG::ReadHandleKey< CaloCellContainer > m_cells_name
Property: The name of the container in which to look to find tile cells.
Constant< bool > m_use_raw_eta_boundaries
Constant< CxxUtils::Array< 2 > > m_correctionBadPhi
Description of a calorimeter cluster.
::StatusCode StatusCode
StatusCode definition for legacy code.
Constant< int > m_degree
Calibration constant: The interpolation degree.
virtual bool isGoodPhi(float eta, float phi) const
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
Container class for CaloCell.
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.
Context object for retrieving ToolConstant values.
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.
Code common to cluster corrections.