-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_plotF2.sh
executable file
·39 lines (25 loc) · 1.13 KB
/
run_plotF2.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
root -l -b -q 'plotF2.C("graphF2_data.root", "graphF2_mix.root", "F2")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data1.root", "graphF2_mix1.root", "F2_1")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data2.root", "graphF2_mix2.root", "F2_2")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data_pr80.root", "graphF2_mix_pr80.root", "F2_pr80")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data1_pr80.root", "graphF2_mix1_pr80.root", "F2_1_pr80")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data2_pr80.root", "graphF2_mix2_pr80.root", "F2_2_pr80")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data_pr90.root", "graphF2_mix_pr90.root", "F2_pr90")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data1_pr90.root", "graphF2_mix1_pr90.root", "F2_1_pr90")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data2_pr90.root", "graphF2_mix2_pr90.root", "F2_2_pr90")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data_pr95.root", "graphF2_mix_pr95.root", "F2_pr95")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data1_pr95.root", "graphF2_mix1_pr95.root", "F2_1_pr95")'
sleep 2
root -l -b -q 'plotF2.C("graphF2_data2_pr95.root", "graphF2_mix2_pr95.root", "F2_2_pr95")'
sleep 2