-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_mixEvents.sh
executable file
·38 lines (25 loc) · 979 Bytes
/
run_mixEvents.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
#!/usr/bin/env bash
./mixEvents.exe mix_config.inp mixEvents.root mTTD_cut.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents1.root mTTD_cut1.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents2.root mTTD_cut2.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents_pr80.root mTTD_cut_pr80.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents1_pr80.root mTTD_cut1_pr80.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents2_pr80.root mTTD_cut2_pr80.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents_pr90.root mTTD_cut_pr90.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents1_pr90.root mTTD_cut1_pr90.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents2_pr90.root mTTD_cut2_pr90.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents_pr95.root mTTD_cut_pr95.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents1_pr95.root mTTD_cut1_pr95.root &
sleep 5
./mixEvents.exe mix_config.inp mixEvents2_pr95.root mTTD_cut2_pr95.root &
sleep 5