Variables | |
tuple | muonHLTL1Match |
00001 cms.EDProducer("HLTL1MuonMatcher", 00002 muonL1MatcherParameters, 00003 00004 # Reconstructed muons 00005 src = cms.InputTag("muons"), 00006 00007 # L1 Muon collection, and preselection on that collection 00008 matched = cms.InputTag("patTrigger"), 00009 00010 # Requests to select the object 00011 matchedCuts = cms.string('coll("hltL1extraParticles")'), 00012 00013 # 90% compatible with documentation at SWGuidePATTrigger#Module_Configuration_AN1 00014 # andOr = cms.bool( False ), # if False, do the 'AND' of the conditions below; otherwise, do the OR 00015 # filterIdsEnum = cms.vstring( '*' ), 00016 # filterIds = cms.vint32( 0 ), 00017 # filterLabels = cms.vstring( '*' ), 00018 # pathNames = cms.vstring( '*' ), 00019 # collectionTags = cms.vstring( 'hltL1extraParticles' ), 00020 resolveAmbiguities = cms.bool( True ), # if True, no more than one reco object can be matched to the same L1 object; precedence is given to the reco ones coming first in the list 00021 00022 # Fake filter lavels for the object propagated to the second muon station 00023 setPropLabel = cms.string("propagatedToM2"), 00024 00025 # Write extra ValueMaps 00026 writeExtraInfo = cms.bool(True), 00027 )
Definition at line 5 of file muonHLTL1Match_cfi.py.