Changeset 1355 for trunk/WuerzburgSoft/Thomas/mphys
- Timestamp:
- 06/10/02 09:09:13 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WuerzburgSoft/Thomas/mphys/phys.C
r1352 r1355 700 700 Double_t runtime = 15*60; ///*18*60*/60; // [s] 701 701 702 Double_t lo = 2e 4;702 Double_t lo = 2e5; 703 703 Double_t hi = 2e10; 704 704 Double_t alpha = -2; … … 745 745 // 746 746 hist.SetFillStyle(0); 747 hist.SetMarkerStyle( 2);747 hist.SetMarkerStyle(kPlus); 748 748 histsrc.SetFillStyle(0); 749 histsrc.SetMarkerStyle( 2);749 histsrc.SetMarkerStyle(kMultiply); 750 750 751 751 MBinning bins; … … 817 817 818 818 fcas << p->GetEnergy() << endl; 819 820 listg.Remove(p); 819 delete listg.Remove(p); 821 820 continue; 822 821 } … … 837 836 } 838 837 839 listg.Remove(p);838 delete listg.Remove(p); 840 839 cout << "." << flush; 841 840 } … … 905 904 gPad->Clear(); 906 905 907 histsrc.SetTitle(Form("E^%.1f, z=%f, T=%d'%d\", N=%d", alpha, startz, (int)runtime/60, (int)runtime%60, n)); 906 hist.SetTitle(Form("E^%.1f, z=%f, T=%d'%d\", N=%d", alpha, startz, (int)runtime/60, (int)runtime%60, n)); 907 gPad->Modified(); 908 gPad->Update(); 908 909 909 910 hist.DrawCopy("P");
Note:
See TracChangeset
for help on using the changeset viewer.