ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Limits/Makefile
Revision: 1.12
Committed: Thu Sep 15 08:58:43 2011 UTC (13 years, 7 months ago) by buchmann
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
Everything is now ready to switch to roostats (just switch one line in LimitCalculation.C where it says LimitCapsule.exec and replace it with NewLimitCapsule.exec

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.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