Skip to content

More flexible jet derivation alg ordering, PHYSVAL fix

William Keaton Balunas requested to merge wbalunas/athena:jetDeriv-210707 into master

Some pieces of the jet derivation framework previously functioned by adding algorithms directly to the top sequence instead of an arbitrary configurable sequence. With !44380 (merged) this now causes problems for derivations which don't use the default top sequence for all of their scheduling (e.g. PHYSVAL).

This lets the user specify which sequence the algorithms in question should be added to, and does so for both PHYS(LITE) (which should change nothing in practice but makes for clearer config code) and PHYSVAL (which I believe is currently broken and should be fixed by this).

Tagging @duperrin, who reported the issue, and @sawyer, @cdelitzs, @mswiatlo for their awareness.

Edited by William Keaton Balunas

Merge request reports