Skip to content

TriggerFlags: futher cleanup of unused flags

Frank Winklmeier requested to merge fwinkl/athena:trigconfig_cleanup into master

Continue the cleanup of obsolete Run-2 TriggerFlags:

  • configForStartup: remove the obsolete "HLTonlineNoL1Thr" and "HLTofflineNoL1Thr" values and related code. These were only relevant for very early Run-1 data commissioning. The default is now set to "HLTonline" and the only other allowed value is "HLToffline". We should probably revisit this flag and probably merge it with the dataTakingConditions flag.
  • useL1CaloCalibration: delete unused flag and the feature to parse its value from the triggerConfig string
  • L1/HLTPrescaleSet: delete unused flags

Also delete entirely unused TrigConfigSvc.TrigConfigCheckInPool python module.

Merge request reports