Ignore:
Timestamp:
06/12/08 15:35:15 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/tutorials/readrfl.C

    r7159 r8940  
    5353}
    5454
    55 void readrfl(int runno=-1, int evtno=-1, const char *fname="Gamma_zbin0_90_7_50700to50704_w0.rfl")
     55void readrfl(int runno=-1, int evtno=-1, const char *fname="~msmeyer/MC/MagicSoft/Simulation/Detector/ReflectorII/resultsQi/000302.rfl")
    5656{
    5757    MParList plist;
     
    8787    cout << "Runno: " << runno << "  Eventno: " << evtno << endl;
    8888
     89    runhead.Print();
     90
    8991    while (JumpTo(tlist, read, runno, evtno))
    9092    {
     
    9496        cout << "Event #" << evthead.GetEvtNumber() << endl;
    9597
     98        evthead.Print();
     99
    96100        display.SetCamContent(event);
     101
     102        if (display.GetMean()<1e-5)
     103            continue;
    97104
    98105        gPad->Modified();
Note: See TracChangeset for help on using the changeset viewer.