Пример #1
0
 def tau1Selection(self, row):
     return selections.eleIDTight(row, 'e3') and selections.elIsoTight(row, 'e3') and (row.e3MissingHits==0)
Пример #2
0
 def probe1_id(self, row):
     return selections.eleID(row, 'e') and selections.elIsoTight(row, 'e') ##THIS SEEMS too low
Пример #3
0
 def lepton_passes_tight_iso(self, row):
     return selections.elIsoTight(row, 'e') and selections.eleIDTight(row, 'e') #bool( row.eMVAIDH2TauWP ) ##THIS SEEMS too low        
Пример #4
0
 def lepton_passes_tight_iso(self, row):
     return selections.elIsoTight(row, 'e3') and selections.eleIDTight(row, 'e3') and (row.e3MissingHits==0) #bool( row.e3MVAIDH2TauWP ) ##THIS SEEMS too low        
Пример #5
0
 def tau1Selection(self, row):
     return selections.eleIDTight(row,'e') and selections.elIsoTight(row, 'e')# and (row.eMissingHits==0)##THIS SEEMS too low