Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

  1.  
  2. int start(char *path="."){
  3.   gROOT->SetMacroPath(path);
  4.   gROOT->ProcessLine(".L libdaqusb.so");
  5.   gROOT->ProcessLine(".L gui.C+");
  6.   gui();
  7. }
  8.