Future lbel pr cheated vp
Updated PrMCTools/PrCheatedVP
to use the polynomial fit from PrFitParams
rather than its own, local implementation. To do this, PrFitParams/PrFitTool
is turned into a library, which is linked with PrMCTools
. It works fine, except on compilation it yields the following warning:
[warning] library [PrMCTools] exposes factory [PrFitTool] which is declared in [libPrFitParamsLib.so] !!
Not sure why this is or if it is harmful. The algorithm has also been updated to use the new Gaudi framework.