-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnsort_135te
More file actions
22 lines (19 loc) · 722 Bytes
/
nsort_135te
File metadata and controls
22 lines (19 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
#for NUMBER in $(seq 1431 1 1434)
#do
#./bdn_sort_20131125 /music/bpt1/bpt/bdn/2013/setup/datafiles/run0$NUMBER
#./deadtime_correction_135sb3a ./bdn.root
#cp -a ./bdn.root /music/bpt1/bpt/bdn/shane/135sb3/rootfiles/run0$NUMBER.root
#done
#for NUMBER in $(seq 1435 1 1477)
#do
#./bdn_sort_20131125 /music/bpt1/bpt/bdn/2013/setup/datafiles/run0$NUMBER
#./deadtime_correction_135sb3b ./bdn.root
#cp -a ./bdn.root /music/bpt1/bpt/bdn/shane/135sb3/rootfiles/run0$NUMBER.root
#done
for NUMBER in $(seq 1550 1 1559)
do
./bdn_sort_20131125 /music/bpt1/bpt/bdn/2013/setup/datafiles/run0$NUMBER
./deadtime_correction_135sb3b ./bdn.root
cp -a ./bdn.root /music/bpt1/bpt/bdn/shane/135te/rootfiles/run0$NUMBER.root
done