forked from goni-zz/Jpsi_v2_PbPb2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathv2mass_hist_weight_AccSys.sh
executable file
·83 lines (74 loc) · 2.8 KB
/
v2mass_hist_weight_AccSys.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#!/bin/bash
root -l -b <<EOF
.L v2mass_hist_weight_HFDown.C
.q
EOF
echo entering to the loop...
#pt='6.5,7.5'
#ctauLo='0.008'
#ctauHi='0.116'
#ctauLo='0.003'
#ctauHi='0.101'
#for pt in '3,4.5' '4.5,6.5'
#do
# root -l -b -q 'v2mass_hist_weight.C('$pt',1.6,2.4,40,80,-1)'
# root -l -b -q 'v2mass_hist_weight.C('$pt',1.6,2.4,40,80,0)'
# root -l -b -q 'v2mass_hist_weight.C('$pt',1.6,2.4,40,80,1)'
#done
#for pt in '3,4.5' '3,6.5' '4.5,6.5'
#do
# root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',1.6,2.4,20,120,-1)'
# root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',1.6,2.4,20,120,0)'
# root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',1.6,2.4,20,120,1)'
#done
#
#for pt in '6.5,7.5' '6.5,9' '7.5,9' '9,12' '12,15' '15,50'
#do
# root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',0,2.4,20,120,-1)'
# root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',0,2.4,20,120,0)'
# root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',0,2.4,20,120,1)'
#done
for pt in '3,4.5' '3,6.5' '4.5,6.5'
do
root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',1.6,2.4,40,80,-1)'
root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',1.6,2.4,40,80,0)'
root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',1.6,2.4,40,80,1)'
done
for pt in '6.5,7.5' '6.5,9' '7.5,9' '9,12' '12,15' '15,50'
do
root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',0,2.4,40,80,-1)'
root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',0,2.4,40,80,0)'
root -l -b -q 'v2mass_hist_weight_AccSys_210928.C('$pt',0,2.4,40,80,1)'
done
#for cent in '60,80' '80,100' '100,180'
#do
# root -l -b -q 'v2mass_hist_weight.C(6.5,50,0,2.4,'$cent',-1)'
# root -l -b -q 'v2mass_hist_weight.C(6.5,50,0,2.4,'$cent',0)'
# root -l -b -q 'v2mass_hist_weight.C(6.5,50,0,2.4,'$cent',1)'
#done
#for pt in '3,4.5' '3,6.5' '4.5,6.5'
#do
# root -l -b -q 'v2mass_hist_weight_HFDown.C('$pt',1.6,2.4,20,120,-1)'
# root -l -b -q 'v2mass_hist_weight_HFDown.C('$pt',1.6,2.4,20,120,0)'
# root -l -b -q 'v2mass_hist_weight_HFDown.C('$pt',1.6,2.4,20,120,1)'
#done
#
#for pt in '6.5,7.5' '6.5,9' '7.5,9' '9,12' '12,15' '15,50'
#do
# root -l -b -q 'v2mass_hist_weight_HFDown.C('$pt',0,2.4,20,120,-1)'
# root -l -b -q 'v2mass_hist_weight_HFDown.C('$pt',0,2.4,20,120,0)'
# root -l -b -q 'v2mass_hist_weight_HFDown.C('$pt',0,2.4,20,120,1)'
#done
#for pt in '3,4.5' '3,6.5' '4.5,6.5'
#do
# root -l -b -q 'v2mass_hist_weight_HFUp.C('$pt',1.6,2.4,20,120,-1)'
# root -l -b -q 'v2mass_hist_weight_HFUp.C('$pt',1.6,2.4,20,120,0)'
# root -l -b -q 'v2mass_hist_weight_HFUp.C('$pt',1.6,2.4,20,120,1)'
#done
#
#for pt in '6.5,7.5' '6.5,9' '7.5,9' '9,12' '12,15' '15,50'
#do
# root -l -b -q 'v2mass_hist_weight_HFUp.C('$pt',0,2.4,20,120,-1)'
# root -l -b -q 'v2mass_hist_weight_HFUp.C('$pt',0,2.4,20,120,0)'
# root -l -b -q 'v2mass_hist_weight_HFUp.C('$pt',0,2.4,20,120,1)'
#done