Functions | |
def | addDiMuonTriggers |
def | addHLTL1Passthrough |
def | addL1UserData |
Define a generic function, so that it can be used with existing PAT Muons. More... | |
def | addMCinfo |
def | addPreselection |
def | appendL1MatchingAlgo |
def | changeRecoMuonInput |
def | changeTriggerProcessName |
def | switchOffAmbiguityResolution |
def | useExistingPATMuons |
def | useL1MatchingWindowForSinglets |
def | useL1Stage2Candidates |
Variables | |
tuple | muonMatchHLTCtfTrack = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltMuTrackJpsiCtfTrackCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
tuple | muonMatchHLTCtfTrack2 = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltMuTrackJpsiEffCtfTrackCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
tuple | muonMatchHLTL1 = muonMatchL1.clone(matchedCuts = cms.string('coll("hltL1extraParticles")')) |
Single Mu L1. More... | |
tuple | muonMatchHLTL2 = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltL2MuonCandidates")'), maxDeltaR = 0.3, maxDPtRel = 10.0) |
tuple | muonMatchHLTL3 = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltIterL3MuonCandidates")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
tuple | muonMatchHLTL3fromL2 = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltIterL3FromL2MuonCandidates")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
tuple | muonMatchHLTL3T = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltGlbTrkMuonCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
tuple | muonMatchHLTTkMu = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltHighPtTkMuonCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
tuple | muonMatchHLTTrackIt = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltTracksIter")'), maxDeltaR = 0.1, maxDPtRel = 1.0) |
tuple | muonMatchHLTTrackMu = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltMuTkMuJpsiTrackerMuonCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
tuple | muonMatchL1 |
tuple | muonTriggerMatchHLT |
==== Then perform a match for all HLT triggers of interest More... | |
tuple | patMuonsWithoutTrigger |
tuple | patMuonsWithTrigger |
==== Embed ==== More... | |
tuple | patMuonsWithTriggerSequence |
tuple | patTrigger |
tuple | patTriggerMatchers1Mu |
list | patTriggerMatchers1MuInputTags |
tuple | patTriggerMatchers2Mu |
list | patTriggerMatchers2MuInputTags |
tuple | patTriggerMatching |
==== Trigger Sequence ==== More... | |
def patMuonsWithTrigger_cff.addDiMuonTriggers | ( | process | ) |
Definition at line 225 of file patMuonsWithTrigger_cff.py.
References print().
def patMuonsWithTrigger_cff.addHLTL1Passthrough | ( | process, | |
embedder = "patMuonsWithTrigger" |
|||
) |
Definition at line 228 of file patMuonsWithTrigger_cff.py.
def patMuonsWithTrigger_cff.addL1UserData | ( | patMuonProducer, | |
l1ModuleLabel = "muonL1Info" |
|||
) |
Define a generic function, so that it can be used with existing PAT Muons.
Definition at line 47 of file patMuonsWithTrigger_cff.py.
Referenced by appendL1MatchingAlgo(), and useExistingPATMuons().
def patMuonsWithTrigger_cff.addMCinfo | ( | process | ) |
Definition at line 217 of file patMuonsWithTrigger_cff.py.
def patMuonsWithTrigger_cff.addPreselection | ( | process, | |
cut | |||
) |
Definition at line 211 of file patMuonsWithTrigger_cff.py.
def patMuonsWithTrigger_cff.appendL1MatchingAlgo | ( | process, | |
algo = "quality" |
|||
) |
Definition at line 255 of file patMuonsWithTrigger_cff.py.
References addL1UserData().
def patMuonsWithTrigger_cff.changeRecoMuonInput | ( | process, | |
recoMuonCollectionTag, | |||
oldRecoMuonCollectionTag = cms.InputTag("muons") |
|||
) |
Definition at line 195 of file patMuonsWithTrigger_cff.py.
References MassReplace.massSearchReplaceAnyInputTag().
def patMuonsWithTrigger_cff.changeTriggerProcessName | ( | process, | |
triggerProcessName, | |||
oldProcessName = "HLT" |
|||
) |
Definition at line 191 of file patMuonsWithTrigger_cff.py.
def patMuonsWithTrigger_cff.switchOffAmbiguityResolution | ( | process | ) |
Definition at line 180 of file patMuonsWithTrigger_cff.py.
def patMuonsWithTrigger_cff.useExistingPATMuons | ( | process, | |
newPatMuonTag, | |||
addL1Info = False |
|||
) |
Definition at line 200 of file patMuonsWithTrigger_cff.py.
References addL1UserData(), and MassReplace.massSearchReplaceAnyInputTag().
def patMuonsWithTrigger_cff.useL1MatchingWindowForSinglets | ( | process | ) |
Definition at line 232 of file patMuonsWithTrigger_cff.py.
def patMuonsWithTrigger_cff.useL1Stage2Candidates | ( | process | ) |
Definition at line 244 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTCtfTrack = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltMuTrackJpsiCtfTrackCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
Definition at line 119 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTCtfTrack2 = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltMuTrackJpsiEffCtfTrackCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
Definition at line 120 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTL1 = muonMatchL1.clone(matchedCuts = cms.string('coll("hltL1extraParticles")')) |
Single Mu L1.
Definition at line 113 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTL2 = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltL2MuonCandidates")'), maxDeltaR = 0.3, maxDPtRel = 10.0) |
Definition at line 114 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTL3 = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltIterL3MuonCandidates")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
Definition at line 115 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTL3fromL2 = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltIterL3FromL2MuonCandidates")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
Definition at line 117 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTL3T = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltGlbTrkMuonCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
Definition at line 116 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTTkMu = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltHighPtTkMuonCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
Definition at line 118 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTTrackIt = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltTracksIter")'), maxDeltaR = 0.1, maxDPtRel = 1.0) |
Definition at line 122 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchHLTTrackMu = muonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltMuTkMuJpsiTrackerMuonCands")'), maxDeltaR = 0.1, maxDPtRel = 10.0) |
Definition at line 121 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonMatchL1 |
Definition at line 107 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.muonTriggerMatchHLT |
==== Then perform a match for all HLT triggers of interest
Definition at line 89 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.patMuonsWithoutTrigger |
Definition at line 13 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.patMuonsWithTrigger |
tuple patMuonsWithTrigger_cff.patMuonsWithTriggerSequence |
Definition at line 172 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.patTrigger |
Definition at line 79 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.patTriggerMatchers1Mu |
Definition at line 124 of file patMuonsWithTrigger_cff.py.
list patMuonsWithTrigger_cff.patTriggerMatchers1MuInputTags |
Definition at line 132 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.patTriggerMatchers2Mu |
Definition at line 142 of file patMuonsWithTrigger_cff.py.
list patMuonsWithTrigger_cff.patTriggerMatchers2MuInputTags |
Definition at line 148 of file patMuonsWithTrigger_cff.py.
tuple patMuonsWithTrigger_cff.patTriggerMatching |
==== Trigger Sequence ====
Definition at line 165 of file patMuonsWithTrigger_cff.py.