Compilable macro is : -----> TofScan.cpp >>>>> TO COMPILE WITH "ANT": enter the command "ant" from a terminal in the this directory (src) NB: it is required ant version >= 1.6.0 [... src]$ ant the result will be the executable file TofScan in the directory ToF/bin NB: to compile correctly set the right paths in the initial part of the file build.xml NB: use the options "-h" or "--help" to known the input parameters >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<< >>>>> TO COMPILE WITH "MAKE": enter the command "make" from a terminal in the previous directory (ToF) [... Trigger]$ make the result will be the executable file TofScan in the directory ToF/bin <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> if you want to install the executable in the PAMELA environmental setup, you have to use the bash script install.sh you try the command [... ToF]$ ./install.sh --help to known how to use the script