CMS 3D CMS Logo

TauGenJets_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 tauGenJets = cms.EDProducer(
00004     "TauGenJetProducer",
00005     GenParticles =  cms.InputTag('genParticles'),
00006     includeNeutrinos = cms.bool( False ),
00007     verbose = cms.untracked.bool( False )
00008     )

Generated on Tue Jun 9 17:41:15 2009 for CMSSW by  doxygen 1.5.4