Skip to content
Snippets Groups Projects
Commit fca02317 authored by Jan Schulze's avatar Jan Schulze
Browse files

Psi2STo2K2PiGam: viewHistograms.C: autoscale 2D histograms

parent aa516ebd
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ void viewHistograms(TString fname="bin/gcc-4.1.2/debug/link-static/Psi2STo2K2PiG
cmain2d->cd(i+1);
histVectData2d[i]->Draw("colz");
cmain2d->cd(i+1+histVectData2d.size());
histVectMc2d[i]->SetMaximum(histVectData2d[i]->GetMaximum());
histVectMc2d[i]->Draw("colz");
}
......
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