Skip to content

Large-R jet fixes for trigger validation in PhysVal

This MR adds another option to the jet flags to be able to store the R = 1.0 LCTopo jets in the AODs that are automatically built when creating AODs but never written to disk. This flag is turned off per default as we do not keep any jets in the AODs anymore but allows the trigger team to get the validation framework running again after one month to continue with their validation. This is mostly meant as a quick short term solution and an alternative solution is being worked on already that will allow to rebuild those jets from AOD to NTUP_PHYSVAL when the trigger validation flags are being used.

The new setting can be turned on via

from JetRec.JetRecFlags import jetFlags; jetFlags.writeJetsToAOD.set_Value_and_Lock(True); jetFlags.detailLevel.set_Value_and_Lock(4);

Tagging @okumura who is urgently waiting for this based on the long discussions in ATR-23806. The above temporary fix was discussed with @aranzazu on skype.

Merge request reports