![]() |
![]() |
def deltar.bestMatch | ( | object, | |
matchCollection | |||
) |
Return the best match to object in matchCollection, which is the closest object in delta R
Definition at line 139 of file deltar.py.
Referenced by RecoTauDifferenceAnalyzer.filter().
def deltar.cleanObjectCollection | ( | objects, | |
masks, | |||
deltaRMin | |||
) |
def deltar.cleanObjectCollection2 | ( | objects, | |
masks, | |||
deltaRMin | |||
) |
def deltar.deltaPhi | ( | p1, | |
p2 | |||
) |
def deltar.deltaR2 | ( | e1, | |
p1, | |||
e2 = None , |
|||
p2 = None |
|||
) |
def deltar.inConeCollection | ( | pivot, | |
particles, | |||
deltaRMax, | |||
deltaRMin = 1e-5 |
|||
) |
def deltar.matchObjectCollection | ( | objects, | |
matchCollection, | |||
deltaR2Max, | |||
filter = lambda x , |
|||
y | |||
) |
Definition at line 152 of file deltar.py.
Referenced by SimpleJetAnalyzer.SimpleJetAnalyzer.process(), core.TriggerMatchAnalyzer.TriggerMatchAnalyzer.process(), and Matcher.Matcher.process().
def deltar.matchObjectCollection2 | ( | objects, | |
matchCollection, | |||
deltaRMax = 0.3 |
|||
) |
def deltar.matchObjectCollection3 | ( | objects, | |
matchCollection, | |||
deltaRMax = 0.3 , |
|||
filter = lambda x , |
|||
y | |||
) |
Definition at line 41 of file deltar.py.
Referenced by core.TriggerMatchAnalyzer.TriggerMatchAnalyzer.process().