6 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
7 from AthenaConfiguration.ComponentFactory
import CompFactory
8 from CaloClusterCorrection.CaloClusterMLCalibToolLiteCfg
import CaloClusterMLCalibToolLiteCfg
11 print(
"CaloClusterMLCalibAlgLiteCfg: Configuring CaloClusterMLCalibAlgLite...")
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"