-
Notifications
You must be signed in to change notification settings - Fork 0
/
runlots.sh
executable file
·46 lines (34 loc) · 1.26 KB
/
runlots.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
arg="-mirror_angle_change_yunc"
typerun=ang440_threeseg_${arg}
numruns=10000
mkdir ${typerun}
amount=0.01
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root
amount=0.02
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root
amount=0.04
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root
amount=0.08
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root
amount=0.16
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root
amount=0.3
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root
amount=0.6
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root
amount=1.2
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root
amount=1.6
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root
amount=2.5
time ./dircfit -n ${numruns} ${arg} ${amount}
mv fitdirc.root ${typerun}/fitdirc_${typerun}_${amount}.root