]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/AnalysisMacros/Interactive/alienroot
Adding the files needed to run an interactive analysis sessions using the event tags...
[u/mrichter/AliRoot.git] / PWG2 / AnalysisMacros / Interactive / alienroot
1 # Put this file under your $HOME/bin (or wherever you want)
2 # and place the corresponding directory in your $PATH
3 #!/bin/bash
4
5 export ALIEN=/home/trn2301/alien
6 export ROOTSYS=/home/trn2301/root
7 export PATH=$ROOTSYS/bin:$PATH
8 export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH:$ALIEN/api/lib
9
10 if [ -e /tmp/gclient_env_$UID ]; then
11    source /tmp/gclient_env_$UID;
12   root.exe $*
13 fi