![]() |
ATLAS Offline Software
|
#include <CaloSwEta2e_g3.h>
Public Member Functions | |
| virtual void | makeCorrection (const Context &myctx, xAOD::CaloCluster *cluster) const override |
| virtual const std::string & | toolType () 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 | |
| CaloSwEta2e_g3 ()=delete | |
Private Attributes | |
| Constant< CxxUtils::Array< 2 > > | m_correction { this, "correction", "" } |
| Constant< int > | m_correction_degree { this, "correction_degree", "" } |
| Constant< int > | m_region { this, "region", 1, "" } |
Static Private Attributes | |
| static const float | s_middle_layer_granularity = 0.025 |
Definition at line 36 of file CaloSwEta2e_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.
|
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 44 of file CaloSwEta2e_g3.cxx.
|
virtualinherited |
Definition at line 93 of file CaloClusterCorrection.cxx.
|
virtualinherited |
Definition at line 73 of file CaloClusterCorrection.cxx.
|
overridevirtual |
Definition at line 75 of file CaloSwEta2e_g3.cxx.
|
protectedinherited |
Definition at line 83 of file CaloClusterCorrection.h.
|
private |
Definition at line 54 of file CaloSwEta2e_g3.h.
|
private |
Definition at line 55 of file CaloSwEta2e_g3.h.
|
private |
Definition at line 56 of file CaloSwEta2e_g3.h.
|
staticprivate |
Definition at line 58 of file CaloSwEta2e_g3.h.