8 name='LArCellPreparationAlg',
11 cfg = ComponentAccumulator()
14 from CaloTools.CaloNoiseCondAlgConfig
import CaloNoiseCondAlgCfg
15 cfg.merge(CaloNoiseCondAlgCfg(flags,
"totalNoise"))
17 alg = CompFactory.GlobalSim.LArCellPreparationAlg(name,**kwargs)
19 alg.caloCells =
"AllCalo"
21 alg.caloCells =
"SeedLessFS"
23 from TrigCaloRec.TrigCaloRecConfig
import hltCaloCellSeedlessMakerCfg
24 cfg.merge(hltCaloCellSeedlessMakerCfg(flags, roisKey=
''))