6from GlobalSimulation.LArCellPreparationAlgConfig
import LArCellPreparationAlgCfg
7gblLArCellContainerKey =
"GlobalLArCells"
8cfg.merge(LArCellPreparationAlgCfg(flags,
9 numberOfEnergyBits = 6,
10 valueLeastSignificantBit = 40,
12 GlobalLArCellsKey = gblLArCellContainerKey,
16from GlobalSimulation.LArCellMuxAlgConfig
import LArCellMuxAlgCfg
17cfg.merge(LArCellMuxAlgCfg(flags,
18 GlobalLArCellsKey = gblLArCellContainerKey,
19 WriteMuxInputBitstreamToFile =
True,
20 WriteMuxOutputBitstreamToFile =
True,
24from GlobalSimulation.GlobalCellTowerAlgToolConfig
import GlobalCellTowerAlgToolCfg
25cfg.merge(GlobalCellTowerAlgToolCfg(flags,
26 GlobalLArCellsKey = gblLArCellContainerKey,
27 GlobalCellTowersKey =
"GlobalCellTowers",