38 |
|
CLs_b_p2_obs = config.read<double>("CLs_b_p2_obs", 0); |
39 |
|
CLsb_b_exp = config.read<double>("CLsb_b_exp", 0); |
40 |
|
CLsb_b_obs = config.read<double>("CLsb_b_obs", 0); |
41 |
+ |
PLExpXsecLimit= config.read<double>("RooSimpleProfile.xsec.ExpUpperLimit", 0); |
42 |
+ |
PLObsXsecLimit= config.read<double>("RooSimpleProfile.xsec.ObsUpperLimit", 0); |
43 |
+ |
PLExpNsigLimit= config.read<double>("RooSimpleProfile.signal.ExpUpperLimit", 0); |
44 |
+ |
PLObsNsigLimit= config.read<double>("RooSimpleProfile.signal.ObsUpperLimit", 0); |
45 |
|
} |