CMS 3D CMS Logo

pfNoJet_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfNoJet = cms.EDProducer(
4  "TPPFJetsOnPFCandidates",
5  enable = cms.bool( True ),
6  verbose = cms.untracked.bool( False ),
7  name = cms.untracked.string("noJet"),
8  topCollection = cms.InputTag("pfJetsPtrs"),
9  bottomCollection = cms.InputTag("pfNoElectronJME"),
10 )