Fork me on GitHub

Changeset c1263ee in git


Ignore:
Timestamp:
Jul 10, 2013, 12:23:02 AM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
6ea86ce
Parents:
97510e6
Message:

increase jet multiplicity in processing time plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/ProcessingTime.C

    r97510e6 rc1263ee  
    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.