Skip to content

Fix bugs in JwoJ algorithm: change type of quantities and save TOBs properly

Cecilia Tosciri requested to merge ctosciri/athena-old:gFEX_FixMET into master

With this MR, some bugs in the Jets without Jets (JwoJ) MET algorithm of the gFEX simulation are fixed.

In particular:

  • all the unsigned int quantities have been changed to int or float to allow for negative values
  • quantity 2 is now set properly in the corresponding TOB, by specifying location and number of bits

Merge request reports