Variables | |
tuple | decaysFromZs |
tuple | sortGenParticlesSequence |
00001 cms.EDProducer( 00002 "GenParticlePruner", 00003 src = cms.InputTag("genParticles"), 00004 select = cms.vstring( 00005 "drop * ", # this is the default 00006 "keep+ pdgId = {Z0}", 00007 "drop pdgId = {Z0}" 00008 ) 00009 )
Definition at line 4 of file sortGenParticles_cff.py.
00001 cms.Sequence( 00002 decaysFromZs 00003 )
Definition at line 14 of file sortGenParticles_cff.py.