Improved plotting of fractions from energy scans.

This commit is contained in:
2012-01-12 12:53:16 +00:00
parent 496806a0ad
commit a6acae01c5
2 changed files with 77 additions and 27 deletions

View File

@ -160,6 +160,7 @@ void plotRge(TString &names)
rge[i]->SetLineColor(color[i]);
} else {
TRandom *rand = new TRandom(i);
col = TColor::GetColor((Int_t)rand->Integer(255),(Int_t)rand->Integer(255),(Int_t)rand->Integer(255));
rge[i]->SetMarkerColor(col);
rge[i]->SetLineColor(col);