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.16 |
g++ NewLimitCapsule.C -o NewLimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer -lMinuit2 -lRooFit -lRooFitCore -lFoam -lMinuit
|
6 |
buchmann |
1.17 |
g++ TimedLimitCapsule.C -o TimedLimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer -lMinuit2 -lRooFit -lRooFitCore -lFoam -lMinuit
|
7 |
buchmann |
1.13 |
g++ create_exclusion_plot.C -o create_exclusion_plot.exec `root-config --glibs --cflags` -lTreePlayer
|
8 |
buchmann |
1.15 |
g++ make_final_plots.C -o make_final_plots.exec `root-config --glibs --cflags` -lTreePlayer
|
9 |
buchmann |
1.11 |
LimitCapsule.exec:
|
10 |
|
|
g++ LimitCapsule.C -o LimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer #-lMinuit2 -lRooFit -lRooFitCore
|
11 |
buchmann |
1.13 |
# g++ test_the_droplet.C -o test_the_droplet.exec `root-config --glibs --cflags` -lTreePlayer
|
12 |
|
|
NewLimitCapsule.exec:
|
13 |
buchmann |
1.14 |
g++ NewLimitCapsule.C -o NewLimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer -lMinuit2 -lRooFit -lRooFitCore
|
14 |
buchmann |
1.13 |
create_exclusion_plot.exec:
|
15 |
|
|
g++ create_exclusion_plot.C -o create_exclusion_plot.exec `root-config --glibs --cflags` -lTreePlayer
|
16 |
buchmann |
1.15 |
make_final_plots.exec:
|
17 |
|
|
g++ make_final_plots.C -o make_final_plots.exec `root-config --glibs --cflags` -lTreePlayer
|
18 |
buchmann |
1.17 |
TimedLimitCapsule.exec:
|
19 |
|
|
g++ TimedLimitCapsule.C -o TimedLimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer -lMinuit2 -lRooFit -lRooFitCore -lFoam -lMinuit
|