14 acc = ComponentAccumulator()
15 fastPhotonVDV = CompFactory.AthViews.ViewDataVerifier(name)
16 fastPhotonVDV.DataObjects = {(
'xAOD::TrigEMClusterContainer' ,
'StoreGateSvc+%s' % CaloMenuDefs.L2CaloClusters ),
17 (
'TrigRoiDescriptorCollection' ,
'StoreGateSvc+%s'%InViewRoIs ),
19 acc.addEventAlgo(fastPhotonVDV)
24 """Creates secpond step photon sequence"""
25 acc = ComponentAccumulator()
29 TrigEgammaKeys = getTrigEgammaKeys(flags)
31 thePhotonFex = CompFactory.TrigEgammaFastPhotonReAlgo(
"EgammaFastPhotonFex_1")
32 thePhotonFex.TrigEMClusterName = CaloMenuDefs.L2CaloClusters
33 thePhotonFex.PhotonsName= TrigEgammaKeys.fastPhotonContainer
35 thePhotonFex.RoIs = RoIs
37 acc.addEventAlgo(thePhotonFex)