5#ifndef CALOCLUSTERCORRECTION_CALOTOPOEMSSHAPE_H
6#define CALOCLUSTERCORRECTION_CALOTOPOEMSSHAPE_H
47 Constant<CxxUtils::Array<1> >
m_P0 {
this,
"P0",
"" };
48 Constant<CxxUtils::Array<1> >
m_P1 {
this,
"P1",
"" };
49 Constant<CxxUtils::Array<1> >
m_P2 {
this,
"P2",
"" };
50 Constant<CxxUtils::Array<1> >
m_P3 {
this,
"P3",
"" };
51 Constant<CxxUtils::Array<1> >
m_P4 {
this,
"P4",
"" };
52 Constant<CxxUtils::Array<1> >
m_EtaFrontier {
this,
"EtaFrontier",
"" };
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
Principal data class for CaloCell clusters.
This class groups all DetDescr information related to a CaloCell.
Constant< CxxUtils::Array< 1 > > m_EtaFrontier
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
Virtual function for the correction-specific code.
Constant< float > m_Granularity
Constant< CxxUtils::Array< 1 > > m_P4
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
Constant< CxxUtils::Array< 1 > > m_P2
Constant< CxxUtils::Array< 1 > > m_P3
Constant< CxxUtils::Array< 1 > > m_P0
Constant< CxxUtils::Array< 1 > > m_P1
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.