Changeset 18198 for trunk/Mars/fact/plots/quality.C
- Timestamp:
- 06/10/15 16:11:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/plots/quality.C
r18197 r18198 394 394 395 395 396 g1.SetMinimum( 0);397 g1.SetMaximum( 100);396 g1.SetMinimum(10); 397 g1.SetMaximum(80); 398 398 g1.SetMarkerColor(kAzure); 399 399 g1.SetMarkerStyle(marker_style); … … 860 860 gPad->SetRightMargin(0.001); 861 861 gPad->SetLeftMargin(0.04); 862 gPad->SetBottomMargin(0); 862 863 cout << PlotTemperature1(runs, fname) << endl; 863 864 cout << PlotTemperature2(runs, fname) << endl;
Note:
See TracChangeset
for help on using the changeset viewer.