Ignore:
Timestamp:
04/02/01 15:08:48 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/CT1Hillas.C

    r710 r716  
    4040    //  4) fill the hillas into the histograms
    4141    //
    42     MCT1ReadAscii read("CT1_97_on1.dat") ;
     42    MCT1ReadAscii read;
     43    read.AddFile("CT1_99_off1.dat");
     44    read.AddFile("CT1_99_off2.dat");
     45
    4346    MImgCleanStd  clean;
    4447    MHillasCalc   hcalc;
  • trunk/MagicSoft/Mars/macros/readCT1.C

    r710 r716  
    4242
    4343        clean.Process();
    44         hcalc.Process();
     44
     45        if (hcalc.Process()==kCONTINUE)
     46        {
     47            cout << "skipped." << endl;
     48            continue;
     49        }
    4550
    4651        hillas.Print();
Note: See TracChangeset for help on using the changeset viewer.