CMS 3D CMS Logo

pfNoTau_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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"),
11 )