Skip to content

Get rid of jetInternalFlags

Dan Guest requested to merge dguest/athena:murderflags into main

Jets had their own internal flag system to deal with the "old" configuration before the rest of reconstruction had migrated to AthConfigFlags. At this point we've deleted the old configuration completely, so they these jet internal flags don't serve any purpose.

They were only used for one thing anyway (telling the job to throw an exception if some modifiers / filters couldn't be run, rather than disabling them), so I moved this option into the standard AthConfigFlags.

Previous description

These things are weird, let's see what blows up when we remove them.

Edited by Dan Guest

Merge request reports