Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
145 |
f9daq |
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 |
} |