Changeset 2871513 in git
- Timestamp:
- Apr 8, 2017, 2:22:49 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- b99c90b, eb3be06
- Parents:
- 4b59725 (diff), d97a18b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootConfReader.cc
r4b59725 r2871513 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.