Changeset d97a18b in git for external/ExRootAnalysis
- Timestamp:
- Apr 7, 2017, 5:45:28 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 2871513
- Parents:
- d94dfcf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootConfReader.cc
rd94dfcf rd97a18b 12 12 #include "tcl/tcl.h" 13 13 14 #include <libgen.h>14 #include "TSystem.h" 15 15 16 16 #include <iostream> … … 57 57 } 58 58 59 if(isTop) fTopDir = dirname(const_cast<char *>(fileName));59 if(isTop) fTopDir = gSystem->DirName(fileName); 60 60 61 61 int file_length = inputFileStream.tellg();
Note:
See TracChangeset
for help on using the changeset viewer.