Skip to content

CPAlgorithms: add flag autoconfiguration to ConfigAccumulator

Baptiste Ravina requested to merge ravinab/athena:config_metadata into main

A first pass at adding configuration flags to the ConfigAccumulator. For EL in AnalysisBase, we still maintain the previous behaviours, flags have to be enabled with --use-flags on the command line (and then they override other options).

Merge request reports