9from GlobalSimulation.LArCellPreparationAlgConfig
import LArCellPreparationAlgCfg
10gblLArCellContainerKey =
"GlobalLArCells"
11cfg.merge(LArCellPreparationAlgCfg(flags,
12 numberOfEnergyBits = 6,
13 valueLeastSignificantBit = 40,
15 GlobalLArCellsKey = gblLArCellContainerKey,
19from GlobalSimulation.Egamma1_OnlineMapNbhoodConfig
import Egamma1_OnlineMapNbhoodCfg
20cfg.merge(Egamma1_OnlineMapNbhoodCfg(flags,
25from GlobalSimulation.GlobalSimAlgCfg_local
import GlobalSimulationAlgCfg
26cfg.merge(GlobalSimulationAlgCfg(flags, dump=
True, OutputLevel=DEBUG))