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

sort by:
Revision Author Date Message Commit Date
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
bcd2749 Re-enable gl-in-pad with cocoa. Fix TRootCanvas/TRootEmbedded canvas to use the correct option with a plugin manager. 27 January 2014, 12:45:41 UTC
76f1cf4 Replaced hardcoded /tmp with gSystem->TempDirectory() and skip file copying in TAlienCollection::Open for local url's 27 January 2014, 12:12:32 UTC
de4d002 Set Minuit2 version to 5.34.14 24 January 2014, 16:41:30 UTC
bd7327c More fixes for Minuit2 builds 24 January 2014, 16:32:57 UTC
1c9d8ee fixes for Minuit2 builds 24 January 2014, 16:29:58 UTC
6b92d0d Add new example of using Minimizer interface in a standalone Minuit2 (w/o ROOT) 24 January 2014, 15:33:54 UTC
7993d20 Fixes for stand-alone builds of Minuit2 24 January 2014, 15:33:54 UTC
2045081 New version of stressHistoFit with control on command line to verbose and test number to run 24 January 2014, 15:33:54 UTC
ab338dc Explicitly copy base. 23 January 2014, 15:24:18 UTC
a718bf0 Trigger re-config. 23 January 2014, 15:23:59 UTC
a480bea Change TClassAttributeMap to TDictAttributeMap. 23 January 2014, 14:12:32 UTC
db2b928 Warnings clean-up (CMake) 23 January 2014, 12:54:12 UTC
3d3c937 Fix typos ROOOT -> ROOT. Fixes ROOT-5569. 23 January 2014, 09:23:17 UTC
b3f3a4e fix out or bounds array access. Fixes ROOT-5888. 22 January 2014, 23:26:34 UTC
f750b2a Fix totally bogus code in this macro. Fixes ROOT-5890. 22 January 2014, 22:37:42 UTC
f6f9ddf Fix for dangerous header path. Fixes ROOT-5908. 22 January 2014, 20:57:44 UTC
2619246 Clarify 2d Draw() y versus x. (cherry picked from commit 5189cf51e62d205b4e106b36ac80bc523d9a9904) 22 January 2014, 17:00:32 UTC
600b593 Fix ROOT-5972 22 January 2014, 15:33:40 UTC
4c19f12 ok. yet another initialisation-order warning 22 January 2014, 13:13:50 UTC
9e543d3 again .. Alex's fix in MsgLogger 22 January 2014, 12:05:07 UTC
5c87dfc get rid of warning about order initialising variables 22 January 2014, 11:58:43 UTC
d88a2e2 Coverity issue 36696 22 January 2014, 11:56:15 UTC
3f969ab forgot saveing the changes 22 January 2014, 09:11:48 UTC
1e1123b dont remember which Covertiy issue these were ... 22 January 2014, 08:57:52 UTC
fb90e6e fix coverity issues 36757 22 January 2014, 08:57:52 UTC
56c3933 fix coverity issues 36761 22 January 2014, 08:57:52 UTC
a43ca27 fix coverity issues 48502 22 January 2014, 08:57:52 UTC
ade3d99 fix coverity issues 53988 22 January 2014, 08:57:52 UTC
c218a2a fix coverity issues 48505 22 January 2014, 08:57:52 UTC
a01eacb fix coverity issues 11373 11374 22 January 2014, 08:57:52 UTC
cfe7e53 fix coverity issues 35435 35437 353436 35438 35439 35441 35442 22 January 2014, 08:57:52 UTC
2cedc31 ups .. now it is correct 22 January 2014, 08:57:51 UTC
c08bb41 fix coverity issue 35443 22 January 2014, 08:57:51 UTC
9b22dcd fix coverity issue 11368 and 11369 22 January 2014, 08:57:51 UTC
back to top