8 name='GlobalCellTowerAlgTool',
9 gblLArCellsKey = "GlobalLArCells",
10 gblCellTowersKey = "GlobalCellTowers",
13 cfg = ComponentAccumulator()
14 alg = CompFactory.GlobalSim.GlobalSimulationAlg(name)
16 cellTowerAlgTool = CompFactory.GlobalSim.GlobalCellTowerAlgTool(name)
18 if OutputLevel
is not None:
19 cellTowerAlgTool.OutputLevel = OutputLevel
21 cellTowerAlgTool.GlobalLArCellsKey = gblLArCellsKey
22 cellTowerAlgTool.GlobalCellTowersKey = gblCellTowersKey
24 alg.globalsim_algs = [cellTowerAlgTool]