]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG/muondep/AccEffTemplates/AOD_merge.sh
modified ranges for Phi exclusion cuts in order to be able to go accross 2Pi
[u/mrichter/AliRoot.git] / PWG / muondep / AccEffTemplates / AOD_merge.sh
1 #!/bin/bash
2 export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
3 echo "========================================="
4 echo "############## PATH : ##############"
5 echo $PATH
6 echo "############## LD_LIBRARY_PATH : ##############"
7 echo $LD_LIBRARY_PATH
8 echo "############## ROOTSYS : ##############"
9 echo $ROOTSYS
10 echo "############## which root : ##############"
11 which root
12 echo "############## ALICE_ROOT : ##############"
13 echo $ALICE_ROOT
14 echo "############## which aliroot : ##############"
15 which aliroot
16 echo "############## system limits : ##############"
17 ulimit -a
18 echo "############## memory : ##############"
19 free -m
20 echo "========================================="
21
22 aliroot -b -q AODtrain.C\($1\)
23 echo "======== AODtrain_merge.C finished with exit code: $? ========"
24 echo "############## memory after: ##############"
25 free -m