3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
9 cfg.setPrivateTools(CompFactory.CaloCellsHandlerTool())
14 name='GepClusterTimingAlg',
15 inCaloClustersKey='CaloTopoClusters',
16 outCaloClustersKey='Clusters420Timing',
26 alg = CompFactory.GepClusterTimingAlg(
28 inCaloClustersKey=inCaloClustersKey,
29 outCaloClustersKey=outCaloClustersKey,
30 lambdaCalDivide=lambdaCalDivide,
31 qualityCut=qualityCut,
32 timeCutLargeQ=timeCutLargeQ,
33 timeCutSmallQ=timeCutSmallQ,
34 maxEtaForCut=maxEtaForCut
37 if OutputLevel
is not None:
38 alg.OutputLevel = OutputLevel