示例#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