-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmake_plots
More file actions
executable file
·46 lines (37 loc) · 843 Bytes
/
make_plots
File metadata and controls
executable file
·46 lines (37 loc) · 843 Bytes
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
46
#!/bin/bash
cd MCSsys
cp ../lih172/LihMuon_03172.root .
cp ../lih200/LihMuon_03200.root .
cp ../lih240/LihMuon_03240.root .
cp ../MClih172/LihMuon_03172.root MCLihMuon_03172.root
cp ../MClih200/LihMuon_03200.root MCLihMuon_03200.root
cp ../MClih240/LihMuon_03240.root MCLihMuon_03240.root
python extract_MCSsys.py
cd ..
cd MCDatacom
python MCDatacom.py
cd ..
cd plot3
python threeMomentaPlot.py
cd ..
# cd scanrotang
# mv rot_ang_0/LiHMu_3200_0.xml .
# ./run_script.sh
# mv LiHMu_3200_0.xml rot_ang_0
# cd ..
cd scanradial
mv accp_rad_0/LiHMu_3200_0.xml .
./run_script.sh
mv LiHMu_3200_0.xml accp_rad_0
cd ..
cd TOFsys
mv LiHMu_3200_5.xml xml
cp ../lih172/LihMuon_03172.root .
cp ../lih200/LihMuon_03200.root .
cp ../lih240/LihMuon_03240.root .
./run_script.sh
cp xml/LiHMu_3200_5.xml .
cd ..
cd offsplot
python offsetplot.py
cd ..