Skip to content

Use config flags in analysis config

Tadej Novak requested to merge tadej/athena:cp-algs-flags into main

Make config flags the main way to steer analysis config. This will help people working on analysis and Athena to feel at home and prevent accumulation of arguments of the ConfigAccumulator.

The naming is not fixed, I will probably also convert more items to flags. This is mainly to start the discussion and freeze the API as soon asp possible. I will probably then break this into multiple MRs.

Also some core flags should be renamed (see https://its.cern.ch/jira/browse/ATEAM-964).

Tagging @krumnack, @jolamber, @gwatts, @ekourlit for core AMG. Also tagging interested parties @ravinab, @omajersk, @tstreble, @khoo, @jchapman.

Merge request reports