Skip to content

Validation and fixes of L1Topo emulation.

Karol Krizka requested to merge kk_ebwork into main
  • Add plot_validl1emu to validate emulation of L1 decisions.
  • Add dimuon.system_variables(events,prefix='mu') to calculate dimuon variables using two leading muons
  • Add allsystem_variables(events,prefix='mu') to calculate dimuon variables using all muon pairings
  • Add l1.isVetoed(roiWord) to determine if an L1 muon has been vetoed for overlap
  • Add l1.decorate_l1topo_muons(events) to calculate common variables for l1 muons, including L1Topo values
  • Add tools.mom_from_petaphi(events, prefix) to get cartesian components of momentum

Merge request reports