1 |
|
all: |
2 |
< |
g++ SystematicsWorkerScript.C -o SystematicsWorkerScript.exec -lMinuit2 -lMinuit -lRooFit -lRooFitCore `root-config --libs --cflags` -lFoam -lTreePlayer -std=gnu++0x -lpthread |
3 |
< |
g++ produce_syst_plots.C -o produce_syst_plots.exec -lMinuit2 -lMinuit -lRooFit -lRooFitCore `root-config --libs --cflags` -lFoam -std=gnu++0x -lpthread |
2 |
> |
g++ SystematicsWorkerScript.C -o SystematicsWorkerScript.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lRooFitCore -lRooStats -lFoam -lTreePlayer |
3 |
> |
g++ produce_syst_plots.C -o produce_syst_plots.exec -lMinuit2 -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lRooFitCore -lRooStats -lFoam -lTreePlayer |