![]() |
ATLAS Offline Software
|
#include <CaloSwApplyWgts_g3.h>
Public Member Functions | |
| virtual void | makeCorrection (const Context &myctx, xAOD::CaloCluster *cluster) const override |
| virtual StatusCode | initialize () override |
| virtual void | setsample (xAOD::CaloCluster *cluster, CaloSampling::CaloSample sampling, float em, float etam, float phim, float emax, float etamax, float phimax, float etas, float phis) const |
| virtual void | setenergy (xAOD::CaloCluster *cluster, float energy) const |
| StatusCode | execute (const EventContext &ctx, xAOD::CaloCluster *cluster) const override |
| virtual StatusCode | execute (const EventContext &ctx, xAOD::CaloClusterContainer *collection) const |
| Execute on an entire collection of clusters. | |
Protected Attributes | |
| SG::ReadCondHandleKey< CaloDetDescrManager > | m_caloMgrKey {this,"CaloDetDescrManager", "CaloDetDescrManager"} |
Private Member Functions | |
| CaloSwApplyWgts_g3 ()=delete | |
Static Private Member Functions | |
| static float | GetWgt (int table, float eta) |
Static Private Attributes | |
| static const int | s_numEtaBins =100 |
| static const float | m_table_eta [s_numEtaBins+1] |
| static const float | m_table_p [4][s_numEtaBins] |
Definition at line 27 of file CaloSwApplyWgts_g3.h.
|
privatedelete |
|
overrideinherited |
Definition at line 52 of file CaloClusterCorrection.cxx.
|
inherited |
Execute on an entire collection of clusters.
| collection | The container of clusters. |
This will iterate over all the clusters in collection and call execute on each one individually.
| collection | The container of clusters. |
| ctx | The event context. |
This will iterate over all the clusters in collection and call execute on each one individually.
Definition at line 65 of file CaloClusterProcessor.cxx.
|
staticprivate |
Definition at line 181 of file CaloSwApplyWgts_g3.cxx.
|
overridevirtualinherited |
Reimplemented in CaloClusterBadChannelList, CaloDummyCorrection, CaloFillRectangularCluster, CaloSwDeadOTX_back, CaloSwDeadOTX_ps, CaloSwGap_g3, CaloSwGap_v2, CaloSwGap_v3, CaloTopoEMGap, and CaloTopoEMlayers.
Definition at line 46 of file CaloClusterCorrection.cxx.
|
overridevirtual |
Implements CaloClusterCorrection.
Definition at line 153 of file CaloSwApplyWgts_g3.cxx.
|
virtualinherited |
Definition at line 93 of file CaloClusterCorrection.cxx.
|
virtualinherited |
Definition at line 73 of file CaloClusterCorrection.cxx.
|
protectedinherited |
Definition at line 83 of file CaloClusterCorrection.h.
|
staticprivate |
Definition at line 54 of file CaloSwApplyWgts_g3.h.
|
staticprivate |
Definition at line 72 of file CaloSwApplyWgts_g3.h.
|
staticprivate |
Definition at line 41 of file CaloSwApplyWgts_g3.h.