CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/CommonTools/ParticleFlow/python/pfNoPileUp_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 pfNoPileUpSequence = cms.Sequence(
00007     pfPileUp +
00008     pfNoPileUp 
00009     )