CMS 3D CMS Logo

Variables

TopDecaySubset_cfi Namespace Reference

Variables

tuple decaySubset

Variable Documentation

Initial value:
00001 cms.EDProducer("TopDecaySubset",
00002   ## input particle collection of type edm::View<reco::GenParticle>
00003   src = cms.InputTag("genParticles"),
00004   ## define fill mode. The following modes are available:
00005   ## 'kStable' : status 2 equivalents (after parton shower) are
00006   ##             calculated and saved (as status 2 particles)
00007   ## 'kME'     : status 3 particles (from matrix element, before
00008   ##             parton shower) are saved (as status 3 particles)
00009   fillMode = cms.string("kStable"),
00010   ## choose whether to save additionally radiated gluons in the
00011   ## decay chain or not
00012   addRadiation = cms.bool(True)
00013 )

Definition at line 7 of file TopDecaySubset_cfi.py.

Referenced by TopGenEvent::TopGenEvent(), and TtGenEvent::TtGenEvent().