1 import FWCore.ParameterSet.Config
as cms
3 pfNoTau = cms.EDProducer(
4 "TPPFTausOnPFJetsDeltaR",
5 enable = cms.bool(
True ),
6 verbose = cms.untracked.bool(
False ),
7 deltaR = cms.double( 0.5 ),
8 name = cms.untracked.string(
"noTau"),
9 topCollection = cms.InputTag(
"pfTausPtrs"),
10 bottomCollection = cms.InputTag(
"pfJetsPtrs"),