13 cfg = ComponentAccumulator()
15 if algLogLevel
is None:
16 algLogLevel = flags.Exec.OutputLevel
18 cfg.merge(LArCellPreparationAlgCfg(
21 valueLeastSignificantBit=40,
23 GlobalLArCellsKey=
"GlobalLArCells",
24 caloCells=
"SeedLessFS",
25 OutputLevel=algLogLevel
28 cfg.merge(Egamma1_OnlineMapNbhoodCfg(flags, OutputLevel=algLogLevel))
31 cfg.merge(GlobalSimulationAlgCfg(flags, fn=cfg_fn, dump=
False, OutputLevel=algLogLevel))
33 cfg.merge(TriggerHistSvcConfig(flags))