- Jul 11, 2019
-
-
Olivier Couet authored
Fix typos
-
Olivier Couet authored
-
- Jul 10, 2019
-
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Stephan Hageboeck authored
When TFoam is pre-sampling a phase space, it may divide by zero if for some reason the event weight being generated is zero. This stops the generator loop, and leads to a fp exception when enabled. With this fix, the loop is kept running until the desired number of events has been generated.
-
Olivier Couet authored
-
- Jul 09, 2019
-
-
Guilherme Amadio authored
This is necessary to avoid ROOT's installed cmake modules to point to the build directory when using builtin GSL, since $GSL_LIBRARIES is the full path to <BINARY_DIR>/lib/libgsl.so when using builtin GSL.
-
- Jul 01, 2019
-
-
Axel Naumann authored
-
- Jun 28, 2019
-
-
Stephan Hageboeck authored
[RF][Docs] Documentation updates / fixes collected througout june.
-
- Jun 21, 2019
-
-
Guilherme Amadio authored
When builtin_vdt=ON, vdt headers are in ${CMAKE_BINARY_DIR}/include and libvdt.so is in ${CMAKE_BINARY_DIR}/lib, so we don't need to add the extra include directory. Once ROOT is installed, the Vdt headers and library will be along with ROOT ones, so they can also be found without needing anything else either. Fixes: ROOT-10197
-
- Jun 09, 2019
-
-
Danilo Piparo authored
to its specialisation.
-
- Jun 07, 2019
-
-
Guilherme Amadio authored
Use default copy constructor and assignment operator for Plane3D
-
- Jun 05, 2019
-
-
Danilo Piparo authored
-
- Jun 03, 2019
-
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
* Fix optimal step size when computating gradient for confidence intervals. This fixes ROOT-9839. Also the fixed parameters are now correctly handled, although before, their contribution was not included due to their zero value in the covariance matrix
-
Stefan Wunsch authored
- MnCross: Set default assignment operator - MinosError: Set default assignment operator - ABObj: Delete private assignment operator
-
Stefan Wunsch authored
-
Stefan Wunsch authored
-
- May 30, 2019
-
-
Vincenzo Eduardo Padulano authored
Now `fMin` and `fMax` data members are initialized respectively to `TMath::Limits<Double_t>::Max()` and `TMath::Limits<Double_t>::Min()`. In `Fill` method now there is no need to initialize the min and max values at first iteration. The `ClassDef` version has been increased to 3 to reflect the changes made to the class.
-
Vincenzo Eduardo Padulano authored
The TStatistic class now includes computation of minimum and maximum values of the vector passed to the constructor. These values have been added both to the `Print` and `Merge` functions. The testTStatistic.cxx test file has been updated accordingly to check that the class correctly computes min and max values.
-
- May 24, 2019
-
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
- May 22, 2019
-
-
Stephan Hageboeck authored
Collection of small documentation fixes in various RooFit classes.
-
Enrico Guiraud authored
This reverts commit 1047b9cd. Reverting RVec's SBO implementation until we have a proper fix for the crashes seen in ROOT-10079.
-
Enrico Guiraud authored
This reverts commit 53171baf. Reverting RVec's SBO implementation until we have a proper fix for the crashes seen in ROOT-10079.
-
Enrico Guiraud authored
This reverts commit 4149e4fa. Reverting RVec's SBO implementation until we have a proper fix for the crashes seen in ROOT-10079.
-
Enrico Guiraud authored
This reverts commit 7d450e33. Reverting RVec's SBO implementation until we have a proper fix for the crashes seen in ROOT-10079.
-
- May 17, 2019
-
-
Sergey Linev authored
It redirects calls to Minimizer if it stored in the FitResult
-
- May 16, 2019
-
-
Stefan Wunsch authored
-
- May 14, 2019
-
-
Axel Naumann authored
-
- May 13, 2019
-
-
Vincenzo Eduardo Padulano authored
[Doc] improve TStatistic documentation
-
Danilo Piparo authored
-
- May 10, 2019
-
-
Guilherme Amadio authored
This reverts commit 4846a973.
-
Guilherme Amadio authored
This reverts commit ff376578.
-
Guilherme Amadio authored
This reverts commit 9e38c890.
-
- Apr 21, 2019
-
-
Danilo Piparo authored
This change is useful for cases when TStatistic objects filled by implicitly parallel ROOT components, e.g. RDataFrame.
-
- Apr 17, 2019
-
-
Stefan Wunsch authored
-
- Apr 08, 2019
-
-
Danilo Piparo authored
-