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

Functions

def GepCellTowerAlgCfg (flags, name='GelCellTowerAlg', outputCellTowerKey='GEPCellTowers', gepCellMapKey='GepCells', OutputLevel=None)
 

Function Documentation

◆ GepCellTowerAlgCfg()

def GepCellTowerAlgConfig.GepCellTowerAlgCfg (   flags,
  name = 'GelCellTowerAlg',
  outputCellTowerKey = 'GEPCellTowers',
  gepCellMapKey = 'GepCells',
  OutputLevel = None 
)

Definition at line 6 of file GepCellTowerAlgConfig.py.

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