Skip to content

Commit

Permalink
Merge pull request #991 from kcormi/fix_plots_option
Browse files Browse the repository at this point in the history
fix seg fault with FitDiagnostics plots
  • Loading branch information
anigamova authored Jul 9, 2024
2 parents 21a4a67 + a521420 commit 79e0fc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ utils::makePlots(const RooAbsPdf &pdf, const RooAbsData &data, const char *signa
if (rebinFactor>1) ds->plotOn(ret.back(), RooFit::DataError(RooAbsData::Poisson));
else ds->plotOn(ret.back(), RooFit::DataError(RooAbsData::Poisson),RooFit::Binning(""));
}
delete ds;
}
delete datasets;
} else if (pdf.canBeExtended()) {
Expand Down

0 comments on commit 79e0fc9

Please sign in to comment.