|
ATLAS Offline Software
|
Go to the documentation of this file.
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;
::StatusCode StatusCode
StatusCode definition for legacy code.
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.