- Jun 25, 2009
-
-
Rene Brun authored
-schiller@physi.uni-heidelberg.de -Juan.Palacios@cern.ch -cranmer@cern.ch -gregory.schott@cern.ch git-svn-id: http://root.cern.ch/svn/root/trunk@29208 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- add dependency on libMetaCint to PyROOT when building with both C5/C7. - correct TMVA dependency on libXMLIO, must be LIBXML and not LIBXMLIO which is not defined git-svn-id: http://root.cern.ch/svn/root/trunk@29207 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
in the last patch from Andreas the fixes from Axel unfortunately were reverted. git-svn-id: http://root.cern.ch/svn/root/trunk@29206 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 24, 2009
-
-
Rene Brun authored
fix for windows. Functions returning a static global cannot be inlined. git-svn-id: http://root.cern.ch/svn/root/trunk@29205 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29204 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29203 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29201 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
#define G__LONGLINE 1024 /* Length of expression */ #define G__ONELINE 512 /* Length of subexpression,parameter,argument */ #define G__MAXNAME 256 /* Variable name */ to #define G__LONGLINE 2048 /* Length of expression */ #define G__ONELINE 1024 /* Length of subexpression,parameter,argument */ #define G__MAXNAME 512 /* Variable name */ in an attempt to solve the rootcint/cint problem with TMVA on Windows. Changing these parameters has a very tiny effect on the total memory consumption, eg the virtual memory from default ROOt increases from 24060 KBytes to 24244. No visible effect when running the test suite. git-svn-id: http://root.cern.ch/svn/root/trunk@29200 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29199 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix to compile on OpenSolaris git-svn-id: http://root.cern.ch/svn/root/trunk@29198 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix required to compile on OpenSolaris. This fix was already in, but removed by mistake by the TMVA team in the recent update. git-svn-id: http://root.cern.ch/svn/root/trunk@29197 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix compilation warnings on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@29196 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@29195 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29194 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29193 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
updating the release notes (and also a fix in a smatrix test) git-svn-id: http://root.cern.ch/svn/root/trunk@29192 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
New tutorials git-svn-id: http://root.cern.ch/svn/root/trunk@29191 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a compilation problem on Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@29190 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Changed raw cout to use RooMsgService. Fix to ConfBelt with new ReooDataSetmodel. Minor cleanup in MCMC. Include protections for CINT git-svn-id: http://root.cern.ch/svn/root/trunk@29189 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29188 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29187 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29186 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29185 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29184 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 23, 2009
-
-
Rene Brun authored
2 new tutorials (see comments in scripts) git-svn-id: http://root.cern.ch/svn/root/trunk@29181 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29180 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Cleanup of tutorials and additions to THtml documentation git-svn-id: http://root.cern.ch/svn/root/trunk@29179 27541ba8-7e3a-0410-8455-c3a389f83636
-
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
-