- Jul 10, 2003
-
-
Rene Brun authored
This patch adds some protections in case fopen fails (exit rather than core dumps). git-svn-id: http://root.cern.ch/svn/root/trunk@6874 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooProdPdf - In factorized generation mode, do not count prototypes as observables in the factorization definition git-svn-id: http://root.cern.ch/svn/root/trunk@6873 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 09, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6872 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6871 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
the typedef mechanism does not correctly work in the case where there is 'long long' or 'long double' AND a '*' or '&'. (also 'unsigned long int' fails) Note that it is important because it prevents the usage of any stl container of long long with gcc 3.2 Also note that G__type2string does not properly print variations (&,*,const,etc..) of long long and long double (it always print 'long long' or 'long double' whether the type as a qualifier or not!). git-svn-id: http://root.cern.ch/svn/root/trunk@6870 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- new method TGLVEntry::SetSubnames added simplifies setting entry subnames (for detail view layout) - new method TGLVContainer::SetColHeaders added simplifies setting column names (for detail view layout) - minor mods in TGLVContainer class - guitest.C/guitest.cxx fix detail view layout in TestFileList widget - add an example of usage of TGLVEntry::SetSubnames,TGLVcontainer::SetSubnames methods in TestFileList widget git-svn-id: http://root.cern.ch/svn/root/trunk@6869 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6868 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6867 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
changing the bin contents, otherwise the axis may be resized when changing the overflow bin. git-svn-id: http://root.cern.ch/svn/root/trunk@6866 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
(thanks Mike Kordoski) git-svn-id: http://root.cern.ch/svn/root/trunk@6865 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6864 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 08, 2003
-
-
Rene Brun authored
- I added new example to guitest which demonstrates how to use TGFileContainer/TGContainer classes. This example along with TestListDir example added previously reproduces general functionality of TRootBrowser - added new simplified constructor to TGLVEntry class - add new method TGMenuBar::AddPopup(const TString &s, Int_t padleft, Int_t padright, Int_t padtop, Int_t padbottom) which also simplifies adding of popup-menus - mods in TGFSContainer.h which allow to make #include <TGFSContainer.h> during ROOT session git-svn-id: http://root.cern.ch/svn/root/trunk@6863 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6862 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
in TASPaletteEditor. git-svn-id: http://root.cern.ch/svn/root/trunk@6861 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6860 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6859 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6858 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6857 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
one reads corrupted info from a file. git-svn-id: http://root.cern.ch/svn/root/trunk@6856 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
gEnv->SetValue("Gui.ForegroundColor=grey") gEnv->SaveLevel(kEnvUser) saves this resource in the ~/.rootrc file. Saving to kEnvLocal would write to the file ./.rootrc and to kEnvGlobal to $ROOTSYS/etc/system.rootrc (when the user has the permission). git-svn-id: http://root.cern.ch/svn/root/trunk@6855 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
indicating in which case the initial values of parameters must be given. git-svn-id: http://root.cern.ch/svn/root/trunk@6854 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6853 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
of the formula does not match the class. The object is declared Zombie. git-svn-id: http://root.cern.ch/svn/root/trunk@6852 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 07, 2003
-
-
Rene Brun authored
here's a fix suggested by Denis for THtml and charsets. Currently, THtml generates the meta tag content-type charset ISO-8859-1 (the HTML 4.01 default charset). This is obviously not always correct. THtml now has a new env var, Root.Html.Charset, which allows the user to set the name of the HTML character set. git-svn-id: http://root.cern.ch/svn/root/trunk@6851 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6850 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6849 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patch adds support in the new tree cloning scheme for TTree *clone = chain->GetTree()->CloneTree(0); If chain is really a TChain, need to make sure that it keeps track of the clones even when the tree that was actually cloned is deleted by LoadTree. git-svn-id: http://root.cern.ch/svn/root/trunk@6848 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6847 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6846 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
and one or more points are outside the range. The best algorithm is to let the new clipping algorithm do its work. git-svn-id: http://root.cern.ch/svn/root/trunk@6845 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patch implements support in TTreeFormula for arrays inside array of objects. git-svn-id: http://root.cern.ch/svn/root/trunk@6844 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6843 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The pointer fRotMat must be set to 0. In TPolyLine3D (base class of THelix), replace call to Copy by TPolyLine3D::Copy to avoid calling THelix::Copy. Same in THelix copy constructor. git-svn-id: http://root.cern.ch/svn/root/trunk@6842 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
This avoids loading X11TTF driver in case of Qt driver. git-svn-id: http://root.cern.ch/svn/root/trunk@6841 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
to the libAfterImage configure script. One can now put jpeglib.h or other includes in a $ASIMAGE directory and have them found by the libAfterImage configure script. - auxiliary graphics libs are now either shared or static depending on the --enable-shared/--disbale-shared flag of configure. - on win32gcc enable always thread support, make thread lib dependent on libGpad. git-svn-id: http://root.cern.ch/svn/root/trunk@6840 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 06, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6839 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patch comments the fact after TTree::CloneTree and until the original is deleted, the addresses of the original are passed on to all the clones. Also the addresses of the clones are reset when the original is deleted. This patch also simplify the implementation of TChain::Merge to take advantage of the new TTree::CloneTree feature. git-svn-id: http://root.cern.ch/svn/root/trunk@6838 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This patches re-enable the proper parsing of string containing an open paranthesis but missing the close paranthesis: f = new TFormula("f2","strstr(\"af(d+gd\",\"+2\")"); git-svn-id: http://root.cern.ch/svn/root/trunk@6837 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 05, 2003
-
-
Fons Rademakers authored
config/Makefile.depend and remove the from Makefile.win32gcc. git-svn-id: http://root.cern.ch/svn/root/trunk@6836 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
With this change libASImage is correctly created on win32gcc git-svn-id: http://root.cern.ch/svn/root/trunk@6835 27541ba8-7e3a-0410-8455-c3a389f83636
-