Variables | |
tuple | pfNoTau |
tuple pfNoTau_cfi::pfNoTau |
00001 cms.EDProducer( 00002 "TPPFTausOnPFJetsDeltaR", 00003 enable = cms.bool( True ), 00004 verbose = cms.untracked.bool( False ), 00005 deltaR = cms.double( 0.5 ), 00006 name = cms.untracked.string("noTau"), 00007 topCollection = cms.InputTag("pfTausPtrs"), 00008 bottomCollection = cms.InputTag("pfJetsPtrs"), 00009 )
Definition at line 3 of file pfNoTau_cfi.py.