Draft: Clean-up and refactoring of the tracking GANs; see MR !755
Clean-up and refactoring of the tracking GANs; see MR !754 (closed) and !755 (closed) for history.
The tracking GANs are designed to learn deviation of the target distribution from a standard multivariate Gaussian. This is reasonable because of the quantile preprocessing. The logic implementing this "deviation" was in LamarrPropagator before, but this is suboptimal because in a future modification of the model this "residual-like" logic might be removed. I moved the necessary steps out from Lamarr and included them in the pluggable model.
Note: this will break Lamarr as long as the parametrizations are not updated.
Edited by Lucio Anderlini