- Apr 30, 2003
-
-
Fons Rademakers authored
cygwin /usr/include and /lib and /usr/lib directories. git-svn-id: http://root.cern.ch/svn/root/trunk@6509 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6508 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 29, 2003
-
-
Rene Brun authored
from Valeriy Onuchin; added SetInputFocus to Tetris git-svn-id: http://root.cern.ch/svn/root/trunk@6507 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6506 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
left uninitialized. git-svn-id: http://root.cern.ch/svn/root/trunk@6505 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6504 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 28, 2003
-
-
Wouter Verkerke authored
Generalization of RooProdPdf ---------------------------- Requirement that observables of component PDFs do not overlap is eliminated. Non-factorizing terms in normalization and projection are calculated explicitly. The event generator is modified similarly o RooAbsArg - Add RooGenProdProj as friend o RooAbsPdf - In isDirectGenSafe() add check that observable is direct server of pdf. o RooGenContext - Delegate check that internally generable observable is direct dependent of pdf to RooAbsPdf::isDirectGenSafe() o RooNormListManager - Bug fix in copy ctor: When owning list is copied, also copy contents o RooProdGenContxt - Modify generator context so that it can handle non-factorizing PDF terms. These terms are now represented as sub products that are delegated to a RooProdPdf instance that used the generic generator context o RooProdPdf - Modify class so that it can handle non-factorizing PDF groups. In calculation, irreducible non-factorizing terms are isolated and calculated by in instance of the RooGenProdProj auxiliary class. - Add internal generator interface for the benefit of RooProdGenContext. Advertise direct generator capability of component PDFs for observables that appear in only one of component PDFs. o RooGenProdProj - New auxiliary class for RooProdPdf to calculate normalization and normalized projections for non-factorizing product terms. For these groups the numerator and the denominator of the projection are integrated before division, instead of the other way around. Analytical integrals are used whereever possible. o RooProduct - New class representing the product of RooAbsReal objects, analogyous to RooProdPdf. This version doesn't do any handling of (partial) analytical integrals git-svn-id: http://root.cern.ch/svn/root/trunk@6503 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6502 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6501 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6500 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6499 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
In the TKey constructor add a protection in case the compression algorithm cannot compress the buffer. This protection was already in place in TBasket for the case of Trees. git-svn-id: http://root.cern.ch/svn/root/trunk@6498 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
TBuffer::MapObject can be called with a pointer worth '-1' in some cases. Without the case, it tries to dereferences the pointer and of course crashes. git-svn-id: http://root.cern.ch/svn/root/trunk@6497 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6496 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patches prevent the confusion between an empty build location and a relative path! git-svn-id: http://root.cern.ch/svn/root/trunk@6495 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Tetris.h, Tetris.cxx modified to have correct drawing under win32gdk git-svn-id: http://root.cern.ch/svn/root/trunk@6494 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
TGWin32::KeysymToKeycode(UInt_t keysym) was corrected. Keboard keys are handled properly under win32gdk (e.g. Tetris game) git-svn-id: http://root.cern.ch/svn/root/trunk@6493 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6492 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
needed anymore (was remant from first TTF inclusion AFAIR). It was causing: cxx: Warning: ./base/inc/RConfig.h, line 85: incompatible redefinition of macro "R__B64" # define R__B64 --------------^ warnings on Alpha cxx where R__B64 is predifined by rootcint. git-svn-id: http://root.cern.ch/svn/root/trunk@6491 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
filename that was used to open the file (in fRealName) and use that when calling ReOpen(). git-svn-id: http://root.cern.ch/svn/root/trunk@6490 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. Fixes for typedef.c and expr.c included. git-svn-id: http://root.cern.ch/svn/root/trunk@6489 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. Typedef.c fix included. git-svn-id: http://root.cern.ch/svn/root/trunk@6488 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The array ebuf should be allocated with strlen(expression)+2 and not with strlen(expression)+1 ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@6487 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
if(temp[len-1]=='*') { by if(len > 0 && temp[len-1]=='*') { git-svn-id: http://root.cern.ch/svn/root/trunk@6486 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Previous problems reported by Reiner hould all be fixed now. The return type issue for c'tors and d'tors should be fixed, too. git-svn-id: http://root.cern.ch/svn/root/trunk@6485 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 26, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6484 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6483 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Usage: ./configure linux --enable-explicitlink. Also cleanup of some GL dependencies from the platform makefiles to just the gl/Module.mk. Added detection of the libX11 location instead of hard coding it in the platform makefiles. git-svn-id: http://root.cern.ch/svn/root/trunk@6482 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6481 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 25, 2003
-
-
Rene Brun authored
to work correctly as well as option "e4" in TH1::Draw git-svn-id: http://root.cern.ch/svn/root/trunk@6480 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 24, 2003
-
-
Rene Brun authored
This patch insures to properly use the value of GetBuildDir or the build_dir parameters as a relative pathname. Note, that when using (the new) SetBuildDir with a relative pathname, this pathname will be relative to the current directory at the time of calling CompileMacro and not at the time of calling SetBuildDir. I added ACLiC.BuildDir to rootrc.in git-svn-id: http://root.cern.ch/svn/root/trunk@6479 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The method TBranch::GetMother was returning the daughter of the top level mother instead of the top level mother. In order for GetEntry to properly set the addresses it requires the top level mother to be returned by that functions. git-svn-id: http://root.cern.ch/svn/root/trunk@6478 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6477 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 21, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6475 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
but return the current processID. This case may happen when cloning an object. git-svn-id: http://root.cern.ch/svn/root/trunk@6474 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 20, 2003
-
-
Rene Brun authored
if the number of selected rows is null and option "same" is not specified. Instead clear the current pad. git-svn-id: http://root.cern.ch/svn/root/trunk@6473 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
to prevent calls to TF2::Eval outside the function range. git-svn-id: http://root.cern.ch/svn/root/trunk@6472 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 19, 2003
-
-
Rene Brun authored
when running with VisualC++.NET see http://root.cern.ch/root/roottalk/roottalk03/0270.html git-svn-id: http://root.cern.ch/svn/root/trunk@6471 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
the implementation files. The new implementation is protected against wrong arguments. It also increments the number of entries. This solves another problem when drawing 2-d histograms filled via SetBinContent. git-svn-id: http://root.cern.ch/svn/root/trunk@6470 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 18, 2003
-
-
Rene Brun authored
This patch repair TClass to recognize a Foreign Emulated class, it also update TTree::Draw to properly draw Foreign objects stored via a pointer in a parent class. git-svn-id: http://root.cern.ch/svn/root/trunk@6469 27541ba8-7e3a-0410-8455-c3a389f83636
-