- Jun 29, 2010
-
-
Rene Brun authored
improve validation results for release notes. git-svn-id: http://root.cern.ch/svn/root/trunk@34189 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
see http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=10680 git-svn-id: http://root.cern.ch/svn/root/trunk@34188 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34187 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34186 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34185 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34184 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34183 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Remove an unnecessary cast to off_t that was producing wrong results with Atlas files greater than 2 GBytes. git-svn-id: http://root.cern.ch/svn/root/trunk@34182 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34181 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
add 2 new contributors git-svn-id: http://root.cern.ch/svn/root/trunk@34180 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 28, 2010
-
-
Rene Brun authored
From Lorenzo: update to the release notes git-svn-id: http://root.cern.ch/svn/root/trunk@34176 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34174 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34173 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34171 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Only tell CINT to #include RTypesCint.h if it exists, e.g. don't include it in the context of a static binary without ROOT's includes. Fixes Savannah #69251 git-svn-id: http://root.cern.ch/svn/root/trunk@34170 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34169 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34168 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34167 27541ba8-7e3a-0410-8455-c3a389f83636
-
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
-