Skip to content

commenting out the call to run algs which preformat information for closeBy...

R D Schaffer requested to merge schaffer/athena:main-physFixForCloseByAlgs into main

Commenting out the call to run algs which preformat information for closeBy correction run in analysis.

The CloseBy isolation correction is run when making the Phys and PhysLite. For Phys (and LLP1), we also run algs so that one can 'precalculate' some information and then be able to run the CloseBy again with reading Phys of LLP1. However, I discovered that doing both the correction and running the algs in the same job has a 'clash' in the logic. So for the moment, I have removed the running of the algs as they are there for just a check.

If possible, this MR should go in so that the Phys production can have this correction.

Merge request reports