00001 import FWCore.ParameterSet.Config as cms 00002 00003 from PhysicsTools.PatAlgos.producersLayer1.photonProducer_cff import * 00004 # (must be decleared after PAT sequence Yen-Jie) 00005 from RecoHI.HiEgammaAlgos.HiEgammaIsolation_cff import * 00006 00007 makeHeavyIonPhotons = cms.Sequence( 00008 # reco pre-production 00009 hiEgammaIsolationSequence * 00010 patPhotonIsolation * 00011 # pat and HI specifics 00012 photonMatch * 00013 # object production 00014 patPhotons 00015 ) 00016 00017 00018