]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/ppbench/runtest.sh
Removing obsolete macros, changes to work with the trunk, clean-up
[u/mrichter/AliRoot.git] / test / ppbench / runtest.sh
CommitLineData
313d5d68 1#!/bin/sh
2# Root
3# export ROOTSYS=/afs/cern.ch/alice/library/root/new
4# export PATH=$ROOTSYS/bin:$PATH
5# export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH
6# AliRoot
7# export ALICE=/afs/cern.ch/alice/library
8# export ALICE_LEVEL=new
9# export ALICE_ROOT=$ALICE/$ALICE_LEVEL
10# export ALICE_TARGET=`$ROOTSYS/bin/root-config --arch`
11# export PATH=$ALICE_ROOT/bin/tgt_${ALICE_TARGET}:$PATH
12# export LD_LIBRARY_PATH=$ALICE_ROOT/lib/tgt_${ALICE_TARGET}:$LD_LIBRARY_PATH
13# Geant3
14# export LD_LIBRARY_PATH=$ALICE/geant3/lib/tgt_${ALICE_TARGET}:$LD_LIBRARY_PATH
15
16rm -rf *.root *.dat *.log fort* hlt hough raw* recraw/*.root recraw/*.log
2d7395ae 17aliroot -b -q $1sim.C 2>&1 | tee sim.log
927ebea8 18mv syswatch.log simwatch.log
2d7395ae 19aliroot -b -q $1rec.C 2>&1 | tee rec.log
927ebea8 20mv syswatch.log recwatch.log
2d7395ae 21aliroot -b -q ${ALICE_ROOT}/STEER/CheckESD.C 2>&1 | tee check.log
22aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C 2>&1 | tee aod.log
313d5d68 23
24cd recraw
44ed7a66 25ln -s ../raw.root .
927ebea8 26aliroot -b -q rec.C 2>&1 | tee rec.log
0bbcc64f 27mv syswatch.log ../rawwatch.log
4c0de5a9 28aliroot -b -q ${ALICE_ROOT}/STEER/CreateAODfromESD.C\(\"AliESDs.root\",\"AliAODs.root\",kFALSE\) 2>&1 | tee aod.log
313d5d68 29
30
31