CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CommonTools/ParticleFlow/python/TopProjectors/pfNoJet_cfi.py

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