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

sort by:
Revision Author Date Message Commit Date
fe26885 make version v5-34-17. 24 February 2014, 08:37:53 UTC
ba875ed Fix the use of iterator for associative container The iterator for read and writing associative container are different (for reading we first need to 'stage' the data), so we need to make sure to properly initialize them. 21 February 2014, 15:36:52 UTC
1b249e0 Proper getting of read/write functions in loopconfig object. The read and write function for an STL collection proxy are not necessarily the same (in particular for an associative container). So when initializing the loop config, we need to make sure to use the grab the right ones. 21 February 2014, 15:36:52 UTC
290d1d2 Small doc update 21 February 2014, 13:40:17 UTC
1bcd498 cosider skipped tests as failed ones 21 February 2014, 13:30:27 UTC
aaef408 Improve help 21 February 2014, 13:13:18 UTC
a88de7b From C.Holm: keep the anchor also for local files 21 February 2014, 11:44:36 UTC
717338e Add dynamic path before running hist2workspace and define env ROOTSYS when running in ctest 21 February 2014, 11:33:10 UTC
79acf35 Add error messages when some of the input files are missing or hist2workspace is failing 21 February 2014, 10:55:48 UTC
149b67d Copy the tar file HistFactoryTest in the build dir 21 February 2014, 10:06:21 UTC
6e4e6d3 Add mathcore/test directory for cmake/cdash 20 February 2014, 23:00:01 UTC
988d7e7 Fix fatal typo ignoring potential change in the content of maps (cherry picked from commit 55576ee33351d4c98d92b05a62a0920596955d50) This also happens coincidentally (!) to fix ROOT-6064. 20 February 2014, 22:03:45 UTC
84a828c Cherry picked the changes for CTest for unit tests from the master 20 February 2014, 20:35:20 UTC
d0f326a Add mathcore/test directory for cmake/cdash 20 February 2014, 17:28:43 UTC
9303aeb Copy file from the master 20 February 2014, 16:48:44 UTC
496a6c0 consistent getter for number of threads 20 February 2014, 14:50:47 UTC
3f2ad1b Fix stressHistfactory tests to build API model by passing correctly histoname and his to path. In this way the model can be written correctly in an XML file. Do come clean-up of code in PrintXML methods Update documentation of Channel.h and Data.h update meaning of histoname and histopath 20 February 2014, 13:46:17 UTC
a8a8aef Fix the PrintXML according to HistFactory.dtd (InputFileLow/High -> HistoFileLow/High) This fixes ROOT-5480 20 February 2014, 13:44:07 UTC
ced3d9f Add missing include file (unistd.h) defining ssize_t 20 February 2014, 13:44:07 UTC
d517f5e Apply fixes in copy ctor and assignment op. for Coverity 20 February 2014, 13:44:07 UTC
9c32fe7 Create output results directory if does not exists. This fixes ROOT-5481 20 February 2014, 13:44:07 UTC
5aca49d Native keyboard focus does not work - add something artificial and quartz-wm-like. 20 February 2014, 12:51:17 UTC
e215ee4 Allow compilation on latest cygwin/gcc (lockf is now defined) 20 February 2014, 09:11:13 UTC
b38a8b6 Changed thread number schema and fixed TGeoManager::RemoveNavigator. Reduced size for cached states 19 February 2014, 15:02:31 UTC
1d42389 Fix copy constructor and assignment operator for TGraph2D. DO as for TH1, copy everything except list of functions. Implement copy constructor and assignment for TGraph2DErrors. This fixes ROOT-5470 19 February 2014, 09:48:26 UTC
31c6242 Fix for ROOT-5416 19 February 2014, 09:48:26 UTC
ffc1a36 Fix printout when PieceWiseInterpolation evaluates to negative value ( ROOT-5555 ). Print only in debug mode 19 February 2014, 09:48:26 UTC
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
back to top