3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
17 assert jetAlgName
in (
'ModAntikT',
'Cone')
18 alg = CompFactory.GepJetAlg(name,
19 jetAlgName=jetAlgName,
20 caloClustersKey=caloClustersKey,
21 outputJetsKey=outputJetsKey)
22 if OutputLevel
is not None:
23 alg.OutputLevel = OutputLevel