11 print(
"CaloClusterMLCalibAlgLiteCfg: Configuring CaloClusterMLCalibAlgLite...")
12 ca = ComponentAccumulator()
14 clusterContainerName =
"CaloCalTopoClusters"
16 alg = CompFactory.CaloClusterMLCalibAlgLite(name, **kwargs)
20 alg.ClusterContainer = clusterContainerName
23 alg.ClusterMLCalibratedEnergyKeyName = f
"{clusterContainerName}.clusterE_ML"
24 alg.ClusterMLCalibratedEnergyUncKeyName = f
"{clusterContainerName}.clusterE_ML_unc"