Fork me on GitHub

Ignore:
Timestamp:
Apr 26, 2016, 3:45:47 PM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
75f49a7
Parents:
3e8bcb9
Message:

add source command to ExRootConfReader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootConfReader.h

    r3e8bcb9 rbd8c884  
    5050  ~ExRootConfReader();
    5151
    52   void ReadFile(const char *fileName);
     52  void ReadFile(const char *fileName, bool isTop = true);
    5353
    5454  int GetInt(const char *name, int defaultValue, int index = -1);
     
    6363  void AddModule(const char *className, const char *moduleName);
    6464
     65  const char *GetTopDir() const { return fTopDir; }
     66
    6567private:
     68
     69  const char *fTopDir; //!
    6670
    6771  Tcl_Interp *fTclInterp; //!
Note: See TracChangeset for help on using the changeset viewer.