Revision: | 1.3 |
Committed: | Tue Aug 16 11:32:06 2011 UTC (13 years, 8 months ago) by buchmann |
Branch: | MAIN |
Changes since 1.2: | +3 -2 lines |
Log Message: | Big adaptation in the way the code is run; instead of an initialization time of up to 5 min it is now at 0.43 s. |
# | User | Rev | Content |
---|---|---|---|
1 | buchmann | 1.1 | all: |
2 | buchmann | 1.3 | g++ produce_plots.C -o produce_plots.exec `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread |
3 | g++ Efficiency.C -o Efficiency.exec `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread | ||
4 | g++ EfficiencyWorkerScript.C -o EfficiencyWorkerScript.exec `root-config --glibs --cflags` -lTreePlayer -std=gnu++0x -lpthread | ||
5 | buchmann | 1.2 |