RecExCommon: remove obsolete uses of TriggerFlags
Two independent changes to remove uses of TriggerFlags:
- Remove
TriggerFlagsfromRecoUsefulFlags.pyas they are not useful anymore😆 (and that file itself is barely used anyway). - Delete
sync_Trigger2Recoas the only remaining setting (enable trigger bytestream unpacking) is already applied explicitly in RecExCommon_topOptions.py.