8#ifndef CALOUTILS_CALOCLUSTERLOGPOS_H
9#define CALOUTILS_CALOCLUSTERLOGPOS_H
13#include "CaloEvent/CaloCluster.h"
59 StatusCode
execute(
const EventContext& ctx,
64 const std::string& name,
65 const IInterface* parent);
Base class for cluster processing tools called from CaloClusterMaker that operate on individual clust...
defines and typedefs for IOVSvc
Helper class for offline cell identifiers.
CaloClusterLogPos(const std::string &type, const std::string &name, const IInterface *parent)
Standard AlgTool constructor.
StatusCode initialize() override
StatusCode execute(const EventContext &ctx, xAOD::CaloCluster *theCluster) const override
Execute on a single cluster.
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.