PtFrac5 to PtFrac4 to match legacy and improve HLT PF configuration
This MR makes two different fixes/improvements:
- PtFrac parameter for HLT trimmed jets in MT was updated from 0.05 to 0.04 to match legacy master (solving ATR-22060)
- The configuration of HLT PF jets is fixed to use the content of recoDict['jetCalib'], instead of neglect it. 2.1) This comes as well with a new default for 'jetCalib' in SignatureDicts.py. 'subjesIS' was updated to 'default' which is then interpreted in 'JetRecoConfiguration.py' depending on the jet collection.
'HLT_j45_pf_subresjesgscIS_ftf_L1J20' chain is removed since it is exactly the same as 'HLT_j45_pf_ftf_L1J20' which is already on the menu.
Explanation for count changes by signature:
Jet:
HLT_j45_ftf_L1J15
and HLT_j85_ftf_L1J20
: no longer using subjesIS but instead subresjesgscIS
HLT_j45_pf_subjesgscIS_ftf_L1J20
: now actually using subjesgscIS instead of incorrectly using subresjesgscIS
MET:
HLT_xe30_mhtpufit_pf_subjesgscIS_L1XE10
: now actually using subjesgscIS instead of incorrectly using subresjesgscIS
HLT_xe30_trkmht_L1XE10
: I'm not completely sure about this one but if this one is not PF-based but it runs ftf, then those calo jets get now a different calibration (subjesIS -> subresjesgscIS).
b-jet:
HLT_j45_pf_subjesgscIS_ftf_bdl1r70_split_L1J20
: now actually using subjesgscIS instead of incorrectly using subresjesgscIS
@bcarlson @jburr 'TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/MET/ConfigHelpers.py' is updated to interpret the new 'default' 'jetCalib' option. There are also count changes which are explained above.
@dguest @suyogs: Please note the count changes which are explained above.
Tagging @khoo to let him know.