ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigGepPerf
python
GepCellTowerAlgConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentFactory
import
CompFactory
4
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
5
6
def
GepCellTowerAlgCfg
(
7
flags,
8
name='GepCellTowerAlg',
9
outputCellTowerKey='GEPCellTowers',
10
gepCellMapKey='GepCells',
11
minEt=0.,
12
OutputLevel=None):
13
14
cfg = ComponentAccumulator()
15
16
alg = CompFactory.GepCellTowerAlg(name,
17
outputCellTowerKey=outputCellTowerKey,
18
gepCellMapKey=gepCellMapKey,
19
minEt=minEt
20
)
21
if
OutputLevel
is
not
None
:
22
alg.OutputLevel = OutputLevel
23
24
cfg.addEventAlgo(alg)
25
26
return
cfg
27
28
GepCellTowerAlgConfig.GepCellTowerAlgCfg
GepCellTowerAlgCfg(flags, name='GepCellTowerAlg', outputCellTowerKey='GEPCellTowers', gepCellMapKey='GepCells', minEt=0., OutputLevel=None)
Definition
GepCellTowerAlgConfig.py:12
Generated on
for ATLAS Offline Software by
1.17.0