CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/CommonTools/ParticleFlow/python/TopProjectors/pfNoTau_cfi.py

Go to the documentation of this file.
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 )