Skip to content
Snippets Groups Projects
Commit 257af1da authored by Paul Seyfert's avatar Paul Seyfert Committed by Danilo Piparo
Browse files

typo in comment of SPlot.cxx

parent b457c771
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,7 @@ void SPlot::AddSWeight( RooAbsPdf* pdf, const RooArgList &yieldsTmp,
}
// Fit yields to the data with all other variables held constant
// This is necessary because SPlot assumes the yields minimixe -Log(likelihood)
// This is necessary because SPlot assumes the yields minimise -Log(likelihood)
pdf->fitTo(*fSData, RooFit::Extended(kTRUE), RooFit::SumW2Error(kTRUE), RooFit::PrintLevel(-1), RooFit::PrintEvalErrors(-1) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment