ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
cbrown
/
AnalysisFramework
/
DistributedModelCalculations
/
Efficiency
/
Makefile
Revision:
1.9
Committed:
Tue Sep 6 12:20:06 2011 UTC
(13 years, 8 months ago) by
buchmann
Branch:
MAIN
CVS Tags:
Honeypot, cbaf_2p1ifb
Changes since
1.8
:
+2 -2 lines
Log Message:
Roofit dependency is now only in one file (LimitCapsule)
File Contents
#
Content
1
all:
2
g++ produce_plots.C -o produce_plots.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
3
g++ EfficiencyWorkerScript.C -o EfficiencyWorkerScript.exec -lMinuit2 -lMinuit `root-config --glibs --libs --cflags` -lFoam -lTreePlayer
4