-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscript_Mult_22m_pass4_Train79153.sh
executable file
·19 lines (18 loc) · 1.24 KB
/
script_Mult_22m_pass4_Train79153.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
#MultType = 1 for FT0M, isMB = 0, mul = i
for i in `seq 0 9`
do
root -l -b -q "YieldsVsPt.C(1, \"_Sel6June\", 6, 2, 1, 0, $i)" #omeganeg
root -l -b -q "YieldsVsPt.C(1, \"_Sel6June\", 7, 2, 1, 0, $i)" #omegaplus
root -l -b -q "YieldsVsPt.C(1, \"_Sel6June\", 8, 2, 1, 0, $i)" #omegasum
root -l -b -q "YieldEffCorr.C(6, \"eff6June.root\", \"_Sel6June\", \"Yields\", \"LHC22m_pass4_Train79153\", 1, 1, 0, $i)"
root -l -b -q "YieldEffCorr.C(7, \"eff6June.root\", \"_Sel6June\", \"Yields\", \"LHC22m_pass4_Train79153\", 1, 1, 0, $i)"
root -l -b -q "YieldEffCorr.C(8, \"eff6June.root\", \"_Sel6June\", \"Yields\", \"LHC22m_pass4_Train79153\", 1, 1, 0, $i)"
done
#MB ones
root -l -b -q "YieldsVsPt.C(1, \"_Sel6June\", 6, 2, 1, 1)"
root -l -b -q "YieldsVsPt.C(1, \"_Sel6June\", 7, 2, 1, 1)"
root -l -b -q "YieldsVsPt.C(1, \"_Sel6June\", 8, 2, 1, 1)"
root -l -b -q "YieldEffCorr.C(6, \"eff6June.root\", \"_Sel6June\", \"Yields\", \"LHC22m_pass4_Train79153\", 1, 1, 1)"
root -l -b -q "YieldEffCorr.C(7, \"eff6June.root\", \"_Sel6June\", \"Yields\", \"LHC22m_pass4_Train79153\", 1, 1, 1)"
root -l -b -q "YieldEffCorr.C(8, \"eff6June.root\", \"_Sel6June\", \"Yields\", \"LHC22m_pass4_Train79153\", 1, 1, 1)"