CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/CommonTools/ParticleFlow/python/Isolation/pfPhotonIsolation_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoParticleFlow.PFProducer.photonPFIsolationDeposits_cff import *
00004 from RecoParticleFlow.PFProducer.photonPFIsolationValues_cff import *
00005 
00006 pfPhotonIsolationSequence = cms.Sequence(
00007     photonPFIsolationDepositsSequence +
00008     photonPFIsolationValuesSequence
00009     )
00010