![]() |
![]() |
00001 import FWCore.ParameterSet.Config as cms 00002 00003 pfNoTau = cms.EDProducer( 00004 "TPPFTausOnPFJetsDeltaR", 00005 enable = cms.bool( True ), 00006 verbose = cms.untracked.bool( False ), 00007 deltaR = cms.double( 0.5 ), 00008 name = cms.untracked.string("noTau"), 00009 topCollection = cms.InputTag("pfTausPtrs"), 00010 bottomCollection = cms.InputTag("pfJetsPtrs"), 00011 )