forked from acarvalh/Limit_codes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
models_mtot_range_m650.rs
30 lines (24 loc) · 1.12 KB
/
models_mtot_range_m650.rs
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
mtot[320,1200];
mtot_sig_m0_cat0[675, 600, 740];
mtot_sig_sigma_cat0[20., 5., 40.0];
mtot_sig_alpha_cat0[-0.1, -4.0, 4.0];
mtot_sig_n_cat0[4.0, 0.0, 20];
mtot_sig_gsigma_cat0[20., 10., 30.0];
mtot_sig_frac_cat0[0.7, 0.5, 1.0];
mtot_sig_m0_cat1[670, 600, 740];
mtot_sig_sigma_cat1[20.0, 0.5, 30.0];
mtot_sig_alpha_cat1[-0.5, -1.0, 3.0];
mtot_sig_n_cat1[10.0, 0.4, 20];
mtot_sig_gsigma_cat1[8.0, 1.0, 20.0];
mtot_sig_frac_cat1[0.8, 0.4, 0.9];
mtotGaussSig_cat0 = Gaussian(mtot, mtot_sig_m0_cat0, mtot_sig_gsigma_cat0);
mtotCBSig_cat0 = CBShape(mtot, mtot_sig_m0_cat0, mtot_sig_sigma_cat0, mtot_sig_alpha_cat0, mtot_sig_n_cat0);
mtotSig_cat0 = AddPdf(mtotGaussSig_cat0, mtotCBSig_cat0, mtot_sig_frac_cat0);
mtotGaussSig_cat1 = Gaussian(mtot, mtot_sig_m0_cat1, mtot_sig_gsigma_cat1);
mtotCBSig_cat1 = CBShape(mtot, mtot_sig_m0_cat1, mtot_sig_sigma_cat1, mtot_sig_alpha_cat1, mtot_sig_n_cat1);
mtotSig_cat1 = AddPdf(mtotGaussSig_cat1, mtotCBSig_cat1, mtot_sig_frac_cat1);
mtot_bkg_8TeV_slope1_cat0[1.9, -10., 10.];
mtot_bkg_8TeV_slope1_cat1[1.9, -10., 10.];
mtot_bkg_8TeV_slope2_cat1[1000,800, 1200];
wei[1,0,10];
sqrtS[8000., 8000., 8000., 8000.]