Skip to content

Let an argument parser be passed in to runHLT.athenaCfg

Tim Martin requested to merge tamartin/athena:passInParser into 24.0

This optional argument helps when you want to write a steering script which calls in to runHLT.athenaCfg in order to configure the HLT.

It prevents the parser from getting confused by additional options the higher level script may have added to (and then parsed from) the primary options parser.

cc @hmoyanog

Merge request reports