- Jun 28, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34166 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34165 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34164 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34162 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
package headers have hiding issues). git-svn-id: http://root.cern.ch/svn/root/trunk@34161 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34160 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
there are too many warnings in the code to be fixed before the release. git-svn-id: http://root.cern.ch/svn/root/trunk@34159 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
I just made an error (again) in the formating statement in an "Info" call. One of my colleagues suggested to use with GNU the __attribute__ For instance, the Info() in TObject and TError could be much improved with the following changes so that the compiler warns me of my coding error: (see http://unixwiz.net/techtips/gnu-c-attributes.html#format) -extern void Info(const char *location, const char *msgfmt, ...); +extern void Info(const char *location, const char *msgfmt, ...) +#if defined(__GNUC__) && !defined(__CINT__) +__attribute__((format(printf, 2, 3))) +#endif +; Done for Warning(), Error() and Fatal() too. git-svn-id: http://root.cern.ch/svn/root/trunk@34158 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooAbsReal - Make findRoot() return result rather than status code of root finder git-svn-id: http://root.cern.ch/svn/root/trunk@34157 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34156 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34155 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Mention in help that .exception and .preproc exist. git-svn-id: http://root.cern.ch/svn/root/trunk@34154 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
not show any hiding warnings. Can be fined tuned per module if needed. git-svn-id: http://root.cern.ch/svn/root/trunk@34153 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
see https://savannah.cern.ch/bugs/?69088 The resulting bin was wrongly decreased by 1 Modify also the function to use fNpx as input to the scanned points and do some adjustement for integral precision git-svn-id: http://root.cern.ch/svn/root/trunk@34152 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 26, 2010
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34141 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 25, 2010
-
-
Wouter Verkerke authored
o rf513_wsfactory_tools - Fix factory syntax error spotted with new factory sanity checks git-svn-id: http://root.cern.ch/svn/root/trunk@34140 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34139 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooProdPdf - Fix a handful of small memory leaks o RooDataHist - When importing data from TH1s with non-uniform binning, import by default the density and not the absolute value. - Add option to Import() to import absolute value instead of density (useful for histograms with ratio-based contents such as efficiencies) o RooAddPdf - Bug fix in analystical coefficient integration o RooAbsTestStatistic - Introduce clearer error message when dataset for simultaneous fit cannot be split due to absence of index categgory o RooMCStudy - Improve info messages o RooSimWSTool - Add handling for splits in non-lvalue category functions such as RooMappedCategory o RooMinuit,RooMinimizer - Change contour() code so that it restores function parameters at original values at end of call o RooGlobalFunc - Add optional boolean argument to Import() to support change in RooDataHist o RooRandomizeParamMCSModule - Fix smal memory leak o RooHistPdf - Fix bug in (partial) analytical integrals for cases where underlying histogram has non-uniform binning o LinkDef3 - Add dictionary for RooCacheManager<vector<double> > git-svn-id: http://root.cern.ch/svn/root/trunk@34138 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34137 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
Use now a relative difference for min and max and smaller values git-svn-id: http://root.cern.ch/svn/root/trunk@34136 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- remove constant parameters - perform the approximate scan of the posterior function when making the plot (if requested) git-svn-id: http://root.cern.ch/svn/root/trunk@34134 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34133 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34132 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34131 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34130 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34129 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
TF1 *f = new TF1("f","100*exp(-x)*exp(x-2.)",0.,2.0); f->Draw(); git-svn-id: http://root.cern.ch/svn/root/trunk@34128 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
From Bartolomeu: add new class for Goodness of fit tests (GofTest) impelmenting the one sample and two sample KS and Anderson Darling tests Add also a test program (stressGofTest.cxx) UnBinData: add a protection when using external data sets git-svn-id: http://root.cern.ch/svn/root/trunk@34127 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34125 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
add vavilov functions: a fast and an accurate implementations fast implementation is based on G115 from the Cernlib VAVDEN while the accurate one is based on G116 (VVIDEN) more info and motivation is provided in http://root.cern.ch/phpBB3//viewtopic.php?f=15&t=10299 add also classes Cdf, Pdf and Quantile implementing the ROOT::Math::IParamFunctionOneDim interface add a testProgram with a test class git-svn-id: http://root.cern.ch/svn/root/trunk@34123 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 24, 2010
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34119 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
SamplingDistPlot: fix warning on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@34118 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34117 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34116 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
used by TSpectrum2Painter. It is needed in case of very large canvases like 8000x5000. git-svn-id: http://root.cern.ch/svn/root/trunk@34115 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34114 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34113 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooAbsReal - Do not define functions evalErrorLoggingMode() and setEvalErrorLoggingMode() inline as they access as static data member, which gives problems in Windows git-svn-id: http://root.cern.ch/svn/root/trunk@34111 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- FourBin.C: updated to use Profile (1s), MCMC (10 s), Feldman Cousins (10 min), and Bayesian - Zbi_Zgamma.C demonstraits Zbi = Zgamma with roostats - MultivariateGaussianTest.C: new, creates a 4-d multivariate gaussian with 2 parameters of interest - rs201b_hybridcalculator.C rewritten for new hybrid calculator, added a lot of discussion in comments - rs101_limitexample.C updated to use modelconfig - rs401d_FeldmanCousins.C updated to use modelconfig - rs401c_FeldmanCousins.C updated to use modelconfig - rs801_HypoTestInverter.C unchanged except for name change for HybridCalculatorOriginal git-svn-id: http://root.cern.ch/svn/root/trunk@34110 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34109 27541ba8-7e3a-0410-8455-c3a389f83636
-