14 ROOT.gInterpreter.ProcessLine(
'R__ADD_LIBRARY_PATH(/usr/local/lib)')
17 ROOT.gInterpreter.ProcessLine(
'R__LOAD_LIBRARY(libGaranaAccessors.so)')
18 ROOT.gInterpreter.ProcessLine(
'R__LOAD_LIBRARY(libGaranaProducts.so)')
19 ROOT.gInterpreter.ProcessLine(
'R__LOAD_LIBRARY(libGaranaDict.so)')
20 ROOT.gInterpreter.ProcessLine(
'R__LOAD_LIBRARY(libGaranaUtility.so)')
22 ROOT.gInterpreter.ProcessLine(
'R__ADD_INCLUDE_PATH(/home/chilgenb/garana)')
25 ROOT.gInterpreter.Declare(
'#include "garana/Accessors/TreeManager.h"')
26 ROOT.gInterpreter.Declare(
'#include "garana/Utility/Backtracker.h"')
28 ROOT.gInterpreter.ProcessLine(
'using namespace garana;')
31 if __name__ ==
'__main__':