ATLAS Offline Software
Functions
GlobalCellTowerAlgToolCfg Namespace Reference

Functions

def GlobalCellTowerAlgToolCfg (flags, name='GlobalCellTowerAlgTool', gblLArCellsKey="GlobalLArCells", gblCellTowersKey="GlobalCellTowers", OutputLevel=None)
 

Function Documentation

◆ GlobalCellTowerAlgToolCfg()

def GlobalCellTowerAlgToolCfg.GlobalCellTowerAlgToolCfg (   flags,
  name = 'GlobalCellTowerAlgTool',
  gblLArCellsKey = "GlobalLArCells",
  gblCellTowersKey = "GlobalCellTowers",
  OutputLevel = None 
)

Definition at line 6 of file GlobalCellTowerAlgToolCfg.py.

7  flags,
8  name='GlobalCellTowerAlgTool',
9  gblLArCellsKey = "GlobalLArCells",
10  gblCellTowersKey = "GlobalCellTowers",
11  OutputLevel=None):
12 
13  cfg = ComponentAccumulator()
14  alg = CompFactory.GlobalSim.GlobalSimulationAlg(name)
15 
16  cellTowerAlgTool = CompFactory.GlobalSim.GlobalCellTowerAlgTool(name)
17 
18  if OutputLevel is not None:
19  cellTowerAlgTool.OutputLevel = OutputLevel
20 
21  cellTowerAlgTool.GlobalLArCellsKey = gblLArCellsKey
22  cellTowerAlgTool.GlobalCellTowersKey = gblCellTowersKey
23 
24  alg.globalsim_algs = [cellTowerAlgTool]
25  #alg.enableDumps = dump
26 
27  cfg.addEventAlgo(alg)
28 
29  return cfg
30 
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
GlobalCellTowerAlgToolCfg.GlobalCellTowerAlgToolCfg
def GlobalCellTowerAlgToolCfg(flags, name='GlobalCellTowerAlgTool', gblLArCellsKey="GlobalLArCells", gblCellTowersKey="GlobalCellTowers", OutputLevel=None)
Definition: GlobalCellTowerAlgToolCfg.py:6