8#include "GaudiKernel/ThreadLocalContext.h"
19 ATH_MSG_ERROR(
"As the name suggests, ClusterAtMLScaleTool cannot operate on objects of type "
21 return StatusCode::FAILURE;
25 return StatusCode::SUCCESS;
32 const EventContext& ctx = Gaudi::Hive::currentContext();
40 return StatusCode::FAILURE;
46 cl->setCalE(dec(*cl));
47 cl->setCalM(cl->rawM());
48 cl->setCalPhi(cl->rawPhi());
49 cl->setCalEta(cl->rawEta());
52 return StatusCode::SUCCESS;
61 return StatusCode::FAILURE;
#define ATH_CHECK
Evaluate an expression and check for errors.
Handle class for reading a decoration on an object.
JetConstituentModifierBase(const std::string &name)
Handle class for reading a decoration on an object.
@ CaloCluster
The object is a calorimeter 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.
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.