Skip to content

Clearing and solving some bugs in jFEX FWD jets

This merge request modifies the jFEX FWD algorithm.

  • Some changes are oriented to reduce the running time of the whole Bitwise simulation
  • Solving a bug in the number of TT accepted in the seed, 1st and 2nd energy ring

In the central jets some loops have been swapped to harmonise the looping method like in the other algorithms. In the JTowerContainer I removed the "bug" in the mapping where for a non-existent TT the container was returning the first item. Also shown in MR !46183 (merged). Additionally, I tag @rbielski to see if he can run again (after they accept the MR) the running time tests done in the MR mentioned above

Merge request reports