CMS 3D CMS Logo

Functions | Variables
muonL1MatchExtended_cfi Namespace Reference

Functions

def addUserData (patMuonProducer, matcherLabel='muonL1MatchExtended', addExtraInfo=False)
 

Variables

 csctfDigis
 
 csctfLcts
 
 fallbackToME1
 
 l1extra
 
 l1PhiOffset
 FIXME: to be tuned. More...
 
 matcherGeom
 
 maxDeltaEta
 FIXME: to be tuned. More...
 
 maxDeltaR
 
 muonL1MatchExtended
 
 muons
 
 preselection
 
 segmentArbitration
 
 useSimpleGeometry
 
 useState
 
 useTrack
 

Function Documentation

◆ addUserData()

def muonL1MatchExtended_cfi.addUserData (   patMuonProducer,
  matcherLabel = 'muonL1MatchExtended',
  addExtraInfo = False 
)

Definition at line 24 of file muonL1MatchExtended_cfi.py.

24 def addUserData(patMuonProducer, matcherLabel='muonL1MatchExtended', addExtraInfo=False):
25  patMuonProducer.userData.userInts.src += [ cms.InputTag(matcherLabel) ]
26  if addExtraInfo:
27  for L in ("cscMode", "canPropagate", "l1q"):
28  patMuonProducer.userData.userInts.src += [ cms.InputTag(matcherLabel,L) ]
29  for L in ("deltaR", "deltaEta", "deltaPhi", "l1pt"):
30  patMuonProducer.userData.userFloats.src += [ cms.InputTag(matcherLabel,L) ]
31 
32 
def addUserData(patMuonProducer, matcherLabel='muonL1MatchExtended', addExtraInfo=False)

Variable Documentation

◆ csctfDigis

muonL1MatchExtended_cfi.csctfDigis

Definition at line 10 of file muonL1MatchExtended_cfi.py.

◆ csctfLcts

muonL1MatchExtended_cfi.csctfLcts

Definition at line 11 of file muonL1MatchExtended_cfi.py.

◆ fallbackToME1

muonL1MatchExtended_cfi.fallbackToME1

Definition at line 20 of file muonL1MatchExtended_cfi.py.

◆ l1extra

muonL1MatchExtended_cfi.l1extra

Definition at line 8 of file muonL1MatchExtended_cfi.py.

◆ l1PhiOffset

muonL1MatchExtended_cfi.l1PhiOffset

FIXME: to be tuned.

Definition at line 18 of file muonL1MatchExtended_cfi.py.

◆ matcherGeom

muonL1MatchExtended_cfi.matcherGeom

Definition at line 12 of file muonL1MatchExtended_cfi.py.

◆ maxDeltaEta

muonL1MatchExtended_cfi.maxDeltaEta

FIXME: to be tuned.

Definition at line 17 of file muonL1MatchExtended_cfi.py.

◆ maxDeltaR

muonL1MatchExtended_cfi.maxDeltaR

Definition at line 16 of file muonL1MatchExtended_cfi.py.

◆ muonL1MatchExtended

muonL1MatchExtended_cfi.muonL1MatchExtended

Definition at line 6 of file muonL1MatchExtended_cfi.py.

◆ muons

muonL1MatchExtended_cfi.muons

Definition at line 7 of file muonL1MatchExtended_cfi.py.

◆ preselection

muonL1MatchExtended_cfi.preselection

Definition at line 13 of file muonL1MatchExtended_cfi.py.

◆ segmentArbitration

muonL1MatchExtended_cfi.segmentArbitration

Definition at line 9 of file muonL1MatchExtended_cfi.py.

◆ useSimpleGeometry

muonL1MatchExtended_cfi.useSimpleGeometry

Definition at line 19 of file muonL1MatchExtended_cfi.py.

◆ useState

muonL1MatchExtended_cfi.useState

Definition at line 15 of file muonL1MatchExtended_cfi.py.

◆ useTrack

muonL1MatchExtended_cfi.useTrack

Definition at line 14 of file muonL1MatchExtended_cfi.py.