CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 PFPileUp = cms.EDProducer(
00005     "PFPileUp",
00006     PFCandidates = cms.InputTag("particleFlow"),
00007     Vertices = cms.InputTag("offlinePrimaryVertices"),
00008     # pile-up identification now enabled by default. To be studied for jets
00009     Enable = cms.bool(True),
00010     verbose = cms.untracked.bool(False),
00011     checkClosestZVertex = cms.bool(True)
00012     )