https://github.com/root-project/root

sort by:
Revision Author Date Message Commit Date
4bef4fa make version v5-34-16. 19 February 2014, 07:56:13 UTC
037eaf8 Remove old code, the new 'compressor' seems to work perfect. 19 February 2014, 07:50:30 UTC
7ca23ff New example 18 February 2014, 16:42:03 UTC
e3a414f new examples 18 February 2014, 15:29:39 UTC
c6e9275 Fix for ROOT-6083 (ROOT segfault due to incompatible libpng) 18 February 2014, 15:19:07 UTC
2155559 Add a protection when drawing a canvas from a ROOT file Prevent potential crash when drawing a canvas with the same name than a canvas already embedded in one of the browser's tab . This should prevent the crash described in the Jira issue #ROOT-6088 18 February 2014, 10:43:55 UTC
c4d8792 update doc for ROOT-5242 18 February 2014, 09:24:28 UTC
188ab05 Fix a crash in analyticalIntegral when rangeName is null. This fixes the segfault reported in ROOT-6031 18 February 2014, 09:09:20 UTC
7b289fb disable tiff when using cocoa. 17 February 2014, 16:56:56 UTC
1c0e686 Make dictionary for HistRef. Fix a problem in PrintXML when not passing a directory (default case) Print also histogram address in Data::Print() 17 February 2014, 16:36:04 UTC
0327bc3 Fix a bug in comparing variables. RooCategory are not RooRealvar’s 17 February 2014, 15:24:41 UTC
014bd93 Changes by K. Smith (ksmith37@nd.edu) to properly handle include files in ROOT_GENERATE_DICTIONARY() macro See https://root.cern.ch/phpBB3/viewtopic.php?f=3&t=17589 17 February 2014, 15:19:47 UTC
e135f5d Allow compilation on latest cygwin/gcc (lockf is now defined) 17 February 2014, 13:22:13 UTC
9a1c57f Remove temp directory used for running histo2workspace. This fixes ROOT-6071 17 February 2014, 10:17:52 UTC
ffe6343 When plotting a function attached to an histogram in 3D (surf or lego) use the histogram range for the x and y axis. This fixes JIRA issue ROOT-6072 17 February 2014, 09:40:27 UTC
7287506 Egor O.: other sphere divisions implemented 17 February 2014, 09:02:31 UTC
546e916 try with a new file. 15 February 2014, 18:15:35 UTC
c777445 Fix test program for CLHEP 15 February 2014, 18:15:35 UTC
db46d97 New example 14 February 2014, 16:56:27 UTC
c818779 New example 14 February 2014, 16:55:28 UTC
686f22c Use SSE also for 32bit. Without, 387's "extended precision" kicks in unpredictably, possibly changing the results of fp ops. As GCC says: "The resulting code should be considerably faster in the majority of cases and avoid the numerical instability problems of 387 code, but may break some existing code that expects temporaries to be 80 bits." 14 February 2014, 16:30:38 UTC
e568e5a Better FindGraphviz.cmake that works with latest versions of the graphviz package. 14 February 2014, 15:07:59 UTC
9e86819 Fix fatal typo in code guard 14 February 2014, 13:53:45 UTC
0367e0d Prevent div by zero in TFile::CpProgress 14 February 2014, 13:50:51 UTC
97cd75e ::Form -> TString::Form(at) 13 February 2014, 19:45:16 UTC
48872b7 Mods from the trunk. 13 February 2014, 09:52:45 UTC
83956ed New example 13 February 2014, 09:42:40 UTC
5a3cfdf remove more unused variables 12 February 2014, 14:59:15 UTC
c6f8a67 remove unused variable 12 February 2014, 14:36:46 UTC
e31203b - The option "9" as been removed. It is not needed anymore since the line compression has been implemented in `TPadPainter`. 12 February 2014, 14:10:17 UTC
107b2e1 Remove NSLog 12 February 2014, 13:47:30 UTC
e11a38e Multisampling for gl-pad - use the same env variable from system.rootrc as for gl-widget. 12 February 2014, 13:28:57 UTC
8c4ac28 Restore older version of the file which was deleted by accident (it was working on 32 bit) 12 February 2014, 10:11:29 UTC
9d5361b Fix a compilation warning 12 February 2014, 09:47:20 UTC
9a7f394 make version v5-34-15. 11 February 2014, 17:56:06 UTC
a0146c9 Add initialization for beams with different energies, and some information methods. By Thomas Ruf. 11 February 2014, 09:46:38 UTC
341815d Fix beam and target size strings in Initialize(), can be more than 8 chars. By Thomas Ruf. 11 February 2014, 09:46:37 UTC
cc41fe8 No need in 'DISPLAY'. 11 February 2014, 09:35:45 UTC
89341d5 Increment RooFit version number to 3.60 11 February 2014, 09:28:02 UTC
9e04ae7 Speed up RooWorkspace::import by using a has table for the internal Workspace collection if size is > 1000 and by speeding up the removal of the set which is cloned in the import. We don’t delete the set which calls safeDeleteList. It is not needed, the set contains a list of all the nodes, so we simply delete just one by one. Signed-off-by: Wouter Verkerke <verkerke@nikhef.nl> 11 February 2014, 09:10:40 UTC
7dfd4ec Use hash tables for server list sizes >= 1000 in RooAbsArg::addServer Signed-off-by: Wouter Verkerke <verkerke@nikhef.nl> 11 February 2014, 09:10:40 UTC
9b62968 Optimize the filling of share properties (done when cloning RooRealVar) by using a std::map Signed-off-by: Wouter Verkerke <verkerke@nikhef.nl> 11 February 2014, 09:10:39 UTC
b4fe628 Re-add stressHistFactory reference file and fix make distclean to not have it removed 10 February 2014, 22:39:55 UTC
2ebc7bb remove wrong file 10 February 2014, 22:38:03 UTC
17288d5 Check GetEntry() result in implicit TTree iteration (see: http://root.cern.ch/phpBB3/viewtopic.php?f=14&t=17618) 10 February 2014, 20:20:47 UTC
8cab180 Fix a problem in the test which caused in some case a crash (thanks to Philippe) 10 February 2014, 15:47:04 UTC
2a99fca Fix typo 10 February 2014, 14:25:16 UTC
e047758 Fix typo in arry idx (ROOT-6056). (cherry picked from commit e40ee43deb622d03fdbd098c4f9d0b66423b2e02) 10 February 2014, 08:53:21 UTC
4fd44c7 Enable browsing of unsplit vector<builtin> (ATLAS xAOD). (cherry picked from commit f5b530ffcaba9cd95b1aafef268bcd5904ba3718) 07 February 2014, 22:41:59 UTC
5e1543d Fix compilation of most of the math tests on Windows (in case of out of source build) 07 February 2014, 18:56:13 UTC
491e44c Fix compilation errors on Windows (and one on Linux) 07 February 2014, 16:08:19 UTC
c6fd125 Fix tests for Windows 07 February 2014, 15:37:58 UTC
caefd2e Fix for using Functor1D in AClic 07 February 2014, 15:27:54 UTC
6aedab6 Fix Functor version for error on Windows. Make the 1 argument template ctor not available to CINT Remove pragma for Windows compiler in IFunction 07 February 2014, 11:19:39 UTC
d552747 Revert "Try to work around Windows compilation error." This reverts commit 1900d262c3ed25afa616faca2b92e4f3f2ba0597. It doesn't help. 07 February 2014, 08:39:44 UTC
1900d26 Try to work around Windows compilation error. 07 February 2014, 08:02:01 UTC
03425d2 Change needed to compile stressHistFactory test 06 February 2014, 17:59:54 UTC
8f69aa5 Modify Functor classes. Use now a base FunctorImpl which is contained in the Functor which implement a copy function which can be used in the Functor copy constructors without using dynamic_cast 06 February 2014, 16:54:31 UTC
bcc9039 Use correct name for the internal functions 06 February 2014, 16:53:05 UTC
c087c73 Add stressHistfactory test only when ROOT is built with xml support 06 February 2014, 11:18:04 UTC
72f5839 Fix makefile test for stressHistFactory 06 February 2014, 10:35:50 UTC
c9770b5 Remove usage of TRef in HistFactory. It is not needed. Replace with a simple wrapped class to manage histogram pointer (RooStats::HistFactory::HistRef) This should fix a bug reported by Swagato Fix also memory leaks created by cloning histograms in histooworkspace Add a histfactory test from Christian (stresshistFactory ) in $ROOTSYS/test 06 February 2014, 10:35:49 UTC
8e958f5 Make TH1::Copy public , to be able to do deep copy of TH1 pointers without using TH1::Clone 06 February 2014, 10:35:49 UTC
f3c9d27 Make sure the hist fill color and frame fill color are different in case of option BAR or HBAR. 05 February 2014, 16:16:44 UTC
cf320d0 Fix typos. 05 February 2014, 15:25:50 UTC
72ff1c7 Apply a patch from Bertrand to fix warning C4436 from VS (dynamic_cast from virtual base 'class1' to 'class2' in constructor or destructor ) 05 February 2014, 13:53:37 UTC
29ddbad From Egor: Added possibility to divide a sphere in phi 05 February 2014, 13:46:49 UTC
d21c2f0 Optimize FlexibleInterpvar::evaluate in case of interpcode=4. Cache now the polynomial coefficient and avoid computing it every time. Evaluate also the polynomials using Horner’s method. This is done now also in PiecewiseInterpolation. This changes speed up an Atlas ttbar test workspace by almost a factor of 2 on Linux gcc4.8 05 February 2014, 10:47:08 UTC
5663569 o RooAbsOptTestStatistics - Remove spurious inclusion of a header not in the root distribution 04 February 2014, 14:54:54 UTC
a142403 o RooHistFunc - Add constructor that allow to specify separate objects for the histogram and function observables. This will allow the input of a RooHistFunc to be transformed. - Add data member _histObsList and increment schema version to v2 - Adjust evaluate() and analyticalIntegral() to transfer contents from pdf to histo observables prior to evaluation - Implement ioStreamerPass2() to fill _histoObsList with a clone of _depList in case it was empty to implement correct schema evolution o RooAbsArg - Add new virtual methods canNodeBeCached() and setCacheAndTrackHints() to allow operator classes to steer level-2 likelihood optimization - Modify findConstantNodes() to skip marking any node as constant if the "NeverConstant" flag is set o RooObjCacheManager - Add method setClearOnRedirect() to allow modifying the 'clear on redirect' flag after construction - Bug fix in findConstantNodes() forwarder, keep in mind that cache can be sterile o RooProdPdf, RooProduct, RooRealSumPdf, RooAddPdf - Implement canNodeBeCached() to return NotAdvised and implement setCacheAndTrackHints() to contain the code that was so far in RooAbsObsTestStatistic (that labels all components as TrackAndCache) o RooAbsOptTestStatitic - Delegate level-2 likelihood optimization decisions to pdf components via the new interface canNodeBeCache() and setCacheAndTrackHints() and remove hard-coded choices here 04 February 2014, 12:42:10 UTC
4e8b7f6 Fix text output color in stressHistoFit - Make text output color working on any color scheme - Implement color text output on Windows, avoiding weird (control) characters output 04 February 2014, 10:21:33 UTC
bdbd34c Add statconfig to copy constructor. 03 February 2014, 11:52:19 UTC
8290584 When calling Fitter::CalculateMinosErrors switch off the FItCOnfig::MinosErrors flag to avoid that following calls of minimisation computes also the Minos errors. This fixes ROOT-6013 03 February 2014, 11:52:19 UTC
7746160 Fix from the trunk 02 February 2014, 10:29:12 UTC
f702427 fix for ROOT-5933 01 February 2014, 06:41:03 UTC
a1dd18d Fix for broken TSAXParserCallback::{Error,Warning,FatalError}. ROOT-6027. By Oliver Freyermuth. 31 January 2014, 14:58:34 UTC
f70aa78 GetPlanes implemented 31 January 2014, 08:12:48 UTC
e6f04eb Skip the "file:" protocol (if any) at the beginning of the path name in TWinNTSystem::ExpandPathName This fixes the many errors as the one shown below, when running $ROOTSYS/test/stressGeometry: Info in <TGeoManager::Import>: Reading geometry from file: http://root.cern.ch/files/aleph.root SysError in <TFile::TFile>: file file;./files/aleph.root can not be opened (No such file or directory) Error in <TFile::Cp>: cannot open destination file ./files/aleph.root Warning in <TFile::OpenFromCache>: you want to read through a cache, but I cannot make a cache copy of ./files - CACHEREAD disabled 30 January 2014, 21:44:22 UTC
b992a4d make cocoa on >= OSX 10.8 now default, it supports much better retina displays. 30 January 2014, 21:28:50 UTC
127aa29 Apply fixes for Windows, thanks to Bertrand 30 January 2014, 16:37:28 UTC
7d1bef8 Use the generic version now for TNtuple/TNtupleD. 30 January 2014, 10:54:04 UTC
91246d4 Silence "set but not used" warnings. (cherry picked from commit 73e629862f05fc5f9bc6e7034b37ddb9613c65db) 30 January 2014, 08:59:02 UTC
566e0ea TNtuple::ReadStream re-implemented. 29 January 2014, 19:12:46 UTC
8c10e72 o RooAbsOptDataStore - Make function hasFilledCache() virtual to allow for non-broken actual implementation in derived classes - Add new virtual method forceCacheUpdate() to request wholesale updating of all caches whenever recalculateCache() is called the next time o RooCompositeDataStore - Implement forwarding version of hasFilledCache() - Implement forwarding version of forceCacheUpdate() o RooVectorDataStore - Implement working version of hasFilledCache() - Add method forceCacheUpdate() that will trigger a wholesale update of all cached functions, including caches for functions that only depend on constant parameters o RooAbsOptTestStatistics - Chanche implementation of ValueChange operation in constOptimizeTestStatistic(): instead of cycling (deactivate + activate), simply request a forced wholesale cache update for the next evaluation of the likelihood using RooVectorDataStore::forceCacheUpdate() 29 January 2014, 14:50:43 UTC
b9de4fa fixed tutorial macros 29 January 2014, 09:49:26 UTC
9e1edb2 Fix a key release event handling. 29 January 2014, 09:08:31 UTC
8db759f Ooops 28 January 2014, 19:32:22 UTC
8979b74 Fix AdjustPad. 28 January 2014, 19:26:59 UTC
c830d3e avoid compiler warning. 28 January 2014, 14:22:22 UTC
628310d reformatting. 28 January 2014, 14:22:11 UTC
24df9dc '-l' and '-b' options. 28 January 2014, 13:41:39 UTC
38c92b4 Add missing lock in TClass::GetClass 27 January 2014, 20:33:25 UTC
dae73d9 Fix rootxx. 27 January 2014, 18:21:51 UTC
5dd23c8 The latest mods from the trunk. 27 January 2014, 17:05:12 UTC
80f9776 added davix-0.2.8 support, which is now also supported on OSX. 27 January 2014, 15:21:40 UTC
b8f981d Splash-screen (rootx) for Cocoa version. 27 January 2014, 13:58:27 UTC
b2ea569 Wrong module name 27 January 2014, 13:52:58 UTC
f6c9079 "point compression" from the trunk. 27 January 2014, 13:41:37 UTC
275cf60 The right PS font name. 27 January 2014, 13:27:13 UTC
a89d994 Fix fill patterns and text alignment (gl) 27 January 2014, 12:57:19 UTC
back to top