Skip to content

Commit

Permalink
Remove node delete
Browse files Browse the repository at this point in the history
  • Loading branch information
kcormi committed Jul 8, 2024
1 parent 21a4a67 commit a521420
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 a521420

Please sign in to comment.