Ignore:
Timestamp:
04/30/02 09:06:46 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 edited

Legend:

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

    r1222 r1323  
    149149    // Execute your analysis
    150150    //
    151     if (!evtloop.Eventloop(5))
     151    if (!evtloop.Eventloop())
    152152        return;
    153153
  • trunk/MagicSoft/Mars/macros/tar.C

    r1316 r1323  
    66
    77    TString name = &dir[slash+1];
     8
     9    if (!gSystem->AccessPathName("../"+name+".tar"))
     10    {
     11        cout << "File '../" << name << ".tar' existing." << endl;
     12        return;
     13    }
     14
     15    if (!gSystem->AccessPathName("../"+name+".tar.gz"))
     16    {
     17        cout << "File '../" << name << ".tar.gz' existing." << endl;
     18        return;
     19    }
    820
    921    gSystem->cd("..");
Note: See TracChangeset for help on using the changeset viewer.