-
Notifications
You must be signed in to change notification settings - Fork 2
/
launchInterpolation.sh
44 lines (39 loc) · 1.42 KB
/
launchInterpolation.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
38
39
40
41
42
43
#echo "LMR 1"
#cp InterpolateSignal.C PreselectedWithRegressionDeepCSV/limits/LMR/
#cd PreselectedWithRegressionDeepCSV/limits/LMR/
#root -l -b -q "InterpolateSignal.C(\"gaus_exp\", \"250_330\",1, 0)"
#rm InterpolateSignal.C
#cd -
#
#
#echo "LMR 2"
#cp InterpolateSignal.C PreselectedWithRegressionDeepCSV/limits/LMR/
#cd PreselectedWithRegressionDeepCSV/limits/LMR/
#root -l -b -q "InterpolateSignal.C(\"novo\", \"285_625\",2, 0)"
#rm InterpolateSignal.C
#cd -
#
#echo "MMR 1"
#cp InterpolateSignal.C PreselectedWithRegressionDeepCSV/limits/MMR/
#cd PreselectedWithRegressionDeepCSV/limits/MMR/
#root -l -b -q "InterpolateSignal.C(\"novo\", \"550_1200\",1, 1)"
#rm InterpolateSignal.C
#cd -
#source runLimits_Interpolation.sh gaus_exp 250_330 novo 550_1200 1
#source runLimits_Interpolation.sh novo 285_625 novo 550_1200 2
echo "LMR"
cp drawLimits_LMR_interpolated.c PreselectedWithRegressionDeepCSV/limits/LMR/
cp DrawLimitPlot.cc PreselectedWithRegressionDeepCSV/limits/LMR/
cd PreselectedWithRegressionDeepCSV/limits/LMR/
root -l -b -q drawLimits_LMR_interpolated.c
rm -fr drawLimits_LMR_interpolated.c
rm -fr DrawLimitPlot.cc
cd -
echo "MMR"
cp drawLimits_MMR_interpolated.c PreselectedWithRegressionDeepCSV/limits/MMR/
cp DrawLimitPlot.cc PreselectedWithRegressionDeepCSV/limits/MMR/
cd PreselectedWithRegressionDeepCSV/limits/MMR/
root -l -b -q drawLimits_MMR_interpolated.c
rm -fr drawLimits_MMR_interpolated.c
rm -fr DrawLimitPlot.cc
cd -