Skip to content

gFEX bug fixes, jFEX taus, jFEX forward electrons, jFEX large-R jets w/ p.u.sub.

Ben Carlson requested to merge bcarlson/athena:BenMarch20 into 21.3

General:

  • Removed total noise multipliers. These kept track of the sum of noise in a given algorithm, which is not something we intend to do. Either cut the tower out, or cut the jet/seed out...

jFEX Fwd Electron/Tau:

  • Added jFEX tau algorithm template
  • Added jFEX forward electron algorithm template

jFEX:

  • Added new algorithm for taus and electrons
  • Implemented Large-R jets with pileup subtraction MR31138
  • Common seeding for small and Large-R jets (no need to run it multiple times)
  • Configure p.u. subtracted jets with same towers are MET.

gFEX:

  • Fix bugs pointed out Ben Carlson and David Miller
  • Uniformly remove negative energy or not
  • For rho calculation, veto towers with ET > 10 GeV, then remove those towers from the average
  • Changed gBlocks to use ET, either only ET > 0 or all ET. Before was using |ET|
  • Changed jet radius size to 0.9, which gives 69 towers as expected
  • Option so that if rho < 0, do not subtract anything for jets
  • Configure J w/o J to use or not use PU subtraction rather than hard code

Note: trigger EDM changes will be discussed separately in MR31723

Edited by Ben Carlson

Merge request reports