]>
Commit | Line | Data |
---|---|---|
8d3b4eb1 | 1 | aliroot -b << EOF |
2 | .x testua1.C("et14") | |
3 | .q | |
4 | EOF | |
5 | mv jets.root jets_pt_0_r_1.0/150-180GeV.root | |
6 | ||
7 | ||
8 | aliroot -b << EOF | |
9 | .x testua1.C("et13") | |
10 | .q | |
11 | EOF | |
12 | mv jets.root jets_pt_0_r_1.0/125-150GeV.root | |
13 | ||
14 | aliroot -b << EOF | |
15 | .x testua1.C("et12") | |
16 | .q | |
17 | EOF | |
18 | mv jets.root jets_pt_0_r_1.0/104-125GeV.root | |
19 | ||
20 | aliroot -b << EOF | |
21 | .x testua1.C("et11") | |
22 | .q | |
23 | EOF | |
24 | mv jets.root jets_pt_0_r_1.0/86-104GeV.root | |
25 | ||
26 | ||
27 | aliroot -b << EOF | |
28 | .x testua1.C("et10") | |
29 | .q | |
30 | EOF | |
31 | mv jets.root jets_pt_0_r_1.0/72-86GeV.root | |
32 | ||
33 | aliroot -b << EOF | |
34 | .x testua1.C("et9") | |
35 | .q | |
36 | EOF | |
37 | mv jets.root jets_pt_0_r_1.0/60-72GeV.root | |
38 | ||
39 | aliroot -b << EOF | |
40 | .x testua1.C("et8") | |
41 | .q | |
42 | EOF | |
43 | mv jets.root jets_pt_0_r_1.0/50-60GeV.root | |
44 | ||
45 | ||
46 | aliroot -b << EOF | |
47 | .x testua1.C("et7") | |
48 | .q | |
49 | EOF | |
50 | mv jets.root jets_pt_0_r_1.0/42-50GeV.root | |
51 | ||
52 | aliroot -b << EOF | |
53 | .x testua1.C("et6") | |
54 | .q | |
55 | EOF | |
56 | mv jets.root jets_pt_0_r_1.0/35-42GeV.root | |
57 | ||
58 | ||
59 | aliroot -b << EOF | |
60 | .x testua1.C("et5") | |
61 | .q | |
62 | EOF | |
63 | mv jets.root jets_pt_0_r_1.0/29-35GeV.root | |
64 | ||
65 | ||
66 | aliroot -b << EOF | |
67 | .x testua1.C("et4") | |
68 | .q | |
69 | EOF | |
70 | mv jets.root jets_pt_0_r_1.0/24-29GeV.root | |
71 | ||
72 | ||
73 | aliroot -b << EOF | |
74 | .x testua1.C("et3") | |
75 | .q | |
76 | EOF | |
77 | mv jets.root jets_pt_0_r_1.0/20-24GeV.root | |
78 | ||
79 |