18 acc = ComponentAccumulator()
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',
32 acc = ComponentAccumulator()
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',