]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/STRANGENESS/LambdaK0PbPb/runFit.sh
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / STRANGENESS / LambdaK0PbPb / runFit.sh
CommitLineData
8797f8b6 1
e33438ef 2cent=00
3# Set hist equal to 0 for standard pt analysis, other values for QA histograms
4hist=0
5#suffix=K0MC
8797f8b6 6#suffix=K0Real
7#suffix=LMC
e33438ef 8suffix=LReal
9# Set partID = 0 for K0s, 1 for Lambda, 2 for anti-Lambda
10# or 3 for special case of summed anti-Lambda + Lambda
11partID=1
12# Set data equal to the subdirectory within output[or output10binsNew - check in run.sh] which contains root files from task
8797f8b6 13#data=LHC10h_000139172_p2
14#data=LHC10h_pass2
e33438ef 15#data=LHC11a10a_final
16data=Twiki23Aug
8797f8b6 17out=results
18#out=resultsPt
19
20#./run.sh -f LHC10h_000139172_p2 -b 00 -s 4 -x K0cent00MC -m -p 0
21./run.sh -f ${data} -b ${cent} -s ${hist} -x ${suffix} -m -p ${partID}
22
23mkdir ./${out}
24mkdir ./${out}/${suffix}/
25mkdir ./${out}/${suffix}/${cent}
26outfold=./${out}/${suffix}/${cent}
27mv Yield* ${outfold}
28mv Diag* ${outfold}
29mv Masses* ${outfold}
30
31echo "//////////////////////////////////////"
e33438ef 32echo "output directory is: " ${outfold}