12 base_class(
type, name, parent)
28 return StatusCode::SUCCESS;
34 bool useNonModifiedClusters =
true;
35 if (
true ==
m_LCMode) useNonModifiedClusters =
false;
36 std::unique_ptr<xAOD::CaloClusterContainer> tempClusterContainer =
m_clusterCollectionTool->execute(theEflowCaloObjectContainer, useNonModifiedClusters);
49 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
static void calculateKine(xAOD::CaloCluster *clu, const bool useweight=true, const bool updateLayers=true, const bool useGPUCriteria=false)
Helper class to calculate cluster kinematics based on cells.