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