Revision 689084ffdc6787dc56edcb643a4fe8c98280ad14 authored by Wouter Verkerke on 14 July 2011, 09:37:35 UTC, committed by Wouter Verkerke on 14 July 2011, 09:37:35 UTC
   o RooRealSumPdf

     - In expectedEvents() add check for negative return value
       and issue a logEvalError() which will trigger MinuitGlue
       intervention to deal with this

   o RooNLLVar

     - Pass observed event count as Double_t to extended term


   o RooAbsPdf

     - Make extendedTerm take Nobserved as double instead of int to
       accomodate use of asimov datasets


   o RooMinuit

     - Add member setMaxEvalMultiplies() to control the max number
       of NLL evaluations pass to minuit. The default remains
       500 (and is always multiplied by nPar)


   o RooWorkspace

     - Add extra check in autoImportClassCode() that checks
       if a class exists in a ROOT shared library and skips
       those for import. This prevents the attempted import
       of ROOT-native classes into a workspace in binary
       ROOT distributions


git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40232 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 7a1ac7e
History
File Mode Size
LinkDef.h -rw-r--r-- 156 bytes
Makefile -rw-r--r-- 1.4 KB
Makefile.win32 -rw-r--r-- 3.7 KB
rhtml.cxx -rw-r--r-- 17.4 KB
rhtml.h -rw-r--r-- 3.1 KB

back to top