Skip to content

Update to tauRec config in r21.9 for upgrade studies

Adam Bailey requested to merge adbailey/athena:tau_21.9_config into 21.9

I have added several new flags as were discussed in 31632. The default values defined in tauRecFlags are set to what they were previously. There is an additional "doUpgrade" flag; when this is enabled there is a part in share/tauRec_jobOptions where it sets all of the flags to the updated config files. I also put flags for the RNNEvaluator config in case it is needed in the future.

This way will not affect running anything for Run 2, and the upgrade configs can be enabled with a preExec, eg.: Reco_tf.py --AMI=q431 --preExec 'RAWtoESD:from tauRec.tauRecFlags import tauFlags;tauFlags.doUpgrade=True'

Please check that I have all of the new config files and numbers correct.

Merge request reports