-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodels_mtot_range_m700.rs
More file actions
31 lines (24 loc) · 1.13 KB
/
models_mtot_range_m700.rs
File metadata and controls
31 lines (24 loc) · 1.13 KB
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[300,1200];
mtot_sig_m0_cat0[710, 700, 750];
mtot_sig_sigma_cat0[10., 5., 30.0];
mtot_sig_alpha_cat0[-2.0, -4.0, -0.5];
mtot_sig_n_cat0[4.0, 0.0, 20];
mtot_sig_gsigma_cat0[10.., 5., 15.0];
mtot_sig_frac_cat0[0.7, 0.5, 0.8];
mtot_sig_m0_cat1[720, 710, 740];
mtot_sig_sigma_cat1[10.0, 0.5, 30.0];
mtot_sig_alpha_cat1[-1.0, -3.0, -0.5];
mtot_sig_n_cat1[10.0, 0.4, 20];
mtot_sig_gsigma_cat1[10.0, 1.0, 20.0];
mtot_sig_frac_cat1[0.6, 0.5, 0.8];
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.]