Skip to content

resolving conflicts

Carsten Burgard requested to merge tmp into master

Release notes

Rework configuration of ActionProcessSystematics. Includes BREAKING changes.

Details

Instead of calling ActionProcessSystematics once with multiple tags that configure different systematics (with tags like systsTo<DoSomething>) for different processing steps, this MR reworks the action so that ProcessSystematics needs to be called multiple times with only one tag (select.Systematics) to select a set of systematics. See #378 (closed) for details.

Closes #378 (closed)

Merge request reports