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