15#include "CaloEvent/CaloClusterContainer.h"
27 const std::string& name,
28 const IInterface* parent)
31 declareInterface<CaloClusterCollectionProcessor> (
this);
32 declareInterface<CaloClusterProcessor> (
this);
50 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.