CMS 3D CMS Logo

Variables

sortGenParticles_cff Namespace Reference

Variables

tuple decaysFromZs
tuple sortGenParticlesSequence

Variable Documentation

Initial value:
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.

Initial value:
00001 cms.Sequence(
00002     decaysFromZs
00003     )

Definition at line 14 of file sortGenParticles_cff.py.