1 |
|
all: |
2 |
< |
g++ produce_plots.C -o produce_plots.exec `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread |
3 |
< |
g++ Efficiency.C -o Efficiency.exec `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread |
4 |
< |
g++ EfficiencyWorkerScript.C -o EfficiencyWorkerScript.exec `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread |
2 |
> |
g++ produce_plots.C -o produce_plots.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lFoam -lTreePlayer |
3 |
> |
g++ EfficiencyWorkerScript.C -o EfficiencyWorkerScript.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lFoam -lTreePlayer |
4 |
|
|