CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
genCandidates_cfi.py
Go to the documentation of this file.
2 
3 genCandidates = cms.EDProducer("HepMCCandidateProducer",
4  src = cms.string('VtxSmeared'),
5  verbose = cms.untracked.bool(False),
6  stableOnly = cms.bool(True),
7  excludeList = cms.vstring('nu_e',
8  'nu_mu',
9  'nu_tau',
10  'gamma',
11  'pi0',
12  'K_L0',
13  'n0')
14 )
15 
16