Ignore:
Timestamp:
04/30/02 12:00:44 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCT1ReadAscii.cc

    r1081 r1325  
    4444
    4545#include <TList.h>
     46#include <TSystem.h>
    4647
    4748#include "MLog.h"
     
    124125    const char *name = file->GetName();
    125126
    126     fIn = new ifstream(name);
     127    fIn = new ifstream(gSystem->ExpandPathName(name));
    127128
    128129    const Bool_t noexist = !(*fIn);
Note: See TracChangeset for help on using the changeset viewer.