ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Limits/Makefile
Revision: 1.14
Committed: Wed Sep 21 19:40:55 2011 UTC (13 years, 7 months ago) by buchmann
Branch: MAIN
Changes since 1.13: +2 -2 lines
Log Message:
restored entries for NewLimitCapsule

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.14 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 buchmann 1.14 g++ NewLimitCapsule.C -o NewLimitCapsule.exec `root-config --glibs --cflags` -lTreePlayer -lMinuit2 -lRooFit -lRooFitCore
12 buchmann 1.13 create_exclusion_plot.exec:
13     g++ create_exclusion_plot.C -o create_exclusion_plot.exec `root-config --glibs --cflags` -lTreePlayer