00001 import FWCore.ParameterSet.Config as cms 00002 00003 # prepare reco information 00004 from PhysicsTools.PatAlgos.recoLayer0.photonIsolation_cff import * 00005 00006 # add PAT specifics 00007 from PhysicsTools.PatAlgos.mcMatchLayer0.photonMatch_cfi import * 00008 00009 # produce object 00010 from PhysicsTools.PatAlgos.producersLayer1.photonProducer_cfi import * 00011 00012 makePatPhotons = cms.Sequence( 00013 # reco pre-production 00014 # patPhotonIsolation * 00015 # pat specifics 00016 photonMatch * 00017 # object production 00018 patPhotons 00019 )