3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
9 result.addEventAlgo(CompFactory.CaloCalibClusterTruthMapMakerAlgorithm())
11 kwargs.setdefault(
"CaloClusterWriteDecorHandleKey_NLeadingTruthParticles",
"CaloCalTopoClusters."+flags.Calo.TopoCluster.CalibrationHitDecorationName)
14 CaloCalibClusterDecoratorAlgorithm = CompFactory.CaloCalibClusterDecoratorAlgorithm(name,**kwargs,ExtraInputs = {(
'CaloCellContainer',
'StoreGateSvc+AllCalo')})
15 CaloCalibClusterDecoratorAlgorithm.TruthAttributerTool = CompFactory.CaloCalibClusterTruthAttributerTool()
16 result.addEventAlgo(CaloCalibClusterDecoratorAlgorithm)
25 result.getEventAlgo(name).TruthAttributerTool.storeFullTruthEnergy =
True