ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/SusyScan/PlotScript/SusyScan.cc
(Generate patch)

Comparing UserCode/auterman/SusyScan/PlotScript/SusyScan.cc (file contents):
Revision 1.1 by auterman, Tue Nov 23 20:16:52 2010 UTC vs.
Revision 1.2 by auterman, Fri Jan 7 08:54:47 2011 UTC

# Line 38 | Line 38 | SusyScan::SusyScan(std::string filename)
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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines