Skip to content
Snippets Groups Projects
Commit 04563f73 authored by Rene Brun's avatar Rene Brun
Browse files

From Wouter;

update release notes


git-svn-id: http://root.cern.ch/svn/root/trunk@31882 27541ba8-7e3a-0410-8455-c3a389f83636
parent 90fb12cf
No related merge requests found
......@@ -207,6 +207,15 @@ RooAddPdf::genmodel[ Nsig * sig + Nbkg * bkg ] = 0.502276
w->factory("SUM::model(fsig[0,1]*g,u)")
w::model.fitTo(d12a)
</pre></li>
For virtual composite dataset it is also possible to join a mix of binned and unbinned datasets
(representation as a <tt>RooDataSet</tt> with weights)
<li><b>The setWeightVar() method has been deprecated as it is very difficult to support on-the-fly redefinition
of the event weight variable in the new data store scheme</b>. To declare a data set weighed,
use the WeightVar() modifier of the constructor instead,e.g.:
<pre>
RooDataSet wdata("wdata","wdata",RooArgSet(x,y,wgt),WeightVar(wgt)) ;
</pre>
<li>
The <tt>RooHist</tt> class that represents data as a histogram in a <tt>RooPlot</tt> has been modified
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment