-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodels_mtot_range_m500.rs
31 lines (24 loc) · 1.12 KB
/
models_mtot_range_m500.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
31
mtot[320,1200];
mtot_sig_m0_cat0[505, 450, 550];
mtot_sig_sigma_cat0[6., 3., 10.0];
mtot_sig_alpha_cat0[-0.5, -4.0, 4.0];
mtot_sig_n_cat0[4.0, 0.1, 20];
mtot_sig_gsigma_cat0[15., 1., 30.0];
mtot_sig_frac_cat0[0.1, 0.0, 0.4];
mtot_sig_m0_cat1[510, 450, 550];
mtot_sig_sigma_cat1[10.0, 0.5, 20.0];
mtot_sig_alpha_cat1[-0.1, -1.0, 3.0];
mtot_sig_n_cat1[5.0, 0.4, 20];
mtot_sig_gsigma_cat1[20.0, 1.0, 35.0];
mtot_sig_frac_cat1[0.3, 0.0, 0.6];
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.]