Skip to content
Snippets Groups Projects
  1. Dec 16, 2011
  2. Dec 15, 2011
  3. Dec 14, 2011
  4. Dec 13, 2011
  5. Dec 12, 2011
  6. Dec 10, 2011
  7. Dec 09, 2011
  8. Dec 08, 2011
    • Wouter Verkerke's avatar
      · 44a35fe2
      Wouter Verkerke authored
        Fix CMake file
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@42444 27541ba8-7e3a-0410-8455-c3a389f83636
      44a35fe2
    • Wouter Verkerke's avatar
      · 064efbf6
      Wouter Verkerke authored
        o RooAbsData
      
          - In split() explicitly add weight variable to component datasets if 
            the dataset is weighted. This fixes a bug (reported by M Baak)
            that weights are ignored when a weighted dataset generated
            from RooSimulateous::generate() are ignored in the likelihood.
            (this happens because the weights are only in the component datastores
            in the form constructed by RooSimGenContext::generate() and not
            in the top-level dataset). The 'fast-split' which is executed e.g.
            by setData() is not affected by this because it directly recycles
            the component datastores
      
        o RooDataSet,RooDataHist,RooAbsData
      
          - Add new optional argument to emptyClone() to introduce
            weight variable on the fly if needed.
      
      
        o RooDataHist
      
          - Speed up getIndex() by allowing fast-assign methods
      
      
        o RooFactoryWSTool
      
          - Add inverse conditional symbol '|~' to PROD() notation
            i.e. PROD(F|~x,G) interprets pdf F as conditional on all observables 
            _except_ x
      
      
        o RooUnitTest, Module.mk
      
          - Regression testing class. Moved from stressRooFit here so that
            it can also be used by stressRooStats
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@42443 27541ba8-7e3a-0410-8455-c3a389f83636
      064efbf6
    • Olivier Couet's avatar
      BuildLegend was missing. · 8cea9db9
      Olivier Couet authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@42441 27541ba8-7e3a-0410-8455-c3a389f83636
      8cea9db9
    • Philippe Canal's avatar
      Avoid sharing an short lived array's address to a long lived TMatrixD · 37add181
      Philippe Canal authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@42439 27541ba8-7e3a-0410-8455-c3a389f83636
      37add181
  9. Dec 07, 2011
  10. Dec 06, 2011
Loading