CMS 3D CMS Logo

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

Variables

tuple muonHLTL1Match
 

Variable Documentation

tuple muonHLTL1Match_cfi.muonHLTL1Match
Initial value:
1 = cms.EDProducer("HLTL1MuonMatcher",
2  muonL1MatcherParameters,
3 
4  # Reconstructed muons
5  src = cms.InputTag("muons"),
6 
7  # L1 Muon collection, and preselection on that collection
8  matched = cms.InputTag("patTrigger"),
9 
10  # Requests to select the object
11  matchedCuts = cms.string('coll("hltL1extraParticles")'),
12 
13  # 90% compatible with documentation at SWGuidePATTrigger#Module_Configuration_AN1
14 # andOr = cms.bool( False ), # if False, do the 'AND' of the conditions below; otherwise, do the OR
15 # filterIdsEnum = cms.vstring( '*' ),
16 # filterIds = cms.vint32( 0 ),
17 # filterLabels = cms.vstring( '*' ),
18 # pathNames = cms.vstring( '*' ),
19 # collectionTags = cms.vstring( 'hltL1extraParticles' ),
20  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
21 
22  # Fake filter lavels for the object propagated to the second muon station
23  setPropLabel = cms.string("propagatedToM2"),
24 
25  # Write extra ValueMaps
26  writeExtraInfo = cms.bool(True),
27 )

Definition at line 5 of file muonHLTL1Match_cfi.py.