Skip to content

Fix a mixup between jLJ and gLJ in HLTSeeding

Rafal Bielski requested to merge rbielski/athena:fix-hltseeding-phase1-jets into 22.0

Fixing my own copy-paste mistake from !48809 (merged) which caused a mix-up between jLJ and gLJ seeding. Namely:

  • HLTNav_L1gLJ and HLT_gLJRoIs were produced from L1_jFexLRJetRoI
  • HLTNav_L1jLJ and HLT_jLJRoIs were produced from L1_gFexLRJetRoI

and now it is swapped back (i.e. fixed).

Fortunately, we don't have any chains in the menu so far which use this seeding. All current jLJ and gLJ chains use FSNOSEED. No harm was done except possible confusion in case someone explicitly looked at the Decisions or TrigRoiDescriptors for jLJ/gLJ (I doubt anyone did).

FYI @khoo, @sshaw

Merge request reports