Changeset 1355 for trunk/WuerzburgSoft


Ignore:
Timestamp:
06/10/02 09:09:13 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WuerzburgSoft/Thomas/mphys/phys.C

    r1352 r1355  
    700700    Double_t runtime = 15*60; ///*18*60*/60; // [s]
    701701
    702     Double_t lo = 2e4;
     702    Double_t lo = 2e5;
    703703    Double_t hi = 2e10;
    704704    Double_t alpha = -2;
     
    745745    //
    746746    hist.SetFillStyle(0);
    747     hist.SetMarkerStyle(2);
     747    hist.SetMarkerStyle(kPlus);
    748748    histsrc.SetFillStyle(0);
    749     histsrc.SetMarkerStyle(2);
     749    histsrc.SetMarkerStyle(kMultiply);
    750750
    751751    MBinning bins;
     
    817817
    818818                    fcas << p->GetEnergy() << endl;
    819 
    820                     listg.Remove(p);
     819                    delete listg.Remove(p);
    821820                    continue;
    822821                }
     
    837836                }
    838837
    839                 listg.Remove(p);
     838                delete listg.Remove(p);
    840839                cout << "." << flush;
    841840            }
     
    905904    gPad->Clear();
    906905
    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();
    908909
    909910    hist.DrawCopy("P");
Note: See TracChangeset for help on using the changeset viewer.