I the RooFit interactive Minuit tutorial, there is this line here:
// The contour algorithm in Minuit2 does not work for this tutorial
m.setMinimizerType("Minuit");
The implementation of CONTOUR in Minuit2 should be fixed such that this is not necessary.
The problem has something to do with the contours hitting the parameter boundaries.
If one tries to get different contours inside the boundary by changing the contour() to for example:
RooPlot *frame = m.contour(frac, sigma_g2, 1, 1.4, 1.7);
the plot looks still a bit screwed up with out-of-place lines:

Also this problem should be fixed.
I the RooFit interactive Minuit tutorial, there is this line here:
The implementation of
CONTOURin Minuit2 should be fixed such that this is not necessary.The problem has something to do with the contours hitting the parameter boundaries.
If one tries to get different contours inside the boundary by changing the
contour()to for example:the plot looks still a bit screwed up with out-of-place lines:
Also this problem should be fixed.