15#include "CaloEvent/CaloClusterContainer.h"
16#include "GaudiKernel/ThreadLocalContext.h"
28 const std::string& name,
29 const IInterface* parent)
32 declareInterface<CaloClusterCollectionProcessor> (
this);
33 declareInterface<CaloClusterProcessor> (
this);
51 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
Base class for cluster processing tools called from CaloClusterMaker that operate on individual clust...
CaloClusterProcessor(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
virtual StatusCode execute(const EventContext &ctx, xAOD::CaloCluster *cluster) const =0
Execute on a single cluster.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
CaloClusterContainer_v1 CaloClusterContainer
Define the latest version of the calorimeter cluster container.