![]() |
ATLAS Offline Software
|
#include <CaloSwGap_g3.h>
Public Member Functions | |
| virtual StatusCode | initialize () override |
| Standard Gaudi initialize method. | |
| virtual void | makeCorrection (const Context &myctx, xAOD::CaloCluster *cluster) const override |
| virtual StatusCode | setCaloCellContainerName (const std::string &name) override |
| Change the name of the CaloCellContainer used by this tool. | |
| 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 | |
| CaloSwGap_g3 ()=delete | |
Private Attributes | |
| Constant< float > | m_etamin_crack { this, "etamin_crack", "" } |
| Constant< float > | m_etamax_crack { this, "etamax_crack", "" } |
| Constant< CxxUtils::Array< 1 > > | m_scint_weight { this, "scint_weight", "" } |
| Constant< CxxUtils::Array< 1 > > | m_correction { this, "correction", "" } |
| SG::ReadHandleKey< CaloCellContainer > | m_cells_name { this, "cells_name", "AllCalo", "" } |
| Property: The name of the container in which to look to find tile cells. | |
Definition at line 34 of file CaloSwGap_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.
|
overridevirtual |
Standard Gaudi initialize method.
Reimplemented from CaloClusterCorrection.
Definition at line 54 of file CaloSwGap_g3.cxx.
|
overridevirtual |
Implements CaloClusterCorrection.
Definition at line 62 of file CaloSwGap_g3.cxx.
|
overridevirtual |
Change the name of the CaloCellContainer used by this tool.
| name | The new container name. |
Implements ISetCaloCellContainerName.
Definition at line 132 of file CaloSwGap_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.
|
private |
Property: The name of the container in which to look to find tile cells.
Definition at line 66 of file CaloSwGap_g3.h.
|
private |
Definition at line 63 of file CaloSwGap_g3.h.
|
private |
Definition at line 61 of file CaloSwGap_g3.h.
|
private |
Definition at line 60 of file CaloSwGap_g3.h.
|
private |
Definition at line 62 of file CaloSwGap_g3.h.