Skip to content

Fix electron merger ID usage and analysis level OR

Jonathan Long requested to merge longjon/athena:LLP1_elmerge_fix into master

A few fixes to the electron merging and overlap removal for the LLP1 derivation

  • Changed to use the decorations for the electron ID when running on DAODs since the LLH tool doesn't have all of the info needed. The isDAOD flag controls this, and by default works for use when running on DAODs and is set properly in LLP1
  • Move LRT electron ID check and removal to own loop, there are cases where it wouldn't run if there were no prompt electrons passing the ID
  • Add missing cluster eta0/phi0 variables needed for overlap removal test at analysis level. The increase is 0.2 kb / event in single lepton ttbar, so I hope we can get this in quickly for the next cache for the LLP1 processing.
Edited by Jonathan Long

Merge request reports