CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CommonTools/particleFlow/python/TopProjectors/pfNoPileUp_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfNoPileUp = cms.EDProducer(
00004     "TPPileUpPFCandidatesOnPFCandidates",
00005     enable =  cms.bool( True ),
00006     verbose = cms.untracked.bool( False ),
00007     name = cms.untracked.string("pileUpOnPFCandidates"),
00008     topCollection = cms.InputTag("pfPileUp"),
00009     bottomCollection = cms.InputTag("particleFlow"),
00010 )