Variables | |
tuple | ttDecaySelection |
tuple TtDecaySelection_cfi::ttDecaySelection [static] |
Initial value:
cms.EDFilter("TtDecaySelection", ## input source for decay channel selection src = cms.InputTag("genEvt"), ## invert the selection choice invert = cms.bool(False), ## allow given lepton in corresponding decay ## branch for a given decay channel selection; ## all leptons to 'False' corresponds to the ## full hadronic decay channel allowedTopDecays = cms.PSet( decayBranchA = cms.PSet( electron = cms.bool(False), muon = cms.bool(False), tau = cms.bool(False) ), decayBranchB= cms.PSet( electron = cms.bool(False), muon = cms.bool(False), tau = cms.bool(False) ) ), ## allow different types of tau decay channels allowedTauDecays = cms.PSet( leptonic = cms.bool(False), oneProng = cms.bool(False), threeProng = cms.bool(False) ) )
Definition at line 7 of file TtDecaySelection_cfi.py.