[TriggerJobOpts] Fix the placement of HLTPreSeq
Move the creation of the HLTPreSeq
sequence in the HLTTop
one after the ConfigFlags and Modifiers are fully initialised. Up to now, the code was never executed because the enableCostMonitoring
flag was only set later (in a Modifier).
Hopefully fixes ATR-25779