ATLAS Offline Software
Loading...
Searching...
No Matches
CaloPhiParabola.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CALOCLUSTERCORRECTION_CALOPHIPARABOLA_H
6#define CALOCLUSTERCORRECTION_CALOPHIPARABOLA_H
7/********************************************************************
8
9NAME: CaloPhiParabola.h
10PACKAGE: offline/Calorimter/CaloClusterCorrection
11
12AUTHORS: M. Aharrouche
13CREATED: Jan 25, 2006
14
15PURPOSE: corrects for the Phi versus Ecluster modulations
16
17********************************************************************/
20
21
22
25{
26public:
29
30 virtual void makeTheCorrection (const Context& myctx,
31 xAOD::CaloCluster* cluster,
32 const CaloDetDescrElement* elt,
33 float eta,
34 float adj_eta,
35 float phi,
36 float adj_phi,
37 CaloSampling::CaloSample samp) const override;
38
39private:
40 Constant<CxxUtils::Array<2> > m_correction { this, "correction", "" };
41 Constant<CxxUtils::Array<1> > m_energies { this, "energies", "" };
42 Constant<int> m_degree { this, "degree", "" };
43};
44
45
46#endif
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
Simple multidimensional arrays.
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
This class groups all DetDescr information related to a CaloCell.
Constant< CxxUtils::Array< 2 > > m_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
CaloClusterCorrectionCommon(const std::string &type, const std::string &name, const IInterface *parent)
Inherit constructor.
Constant< int > m_degree
Constant< CxxUtils::Array< 1 > > m_energies
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.