9 acc=ComponentAccumulator()
11 from HIJetRec.HIJetRecConfigCA
import HIModulatorCfg
12 modulator=acc.popToolsAndMerge(HIModulatorCfg(flags,
14 mod_key=
"HIEventShapeWeighted_iter1_Modulate",
18 from HIJetRec.SubtractedCellGetterCA
import SubtractedCellGetterCfgCA
19 acc.merge(SubtractedCellGetterCfgCA(flags, modulator))
22 from CaloRec.CaloTopoClusterConfig
import CaloTopoClusterCfg
23 acc.merge(CaloTopoClusterCfg(flags,
24 cellsname=flags.HeavyIon.Egamma.SubtractedCells,
25 clustersname=flags.HeavyIon.Egamma.CaloTopoCluster,
26 clustersnapname=flags.HeavyIon.Egamma.UncalibCaloTopoCluster))