Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed


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