|
||||
File indexing completed on 2024-04-06 12:31:13
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # 0004 # module to filter events based on member functions of the TtSemiLeptonicEvent 0005 # 0006 ttSemiLepEventFilter = cms.EDFilter("TtSemiLepEvtFilter", 0007 src = cms.InputTag("ttSemiLepEvent"), 0008 cut = cms.string("isHypoValid('kGenMatch') & genMatchSumDR < 999.") 0009 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |