Skip to content
Snippets Groups Projects
Commit 6966dd8a authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TriggerJobOpts: cleanup TriggerConfigGetter and flags

- Replace `TriggerFlags.dataTakingConditions` by
  `ConfigFlags.Trigger.availableRecoMetadata`: this flag is used to indicate
  the trigger systems that are enabled during reconstruction. It is set
  based on the L1/HLT keys in COOL or the metadata in the input file.
- Remove obsolete metadataItems setting (the key names are not relevant
  anymore, and we are setting this elsewhere already).
- Deprecate `TriggerFlags.configForStartup`: this flag was used to
  indicate whether trigger keys can be found in COOL. But this is
  essentially the same check as `enabledSystems` performs already.

I did not re-implement the setting of the `DQMonFlags` based on the
available systems. If this is really needed still for the legacy
monitoring it should be done in the relevant DQ job options.
parent a62bb8f3
No related merge requests found
This commit is part of merge request !47535. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment