- Jun 23, 2009
-
-
Rene Brun authored
New version git-svn-id: http://root.cern.ch/svn/root/trunk@29176 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix wrong help info about Qt requirements (Qt version must be >=4.x git-svn-id: http://root.cern.ch/svn/root/trunk@29174 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
this diff fixes having both cint and cint7 in make static. With cint7, roofit and tmva enabled I can now successfully do make static on Linux 32/64 and MacOS X. TMVA is included in the static lib, you must have some old tmva *.o's laying around of deleted files that causes the error on you platforms. To check this do: make distclean-tmva ls tmva/src/*.o and there should be no .o files. git-svn-id: http://root.cern.ch/svn/root/trunk@29173 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
a fix to make sure all *.o's are deleted in tmva/src/, so distclean-tmva cleans also the old left over *.o's. git-svn-id: http://root.cern.ch/svn/root/trunk@29172 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Fix a few problems found running in valgrind: - In XrdROOTMgr::Validate, add missing protection against inproper use of a temporary file when in non debug mode - Fix a problem with inproper deletion of XrdProofWorker objects when working with a dynamically varying 'proof.conf' - In TProof::HandleInputMessage, fix possible double delete after kPROOF_STOPPROCESS - Fix a couple of issues on reconnection to a running session: - make sure that the dialog buttons are in the correct state - make sure that logs are redirected - Fix an issue with the displaying speed of very large log files (bufferize instead of doing line-by-line) - In TProof::Draw, change the type of a notification message from 'error' to 'debug' - Fix coding conventions in TDataSetManagerFile.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@29171 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
There was a request to modify XML classes such that formatting of float/double variables should be changed to "%e". It sounds reasonable - nobody, seems to be, was using small floats with XML. Therefore in patch following changes are implemented: 1. Conversion from float/double to string per default performed with "%e" (exponential) format. 2. Format can be configured with SetFloatFormat methods that one can specify precision, width arguments of printf call 3. sscanf works as before - "%f" accpet both exponential and decimal format 4. Similar changes done for TBufferXML and TBufferSQL2 classes. git-svn-id: http://root.cern.ch/svn/root/trunk@29170 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fixes "make static". git-svn-id: http://root.cern.ch/svn/root/trunk@29169 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
updates for all RooFit tutorials. These changes take care of making sure that axis titles don't overlap axis labels etc. git-svn-id: http://root.cern.ch/svn/root/trunk@29168 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
While running the tutorial macros, I realized I have accidentally left a debug message stream active in the default configuration. git-svn-id: http://root.cern.ch/svn/root/trunk@29167 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Solve a (sort of) deadlock when replaying a TLatex edition (from the toolbar) while the editor is open (the recorder was waiting for TLatex selection event - which is internally called in TCreatePrimitives::Text()) git-svn-id: http://root.cern.ch/svn/root/trunk@29163 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
in addition to the tmva, here the latest diff for OpenSolaris. With this everything compiles fine. git-svn-id: http://root.cern.ch/svn/root/trunk@29162 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fixes to make TMVA compile on OpenSolaris (with new STL lib). I did fix the std::less() problem too, so it should now also compile on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@29161 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix when running the test with ACLIC. However: there remains a peculiar problem with CINT and RooGlobalFunc.h The latter defines a number of functions in namespace RooFit but any code that needs to use it in CINT, must be written as follows -------- demo.C ---------- #ifndef __CINT__ #include "RooGlobalFunc.h" #endif using namespace RooFit ; void demo() { // Function defined in ns RooFit by RooGlobalFunc.h LineColor(kRed) ; } ------------------------- If the #ifndef is removed, the code does _not_ work in CINT... With the #ifndef it works and its contents is visible. I do not understand why. It seems wrong. RooGlobalFunc.h does not contain anything funny or unusual... git-svn-id: http://root.cern.ch/svn/root/trunk@29158 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29157 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fixed a bug when retrieving the parameters from an existing function git-svn-id: http://root.cern.ch/svn/root/trunk@29156 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Insure that iostream is properly initialized before the execution of SetAliEnSetting (This is needed in the environment where iostream is not already loaded in CINT). git-svn-id: http://root.cern.ch/svn/root/trunk@29155 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
New TMVA test files git-svn-id: http://root.cern.ch/svn/root/trunk@29154 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
should fix remaining compilation bugs on Windows and Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@29153 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
new version of TMVA stress suite adapted to the new version of TMVA git-svn-id: http://root.cern.ch/svn/root/trunk@29152 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 22, 2009
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29149 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29148 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29146 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- make ctor TString::TString(Ssiz_t ic) explicit to avoid automatic conversion of integer to a TString of size of the integer value. This addresses issue 50883. - make TString::Hash() machine independent, by returning an UInt_t and not a machine dependent ULong_t. The algorithm was anyway only using 32-bits for the hash and on 64-bit machines the remaining 32-bits were not explicitly set, making the hash process dependent. This addresses issue 37881. git-svn-id: http://root.cern.ch/svn/root/trunk@29145 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
return 0; by return ""; git-svn-id: http://root.cern.ch/svn/root/trunk@29144 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29143 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix problem reported by the nightly builds. git-svn-id: http://root.cern.ch/svn/root/trunk@29142 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Improve graphics output git-svn-id: http://root.cern.ch/svn/root/trunk@29141 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add missing file git-svn-id: http://root.cern.ch/svn/root/trunk@29140 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix many memory leaks git-svn-id: http://root.cern.ch/svn/root/trunk@29139 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a memory leak. git-svn-id: http://root.cern.ch/svn/root/trunk@29138 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a memory leak git-svn-id: http://root.cern.ch/svn/root/trunk@29137 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add more comments and rename macro git-svn-id: http://root.cern.ch/svn/root/trunk@29136 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29135 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This fices Savannah report: https://savannah.cern.ch/bugs/?52048 git-svn-id: http://root.cern.ch/svn/root/trunk@29134 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Rename TProofDataSetManager and TProofDataSetManagerFile to TDataSetManager and TDataSetManagerFile. These classes are managers of TFileCollection which do not have anything strictly dependent on PROOF. So far they were only used internally by PROOF, but they are going to be exposed to more public for generic file collection handling. It is the right time to give them a more proper name. git-svn-id: http://root.cern.ch/svn/root/trunk@29133 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
new tutorial git-svn-id: http://root.cern.ch/svn/root/trunk@29132 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
o RooFitResult - Export calculation of Schur complement of covariance matrix through method reducedCovarianceMatrix() o RooAbsReal - In linear calculation of partial error band use reduced covariance matrix as calculated by RooFitResult. o RooCurve - Update Y-axis range in addPoint() rather than in ctor to capture updates to curve after construction, as e.g. done in construction of error band curves git-svn-id: http://root.cern.ch/svn/root/trunk@29131 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- TEveManager::AddCanvasTab(const char* name) assigned the name to the current tab, not the newly created one. git-svn-id: http://root.cern.ch/svn/root/trunk@29130 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- TEveCompositeFrameInMainFrame: Add two getters needed in save and restore of window configuration. - TGPack: Update sub-window weights on splitter move action. git-svn-id: http://root.cern.ch/svn/root/trunk@29129 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29128 27541ba8-7e3a-0410-8455-c3a389f83636
-