3 from AthenaConfiguration.ComponentFactory
import CompFactory
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
9 alg = CompFactory.TrigTauCaloRoiUpdater(name=
'TauCaloRoiUpdater',
10 RoIInputKey=inputRoIs,
11 RoIOutputKey=
'UpdatedCaloRoI',
12 CaloClustersKey=clusters)
19 roi_flags = flags.Trigger.InDetTracking.tauIso
20 alg = CompFactory.TrigTauTrackRoiUpdater(name=
'TrackRoiUpdater',
21 etaHalfWidth=roi_flags.etaHalfWidth,
22 phiHalfWidth=roi_flags.phiHalfWidth,
23 z0HalfWidth=roi_flags.zedHalfWidth,
24 RoIInputKey=inputRoIs,
25 RoIOutputKey=
'UpdatedTrackRoI',
33 roi_flags = flags.Tracking.ActiveConfig
34 alg = CompFactory.TrigTauTrackRoiUpdater(name=
'TrackRoiUpdaterLRT',
35 etaHalfWidth=roi_flags.etaHalfWidth,
36 phiHalfWidth=roi_flags.phiHalfWidth,
37 z0HalfWidth=roi_flags.zedHalfWidth,
38 RoIInputKey=inputRoIs,
39 RoIOutputKey=
'UpdatedTrackLRTRoI',