CMS 3D CMS Logo

Functions
muonL1MatchExtended_cfi Namespace Reference

Functions

def addUserData (patMuonProducer, matcherLabel='muonL1MatchExtended', addExtraInfo=False)
 FIXME: to be tuned. More...
 

Function Documentation

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

FIXME: to be tuned.

FIXME: to be tuned

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)
FIXME: to be tuned.