test
CMS 3D CMS Logo

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

Variables

tuple muonTriggerMatch
 
tuple signalMuonsTriggerMatch
 

Variable Documentation

tuple patRefSel_triggerMatching_cfi.muonTriggerMatch
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR"
3 , src = cms.InputTag( 'signalMuons' )
4 , matched = cms.InputTag( 'patTrigger' )
5 , matchedCuts = cms.string( 'type("TriggerMuon")' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True )
9 , resolveByMatchQuality = cms.bool( True )
10 )

Definition at line 3 of file patRefSel_triggerMatching_cfi.py.

tuple patRefSel_triggerMatching_cfi.signalMuonsTriggerMatch
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatchMuonEmbedder"
3 , src = cms.InputTag( 'signalMuons' )
4 , matches = cms.VInputTag(
5  cms.InputTag( 'muonTriggerMatch' )
6  )
7 )

Definition at line 14 of file patRefSel_triggerMatching_cfi.py.