Ignore:
Timestamp:
03/27/01 15:52:41 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r700 r705  
    1313    plist->AddToList(&tlist);
    1414
    15     MReadTree    read("oscar_protons.root", "Events") ;
     15    MReadTree    read("Events", "oscar_protons.root");
     16    MReadTree    read.AddFile("test.root");
    1617    MCerPhotCalc ncalc;
    1718    MImgCleanStd clean;
     
    3738    {
    3839        cout << "Event: " << icount++  << endl  ;
    39 
    40         if (icount < 45 )
    41             continue;
    4240
    4341        ncalc.Process();
Note: See TracChangeset for help on using the changeset viewer.