Fork me on GitHub

Changeset 1210 in svn for trunk/examples/ProcessingTime.C


Ignore:
Timestamp:
Jul 10, 2013, 12:23:02 AM (11 years ago)
Author:
Pavel Demin
Message:

increase jet multiplicity in processing time plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/ProcessingTime.C

    r1207 r1210  
    1010
    1111TGraphErrors gr;
    12 TPaveText comment(0.20, 0.72, 0.50, 0.81, "brNDC");
     12TPaveText comment(0.20, 0.75, 0.50, 0.84, "brNDC");
    1313
    1414TCanvas *canvas;
     
    8181  currentDirectory->cd();
    8282
    83   for(i = 1; i < 9; ++i)
     83  for(i = 1; i < 10; ++i)
    8484  {
    8585    chain->Draw("Event.ProcTime >> time", TString::Format("Jet_size == %d", i+1));
     
    8888  }
    8989
    90   gr.GetXaxis()->SetLimits(1.0, 10.0);
     90  gr.GetXaxis()->SetLimits(1.0, 11.0);
    9191  gr.GetXaxis()->SetTitleOffset(1.5);
    9292  gr.GetYaxis()->SetTitleOffset(1.75);
Note: See TracChangeset for help on using the changeset viewer.