1 |
buchmann |
1.1 |
all:
|
2 |
buchmann |
1.11 |
g++ LimitWorkerScript.C -o LimitWorkerScript.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lFoam -lTreePlayer #-lRooFitCore -lRooStats
|
3 |
|
|
g++ produce_limit_plots.C -o produce_limit_plots.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lFoam -lTreePlayer #-lRooFitCore -lRooStats
|
4 |
|
|
g++ LimitCapsule.C -o LimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer #-lMinuit2 -lRooFit -lRooFitCore
|
5 |
buchmann |
1.12 |
g++ NewLimitCapsule.C -o NewLimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer #-lMinuit2 -lRooFit -lRooFitCore
|
6 |
buchmann |
1.11 |
LimitCapsule.exec:
|
7 |
|
|
g++ LimitCapsule.C -o LimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer #-lMinuit2 -lRooFit -lRooFitCore
|
8 |
|
|
g++ test_the_droplet.C -o test_the_droplet.exec `root-config --glibs --cflags` -lTreePlayer
|