def lepton_passes_tight_iso(self, row): return selections.muIsoTight(row, 'm') and selections.muIDTight(row, 'm')
def probe1_id(self, row): return bool(row.m3PFIDTight) and selections.muIsoTight(row, 'm3') ##THIS SEEMS too low