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

Functions

def GepTCTowerAlgCfg (flags, name, caloClustersKey, outputCaloClustersKey, OutputLevel=None)
 

Function Documentation

◆ GepTCTowerAlgCfg()

def GepTCTowerAlgConfig.GepTCTowerAlgCfg (   flags,
  name,
  caloClustersKey,
  outputCaloClustersKey,
  OutputLevel = None 
)

Definition at line 6 of file GepTCTowerAlgConfig.py.

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