18 |
|
Xsection = config.read<double>("Xsection", 0); |
19 |
|
ExpXsecLimit = config.read<double>("ExpXsecLimit", 0); |
20 |
|
ObsXsecLimit = config.read<double>("ObsXsecLimit", 0); |
21 |
+ |
ExpNsigLimit = config.read<double>("ExpNsigLimit", 0); |
22 |
+ |
ObsNsigLimit = config.read<double>("ObsNsigLimit", 0); |
23 |
|
lnQ_b_exp = config.read<double>("-2lnQ_b@exp", 0); |
24 |
|
lnQ_b_obs = config.read<double>("-2lnQ_b@obs", 0); |
25 |
|
lnQ_sb_exp = config.read<double>("-2lnQ_sb@exp", 0); |
40 |
|
CLs_b_p2_obs = config.read<double>("CLs_b_p2_obs", 0); |
41 |
|
CLsb_b_exp = config.read<double>("CLsb_b_exp", 0); |
42 |
|
CLsb_b_obs = config.read<double>("CLsb_b_obs", 0); |
43 |
+ |
PLExpXsecLimit= config.read<double>("RooSimpleProfile.xsec.ExpUpperLimit", 0); |
44 |
+ |
PLObsXsecLimit= config.read<double>("RooSimpleProfile.xsec.ObsUpperLimit", 0); |
45 |
+ |
PLExpNsigLimit= config.read<double>("RooSimpleProfile.signal.ExpUpperLimit", 0); |
46 |
+ |
PLObsNsigLimit= config.read<double>("RooSimpleProfile.signal.ObsUpperLimit", 0); |
47 |
+ |
FCExpXsecLimit= config.read<double>("RooFC.xsec.ExpUpperLimit", 0); |
48 |
+ |
FCObsXsecLimit= config.read<double>("RooFC.xsec.ObsUpperLimit", 0); |
49 |
+ |
FCExpNsigLimit= config.read<double>("RooFC.signal.ExpUpperLimit", 0); |
50 |
+ |
FCObsNsigLimit= config.read<double>("RooFC.signal.ObsUpperLimit", 0); |
51 |
+ |
MCMCExpXsecLimit= config.read<double>("RooMCMC.xsec.ExpUpperLimit", 0); |
52 |
+ |
MCMCObsXsecLimit= config.read<double>("RooMCMC.xsec.ObsUpperLimit", 0); |
53 |
+ |
MCMCExpNsigLimit= config.read<double>("RooMCMC.signal.ExpUpperLimit", 0); |
54 |
+ |
MCMCObsNsigLimit= config.read<double>("RooMCMC.signal.ObsUpperLimit", 0); |
55 |
|
} |