ROOT Version: Not Provided Platform: Not Provided Compiler: Not Provided
I want to use wavelet filter to analyse the data,but I do not know how to use GSL through ROOT.Before that,I was simplely using “root -l test.c” on Ubuntu terminal.
So can anyone tell me how to run it on ROOT?
In GCC,it is
$ gcc –Lyour_path/lib –Iyour_path/include your_code –lgsl –lgslcblas