ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/DistributedModelCalculations/Efficiency/Makefile
Revision: 1.1
Committed: Mon Jul 25 14:43:17 2011 UTC (13 years, 9 months ago) by buchmann
Branch: MAIN
Log Message:
First commit of scripts to calculate efficiency using the grid

File Contents

# User Rev Content
1 buchmann 1.1 all:
2     g++ produce_plots.C -o produce_plots.exec `root-config --glibs --cflags`
3     g++ Efficiency.C -o Efficiency.exec `root-config --glibs --cflags`
4     g++ Limits.C -o Limits.exec `root-config --glibs --cflags`