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 libvxi11.so");
  6.   gROOT->ProcessLine(".L windowed_test.C+");
  7.   windowed_test();
  8. }
  9.