Skip to content

add hack for running over VR track jets

Currently, it is not possible to process VR track jets because in the current PHYSVAL sample not all jets are decorated with relativeDeltaRToVRJet and deltaRToVRJet. See atlas/athena!49966 (merged).

This MR introduces a temporary solution by decorating the jets which are missing these decorators with these decorators storing the value INFINITY.

The fix can be activated / deactivated by the boolean option do_vrtrackjets_fix in the config files ("false" for all non-TrackJets configs).

tagging @dmascion

Merge request reports