Skip to content

Commit 9503127

Browse files
committed
[tutorials][roofit] Add a new contour level to test new fix for contours at limits
1 parent e9ebabf commit 9503127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/roofit/roofit/rf601_intminuit.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ void rf601_intminuit()
9191
// problems (e.g. zero probabilities during likelihood evaluation)
9292
std::unique_ptr<RooFitResult> fitResult{m.save()};
9393

94-
// Make contour plot of mx vs sx at 1,2,3 sigma
95-
RooPlot *frame = m.contour(frac, sigma_g2, 1, 2, 3);
94+
// Make contour plot of mx vs sx at 1,2,3,4 sigma
95+
RooPlot *frame = m.contour(frac, sigma_g2, 1, 2, 3, 4);
9696
frame->SetTitle("Minuit contour plot");
9797

9898
// Print the fit result snapshot

0 commit comments

Comments
 (0)