ATLAS Offline Software
Functions
GepTowersAlgConfig Namespace Reference

Functions

def GepTowersAlgCfg (flags, name, TowerAlg, caloClustersKey, outputCaloClustersKey, gepCellMapKey='GepCells', OutputLevel=None)
 

Function Documentation

◆ GepTowersAlgCfg()

def GepTowersAlgConfig.GepTowersAlgCfg (   flags,
  name,
  TowerAlg,
  caloClustersKey,
  outputCaloClustersKey,
  gepCellMapKey = 'GepCells',
  OutputLevel = None 
)

Definition at line 6 of file GepTowersAlgConfig.py.

7  flags,
8  name,
9  TowerAlg,
10  caloClustersKey,
11  outputCaloClustersKey,
12  gepCellMapKey='GepCells',
13  OutputLevel=None):
14 
15  cfg = ComponentAccumulator()
16 
17  alg = CompFactory.GepTowersAlg(name,
18  gepCellMapKey=gepCellMapKey,
19  TowerAlg=TowerAlg,
20  caloClustersKey=caloClustersKey,
21  outputCaloClustersKey=outputCaloClustersKey)
22  if OutputLevel is not None:
23  alg.OutputLevel = OutputLevel
24 
25  cfg.addEventAlgo(alg)
26 
27  return cfg
GepTowersAlgConfig.GepTowersAlgCfg
def GepTowersAlgCfg(flags, name, TowerAlg, caloClustersKey, outputCaloClustersKey, gepCellMapKey='GepCells', OutputLevel=None)
Definition: GepTowersAlgConfig.py:6
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302