- Jun 23, 2009
-
-
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
-
Rene Brun authored
Fixes for report #51364 - In XrdProofdNetMgr, validate the proof.conf file only at the moment when it is really used - When parsing configuration directives, use XrdOucStream::GetWord() instead of XrdOucStream::GetToken() so that variable substitution is fully active; this allows to write more concise and less error-prone configuration files git-svn-id: http://root.cern.ch/svn/root/trunk@29127 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Initialize the tree cache only for remote files; solves a long standing crash experienced by ALICE when mixtures of local and remote files were assigned to workers git-svn-id: http://root.cern.ch/svn/root/trunk@29126 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
In SetEntryRange: re-initialize the cache parameters only if in learning phase; fixes a problem making the cache de facto ineffective in PROOF git-svn-id: http://root.cern.ch/svn/root/trunk@29125 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix a compilation warning on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@29124 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
-updates to stressRooFit_tests.cxx (2 new tests implemented) and stressRooFit.cxx (adds new tests to list of tests to run) -A new stressRooFit reference file git-svn-id: http://root.cern.ch/svn/root/trunk@29123 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
New version of TMVA to be described soon. git-svn-id: http://root.cern.ch/svn/root/trunk@29122 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 21, 2009
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29117 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
between an environment variable setting and the binary to be run. patch provide by David Bremner <bremner@unb.ca> git-svn-id: http://root.cern.ch/svn/root/trunk@29116 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 20, 2009
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29115 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@29114 27541ba8-7e3a-0410-8455-c3a389f83636
-