Skip to content

rewriting HIJetRecConfigCA

Petr Balek requested to merge pbalek/athena:hi-disentangle-hijetrecconfig into 23.0

HIJetRecConfigCA has been rewritten so it's more intuitive to navigate in it. Some duplicate code was removed and whenever possible, the setup was moved from the main function HIJetRecCfg to the dedicated functions.

Now, each tool has its own function and the properties can be set via kwargs. The tools are passed via component accumulator if not set with the relevant kwarg. It may print couple of warnings if misconfigured.

It was verified that the output is the same as before.

Tagging @stapiaar @mrybar

Closes ATLHI-492

Merge request reports