ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Limits/Makefile
Revision: 1.13
Committed: Fri Sep 16 08:47:53 2011 UTC (13 years, 7 months ago) by buchmann
Branch: MAIN
Changes since 1.12: +6 -1 lines
Log Message:
Added tool to draw exclusion plot for SMS (and reference cross section)

File Contents

# User Rev Content
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.13 g++ create_exclusion_plot.C -o create_exclusion_plot.exec `root-config --glibs --cflags` -lTreePlayer
7 buchmann 1.11 LimitCapsule.exec:
8     g++ LimitCapsule.C -o LimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer #-lMinuit2 -lRooFit -lRooFitCore
9 buchmann 1.13 # g++ test_the_droplet.C -o test_the_droplet.exec `root-config --glibs --cflags` -lTreePlayer
10     NewLimitCapsule.exec:
11     g++ NewLimitCapsule.C -o NewLimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer #-lMinuit2 -lRooFit -lRooFitCore
12     create_exclusion_plot.exec:
13     g++ create_exclusion_plot.C -o create_exclusion_plot.exec `root-config --glibs --cflags` -lTreePlayer