CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/PhysicsTools/HepMCCandAlgos/python/genCandidates_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 genCandidates = cms.EDProducer("HepMCCandidateProducer",
00004     src = cms.string('VtxSmeared'),
00005     verbose = cms.untracked.bool(False),
00006     stableOnly = cms.bool(True),
00007     excludeList = cms.vstring('nu_e', 
00008         'nu_mu', 
00009         'nu_tau', 
00010         'gamma', 
00011         'pi0', 
00012         'K_L0', 
00013         'n0')
00014 )
00015 
00016