![]() |
ATLAS Offline Software
|
#include <CaloClusterBadChannelList.h>
Public Member Functions | |
| CaloClusterBadChannelList (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | initialize () override |
| virtual void | makeCorrection (const Context &myctx, xAOD::CaloCluster *cluster) const 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 Attributes | |
| ToolHandle< ICaloBadChanTool > | m_badChannelTool |
Definition at line 25 of file CaloClusterBadChannelList.h.
| CaloClusterBadChannelList::CaloClusterBadChannelList | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 22 of file CaloClusterBadChannelList.cxx.
|
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 |
Reimplemented from CaloClusterCorrection.
Definition at line 29 of file CaloClusterBadChannelList.cxx.
|
overridevirtual |
Implements CaloClusterCorrection.
Definition at line 40 of file CaloClusterBadChannelList.cxx.
|
virtualinherited |
Definition at line 93 of file CaloClusterCorrection.cxx.
|
virtualinherited |
Definition at line 73 of file CaloClusterCorrection.cxx.
|
private |
Definition at line 45 of file CaloClusterBadChannelList.h.
|
protectedinherited |
Definition at line 83 of file CaloClusterCorrection.h.