Log of /trunk/roofit/roofitcore/src/RooUnitTest.cxx
Parent Directory
Revision
42984 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 13 15:30:31 2012 UTC (2 years, 11 months ago) by
wouter
File length: 17709 byte(s)
Diff to
previous 42657
Assorted bug fixes
o Roo1DMomentMorphFunction, RooFunctorBinding, RooFunctor1DBinding, RooProdPdf, RooAbsRealLValue,
RooSimSplitGenContext, RooBinIntegrator, RooVectorDataStore, RooSegmentedIntegrator, RooChangeTracker,
RooAbsReal,RooFactoryWSTool, RooRealIntegral, RooTreeDataStore, RooUnitTest, RooAbsPdf
- Coverity fixes (mostly missing initialization)
o RooDataHist
- Fix in bin volume correction for partial integrals
o RooAbsData
- Remove stray debug comment
o RooObjCacheManager
- Follow change in RooCacheManager
o RooCacheManager
- Back out LHCb version - new version that does same thing but works correctly
Revision
42443 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Thu Dec 8 15:08:16 2011 UTC (3 years, 1 month ago) by
wouter
File length: 17472 byte(s)
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
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.