|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef CALOUTILS_CALOCLUSTERLOGPOS_H
9 #define CALOUTILS_CALOCLUSTERLOGPOS_H
13 #include "CaloEvent/CaloCluster.h"
64 const std::string&
name,
Base class for cluster processing tools called from CaloClusterMaker that operate on individual clust...
StatusCode execute(const EventContext &ctx, xAOD::CaloCluster *theCluster) const override
Execute on a single cluster.
StatusCode initialize() override
Description of a calorimeter cluster.
CaloClusterLogPos(const std::string &type, const std::string &name, const IInterface *parent)
Standard AlgTool constructor.
::StatusCode StatusCode
StatusCode definition for legacy code.
Cluster correction tool to compute the logarithmically weighted centroid.
Helper class for offline cell identifiers.
defines and typedefs for IOVSvc
virtual StatusCode execute(const EventContext &ctx, xAOD::CaloCluster *cluster) const =0
Execute on a single cluster.