Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
GepTopoTowerAlgConfig Namespace Reference

Functions

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

Function Documentation

◆ GepTopoTowerAlgCfg()

def GepTopoTowerAlgConfig.GepTopoTowerAlgCfg (   flags,
  name,
  caloClustersKey,
  outputCaloClustersKey,
  gepCellMapKey = 'GepCells',
  OutputLevel = None 
)

Definition at line 6 of file GepTopoTowerAlgConfig.py.

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