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