Cannot use Offset() with RooAbsPdf::fitTo()

Dear experts,

I’m trying to update my workflow from root v6.24/02 to 6.32/16, but it seems the Offset() option is ignored by the fitTo() function. This is quite important for me as I’m running an unbinned simultaneous fit where one category has orders of magnitude more events than the other, and I keep seeing MACHINE ACCURACY LIMITS FURTHER IMPROVEMENT if I don’t use it (together with the fact that the fit fails to find sensible results). I’ve attached a minimal example where Offset() is ignored, but it’s really nothing special. I have tried with both Offset(true) and Offset(“initial“).

Thank you in advance.

test_fit2.cpp (1.2 KB)