Changeset 1325 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 04/30/02 12:00:44 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCT1ReadAscii.cc
r1081 r1325 44 44 45 45 #include <TList.h> 46 #include <TSystem.h> 46 47 47 48 #include "MLog.h" … … 124 125 const char *name = file->GetName(); 125 126 126 fIn = new ifstream( name);127 fIn = new ifstream(gSystem->ExpandPathName(name)); 127 128 128 129 const Bool_t noexist = !(*fIn);
Note:
See TracChangeset
for help on using the changeset viewer.