]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/scripts/guiEnv.sh
Adding scripts for filtering
[u/mrichter/AliRoot.git] / TPC / scripts / guiEnv.sh
1 #
2 # setup aliroot environment
3 # to be modified by users
4
5 #
6
7 #
8 # set your aliroot
9 #
10 source /u/miranov/.balice64HEAD0108
11 #
12 #output directory
13 #
14 export GUI_OUTDIR=/lustre/alice/TPCgui
15
16 #usually the next two can stay as they are. If your not happy with where the output is written
17 #feel free to change them
18 export GUI_OUTDIR_TIME=$GUI_OUTDIR/time
19 export GUI_OUTDIR_RUNS=$GUI_OUTDIR/runs
20
21 #command for batch processing
22 # see also TMPLISTDIR!!!
23 export BATCHCOMMAND="bsub -q alice-t3_8h"
24
25 #directory for the temporary list files
26 #for batch processing this dir needs to be accessable from the batch nodes!!!
27 export TMPLISTDIR=$GUI_OUTDIR/guiTreeLists
28
29 #path to reference tree. Consider to use one!
30 #see README to understand how to create them
31 export REF_DATA_FILE=$GUI_OUTDIR/ref/RefCalPads.root
32 export REF_DATA_TREE=$GUI_OUTDIR/ref/RefTree.root
33
34 #whether alien path is used in OCDB
35 #export WITHALIEN=1
36 export WITHALIEN=0
37
38 #where to look for files in automatic tree creation
39 #it assumes a path to an OCDB directory and uses the
40 #run numbers of the file names:
41 #Run([0-9]{5})_.*
42 export AUTOFILES=/lustre/alice/alien/alice/data/2009/OCDB/TPC/Calib/HighVoltage
43
44 #number of files per chunk in automatic tree creation
45 export NFILES=25
46