- Nov 28, 2007
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21091 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21090 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add TGTab::AddTab with TGCompositeFrame in argument as requested by the feature request at: https://savannah.cern.ch/bugs/?31668 git-svn-id: http://root.cern.ch/svn/root/trunk@21088 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 27, 2007
-
-
Wouter Verkerke authored
o RooMsgService - Fix bug in creation of singleton instance git-svn-id: http://root.cern.ch/svn/root/trunk@21087 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21086 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21085 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21084 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o Module.mk - Forgotten last commit git-svn-id: http://root.cern.ch/svn/root/trunk@21083 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21082 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooErrorVar - Fix compiler warning on linux/gcc o RooFormulaVar, RooAbsAnaConvPdf - Fix for persistence o RooGraphSpring, RooGraphEdge, RooGraphNode - Retired, since superceded by new vizGraphTree() functionality o RooHtml - Retired since no longer needed o RooAbsOptGoodnessOfFit, RooAbsGoodnesOfFit - Renamed to RooAbsOptTestStatistic, RooAbsTestStatistic to better cover actual functionality o RooChi2Var, RooNLLVar - Follow base class name change o RooRealMPFE, RooAbsData - Follow friend class name change o Module.mk, inc/LinkDef[12].h - Remove references to deleted classes, follow name changes git-svn-id: http://root.cern.ch/svn/root/trunk@21081 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add a test suite for TMVA. git-svn-id: http://root.cern.ch/svn/root/trunk@21080 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
New version of TMVA (log file missing unfortunately) git-svn-id: http://root.cern.ch/svn/root/trunk@21079 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Add protection against double-click on 'OK' and 'Cancel' buttons in guitest dialog, emitting the CloseWindow() signal twice... git-svn-id: http://root.cern.ch/svn/root/trunk@21078 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
Undo previous hack for std::exception conflict in dictionary file with solaris cc and attempt a new one: put the exception define into eve/src/SolarisCCDictHack.h and put it just in front of LinkDef.h on the rootcint command line. git-svn-id: http://root.cern.ch/svn/root/trunk@21077 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21076 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
remove some debug statements in stressMathCore.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@21075 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- test with LorentzVector<Double32_t,PxPyPzE4D> git-svn-id: http://root.cern.ch/svn/root/trunk@21074 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21072 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21071 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- add test of a double 32 and of composite object containing matrices and vectors. test both the double and Double32_t cases using CINT and optionally reflex - update Makefile to generate the CInt and reflex dictionary when the env USE_REFLEX is set. gccxml must be available in the path to use the reflex dictionary (root must be configured with ./configure --with-gccxml=$GCCXML_PATH ) - add linkdef and xml needed files git-svn-id: http://root.cern.ch/svn/root/trunk@21070 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21068 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix 'Array bounds read' error reported by purify git-svn-id: http://root.cern.ch/svn/root/trunk@21067 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
There is a new test is stressEntryList to check for this (in the second patch). This test might take some time for large files, but there is no point in running it for small files. git-svn-id: http://root.cern.ch/svn/root/trunk@21066 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fixes an issue with a seg. fault in SetEventList() ==> SetEntryList(), another issue with full entry lists, with correct resetting of "current" indices and with printing of empty entry lists. git-svn-id: http://root.cern.ch/svn/root/trunk@21065 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o Most classes - Bulk migration from cout to RooMsgService o RooSetProxy - Fix compiler warning on Windows o RooSimPdfBuilder - Remove stray debug printouts git-svn-id: http://root.cern.ch/svn/root/trunk@21064 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21062 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
- New format for stressGraphics.ref. git-svn-id: http://root.cern.ch/svn/root/trunk@21061 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21060 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
Add workaround for solaris math.h exception clashing with std::exception in dictionary (suggested by Philippe). git-svn-id: http://root.cern.ch/svn/root/trunk@21059 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
some additional valgrind suppressions. git-svn-id: http://root.cern.ch/svn/root/trunk@21058 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 26, 2007
-
-
Axel Naumann authored
Local typedef longlong (Reflex/Kernel.h's is now gone) git-svn-id: http://root.cern.ch/svn/root/trunk@21057 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
TEveBrowser: add missing ctor argument to TRootBrowser during base initialization (solaris cc). TEveManager: fix names of Eve components garbled by automatic string conversion. git-svn-id: http://root.cern.ch/svn/root/trunk@21056 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
<class name="FOO" ClassVersion="42"/> to set the class version of FOO's TClass object to 42, i.e. TClass::GetClass("FOO")->GetClassVersion() will return 42. git-svn-id: http://root.cern.ch/svn/root/trunk@21055 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
Replace NULL with 0 in TEveGLText. TEveTrackPropagator: make public data-members protected and provide get/set methods. Second attempt at fixing Solaris cc errors: make Helix and Vertex4d struct declarations public. git-svn-id: http://root.cern.ch/svn/root/trunk@21054 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21053 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
It is not needed by the Reflex API, and it interfers with user code defining its own longlong, because the dictionaries pull it in via "using namespace ROOT::Reflex". Leave an "#if 0" in there, so it's easier to trace. Only Kernel.cxx needs the typedef. git-svn-id: http://root.cern.ch/svn/root/trunk@21052 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21051 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21050 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@21049 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
initialization scripts. Fix macros to use this new initialization method. git-svn-id: http://root.cern.ch/svn/root/trunk@21048 27541ba8-7e3a-0410-8455-c3a389f83636
-