Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
111 f9daq 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
}