Ignore:
Timestamp:
03/30/01 11:30:32 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r700 r710  
    1111    plist->AddToList(&tlist);
    1212
    13     MCT1ReadAscii read("CT1_99_on1.dat") ;
     13    MCT1ReadAscii read("CT1_99_off1.dat") ;
    1414    MImgCleanStd  clean;
    1515    MHillasCalc   hcalc;
     
    2929    Int_t icount = 0 ;
    3030    MCamDisplay display(&geomcam) ;
     31        display.DrawPhotNum(&phevt);
     32
    3133
    3234    while (read.Process())
    3335    {
    3436        cout << "Event: " << icount++  << endl  ;
    35 
    36         if (icount < 45 )
    37             continue;
    3837
    3938        display.DrawPhotNum(&phevt);
Note: See TracChangeset for help on using the changeset viewer.