![]() |
|
|||
File indexing completed on 2024-04-06 12:23:25
0001 import FWCore.ParameterSet.Config as cms 0002 0003 genCandidates = cms.EDProducer("HepMCCandidateProducer", 0004 src = cms.string('generatorSmeared'), 0005 verbose = cms.untracked.bool(False), 0006 stableOnly = cms.bool(True), 0007 excludeList = cms.vstring('nu_e', 0008 'nu_mu', 0009 'nu_tau', 0010 'gamma', 0011 'pi0', 0012 'K_L0', 0013 'n0') 0014 ) 0015 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |