Compilable macros are :
------> fillpedsig-main.cpp  (needed fillpedsig.cpp and TrkFunctions.cpp)
------> readpedsig-main.cpp  (needed readpedsig.cpp, readpedsig-limits.cpp and TrkFunctions.cpp)

to compile enter the command ""ant" from a terminal in the this directory

[... macros]$ ant 

the result will be two executable files 

fillpedsig
readpedsig

in the directory TRACKER/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

============================================================================

In this directory there is even another compilable macros

TrkScanQLook.cpp

but this script is studied to be compiled and run interactively with ROOT:

---> to compile
change the first four rows of the scripts to point the right yoda directory
then from a terminal:
$ root
root [0] gSystem->Load("the path where is libyoda.so"); 
root [1] .L ....TRACKER/macros/TrkScanQLook.cpp++

will be create a library
TRACKER/macros/TrkScanQLook_cpp.so

---> to run
$ root
root [0] gSystem->Load(".....TRACKER/macros/TrkScanQLook_cpp.so"); 
TrkScanQLook("path of the file to analyse","path of the output directory",number of the event to analyse, number of the DSP to draw)