ATLAS Offline Software
Loading...
Searching...
No Matches
GepTowersAlgConfig Namespace Reference

Functions

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

Function Documentation

◆ GepTowersAlgCfg()

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

Definition at line 6 of file GepTowersAlgConfig.py.

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