Skip to content
Snippets Groups Projects
Commit 275c7764 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

remove a left print statement

git-svn-id: http://root.cern.ch/svn/root/trunk@40679 27541ba8-7e3a-0410-8455-c3a389f83636
parent 66dd8486
Branches
Tags
No related merge requests found
......@@ -695,7 +695,6 @@ void TGraphAsymmErrors::Divide(const TH1* pass, const TH1* total, Option_t *opt)
low = ratio - cor * (eff - low);
upper = ratio + cor * (upper - eff);
eff = ratio;
std::cout << ratio << std::endl;
}
//Set the point center and its errors
SetPoint(npoint,pass->GetBinCenter(b),eff);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment