CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/CommonTools/ParticleFlow/python/pfNoPileUpIso_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CommonTools.ParticleFlow.pfPileUp_cfi  import *
00004 from CommonTools.ParticleFlow.TopProjectors.pfNoPileUp_cfi import *
00005 
00006 pfPileUpIso = pfPileUp.clone()
00007 pfNoPileUpIso = pfNoPileUp.clone( topCollection = 'pfPileUpIso')
00008 
00009 pfNoPileUpIsoSequence = cms.Sequence(
00010     pfPileUpIso +
00011     pfNoPileUpIso
00012     )