CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
TopDecaySubset_cfi Namespace Reference

Variables

tuple decaySubset
 

Variable Documentation

tuple TopDecaySubset_cfi.decaySubset
Initial value:
1 = cms.EDProducer("TopDecaySubset",
2  ## input particle collection of type edm::View<reco::GenParticle>
3  src = cms.InputTag("genParticles"),
4  ## define fill mode. The following modes are available:
5  ## 'kStable' : status 2 equivalents (after parton shower) are
6  ## calculated and saved (as status 2 particles)
7  ## 'kME' : status 3 particles (from matrix element, before
8  ## parton shower) are saved (as status 3 particles)
9  fillMode = cms.string("kStable"),
10  ## choose whether to save additionally radiated gluons in the
11  ## decay chain or not
12  addRadiation = cms.bool(True)
13 )

Definition at line 7 of file TopDecaySubset_cfi.py.

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