Changeset bd8c884 in git for external/ExRootAnalysis/ExRootConfReader.h
- Timestamp:
- Apr 26, 2016, 3:45:47 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 75f49a7
- Parents:
- 3e8bcb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootConfReader.h
r3e8bcb9 rbd8c884 50 50 ~ExRootConfReader(); 51 51 52 void ReadFile(const char *fileName );52 void ReadFile(const char *fileName, bool isTop = true); 53 53 54 54 int GetInt(const char *name, int defaultValue, int index = -1); … … 63 63 void AddModule(const char *className, const char *moduleName); 64 64 65 const char *GetTopDir() const { return fTopDir; } 66 65 67 private: 68 69 const char *fTopDir; //! 66 70 67 71 Tcl_Interp *fTclInterp; //!
Note:
See TracChangeset
for help on using the changeset viewer.