def tau2Selection(self, row):
     return selections.muIsoLoose(row, 'm3') and selections.muIDLoose(row, 'm3')
 def tau1Selection(self, row):
     return selections.muIDTight(row, 'm3') and selections.muIsoLoose(row, 'm3')
Exemple #3
0
 def leg4_id(self, row):
     return selections.muIsoLoose(row, 'm') and bool(row.mPFIDTight)
Exemple #4
0
 def probe2_id(self, row):
     return bool(row.m3PFIDTight) and selections.muIsoLoose(row, 'm3')
Exemple #5
0
 def leg4_id(self, row):
     return selections.muIsoLoose(row, 'm3') and bool(row.m3PFIDTight)
Exemple #6
0
 def leg3_id(self, row):
     return bool(row.m3PFIDTight) and selections.muIsoLoose(row, 'm3') ##THIS SEEMS too low
 def lepton_passes_loose_iso(self, row):
     return selections.muIsoLoose(row, 'm') and selections.muIDLoose(row, 'm')        
Exemple #8
0
 def leg3_id(self, row):
     return bool(row.mPFIDTight) and selections.muIsoLoose(row, 'm')
Exemple #9
0
 def lepton_passes_tight_iso(self, row):
     return selections.muIsoLoose(row, 'm3') and selections.muIDTight(row, 'm3')         
Exemple #10
0
 def leg3_id(self, row):
     return bool(row.m3PFIDTight) and selections.muIsoLoose(
         row, 'm3')  ##THIS SEEMS too low