int start(char *path="."){ gROOT->SetMacroPath(path); gROOT->ProcessLine(".L libdaq.so"); gROOT->ProcessLine(".L gui.C+"); gui(); }