Changeset c1263ee in git
- Timestamp:
- Jul 10, 2013, 12:23:02 AM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 6ea86ce
- Parents:
- 97510e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/ProcessingTime.C
r97510e6 rc1263ee 10 10 11 11 TGraphErrors gr; 12 TPaveText comment(0.20, 0.7 2, 0.50, 0.81, "brNDC");12 TPaveText comment(0.20, 0.75, 0.50, 0.84, "brNDC"); 13 13 14 14 TCanvas *canvas; … … 81 81 currentDirectory->cd(); 82 82 83 for(i = 1; i < 9; ++i)83 for(i = 1; i < 10; ++i) 84 84 { 85 85 chain->Draw("Event.ProcTime >> time", TString::Format("Jet_size == %d", i+1)); … … 88 88 } 89 89 90 gr.GetXaxis()->SetLimits(1.0, 1 0.0);90 gr.GetXaxis()->SetLimits(1.0, 11.0); 91 91 gr.GetXaxis()->SetTitleOffset(1.5); 92 92 gr.GetYaxis()->SetTitleOffset(1.75);
Note:
See TracChangeset
for help on using the changeset viewer.