swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
89417bb Increase the default value for maxpts in TF2::Integral and make it dependent on fNpx and fNpy such that this parameter can be modified without recompiling. git-svn-id: http://root.cern.ch/svn/root/trunk@18875 27541ba8-7e3a-0410-8455-c3a389f83636 24 May 2007, 08:56:37 UTC
d4d2313 From Ilka: fixes following errors: proof/src/TDSet.cxx: In member function `virtual void TDSet::Streamer(TBuffer&)': proof/src/TDSet.cxx:1350: warning: suggest parentheses around assignment used as truth value proof/src/TDSet.cxx:1373: warning: suggest parentheses around assignment used as truth value git-svn-id: http://root.cern.ch/svn/root/trunk@18874 27541ba8-7e3a-0410-8455-c3a389f83636 24 May 2007, 07:19:39 UTC
b669724 Update TClonesArray::Streamer to adapt the call to TBuffer::ReadClones to the last changes in TBuffer. git-svn-id: http://root.cern.ch/svn/root/trunk@18873 27541ba8-7e3a-0410-8455-c3a389f83636 24 May 2007, 05:01:19 UTC
a64561a restore schema evolution for the content of unsplit TClonesArray (broken since 5.15/02) git-svn-id: http://root.cern.ch/svn/root/trunk@18872 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 22:12:29 UTC
80cd2df Add missing #include "snprintf.h" git-svn-id: http://root.cern.ch/svn/root/trunk@18871 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 20:11:02 UTC
a2e264a fix install target for Solaris. git-svn-id: http://root.cern.ch/svn/root/trunk@18870 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 15:53:25 UTC
cd6c0da use "" instead of <> to include snprintf.h include. git-svn-id: http://root.cern.ch/svn/root/trunk@18869 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 15:43:31 UTC
0f6c6d0 describe new option file: to specify files with non-standard .root extension. git-svn-id: http://root.cern.ch/svn/root/trunk@18868 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 15:42:45 UTC
0c55611 files can now also be specified on the command line using file:data.dat, where data.dat is a .root file but with an unusual file name extension. Fixes issue 26057. git-svn-id: http://root.cern.ch/svn/root/trunk@18867 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 15:38:36 UTC
3a57f42 From Ilka: The line fGedEditor->SetModel(fPad, this, kButton1Down); takes place twice in TGLSAViewer creation: in the constructors and in the Show() method that takes place also in them. In the attached patch I removed this line from both constructors. git-svn-id: http://root.cern.ch/svn/root/trunk@18866 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 13:37:22 UTC
60ee836 fStatCached was not properly initialized in the main ctor. git-svn-id: http://root.cern.ch/svn/root/trunk@18865 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 13:30:55 UTC
f4c7f16 From Gerri: - Remove some unused forward declarations. git-svn-id: http://root.cern.ch/svn/root/trunk@18863 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 09:11:45 UTC
87b5499 From Gerri: - Use FlushLogFile() where relevant. git-svn-id: http://root.cern.ch/svn/root/trunk@18862 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 09:11:26 UTC
1da46ae From Gerri: - In synchronous processing mode, always notify on the main client window the asynchronous messages (kPROOF_MESSAGE) coming from the cluster git-svn-id: http://root.cern.ch/svn/root/trunk@18861 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 09:10:58 UTC
175c7a8 From Gerri: - Add method SendAsynMessage(const char *, Bool_t lfeed) to send asynchronous messages to the client; this allows the repetition of the same code in many places. - Add new member fPrefix which is initialized in the ctor to be, for example, "master-0" and used everywhere, included the Error handler: this allows to avoid recreating the same prefix in many places in the code. - Add method FlushLogFile() allowing to hide from the client messages which may important for debugging, but not so relevant for normal operations. - Set/Unset the kWriteV3 bit in TDSet when relevant (i.e. when the client protocol is 12 or less). git-svn-id: http://root.cern.ch/svn/root/trunk@18860 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 09:10:19 UTC
9303cb9 From Gerri: - Add definition of bit 16 as kWriteV3 to flag the case when the streamers should write v3 TDSet / TDSetElements - Add dedicated Streamer implementation to read/write v3 TDSet / TDSetElements git-svn-id: http://root.cern.ch/svn/root/trunk@18859 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 09:08:59 UTC
f9b46c6 From Gerri: - do not generate the streamer for TDSet and TDSetElements - re-insert the pragma statements for FriendsList_t to be able to read and write TDSet / TDSetElements v3 git-svn-id: http://root.cern.ch/svn/root/trunk@18858 27541ba8-7e3a-0410-8455-c3a389f83636 23 May 2007, 09:08:07 UTC
025a166 add missing include to run tutorial in compile mode git-svn-id: http://root.cern.ch/svn/root/trunk@18857 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 14:10:26 UTC
98f896a From Anna: Changes in TEntryListBlock class to allow storing the indices of entries that don't pass. It's used when more than 15/16 of entries pass the selection, so it makes sense to store the non-passing entries as an array instead of storing passing entries as bits. Also, start calling OptimizeStorage() method after each Merge(). git-svn-id: http://root.cern.ch/svn/root/trunk@18856 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 13:47:43 UTC
4c331c2 - add 2D vectors according to a request from CMS - optimize the 3D and 4D vector classes by adding: - a default copy constructor (and assignment operator) in all the coordinate system classes. This gives better performances when using gcc 3.2 and 3.4 on lxplus. - re-implement the SetXYZ methods in each coordinate system. This avoid an un-necessary copy. Also this optimization shows a significant improvement only when using gcc3.2 or 3.4 - add tests for 2D vectors and a performance test (vectorOperation) which can be run for all vector types. - clean up also code and intentation spaces git-svn-id: http://root.cern.ch/svn/root/trunk@18855 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 13:35:17 UTC
9c437d6 From Valeri Onuchin: Improvements in flicker-free painting when resizing git-svn-id: http://root.cern.ch/svn/root/trunk@18854 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 11:48:30 UTC
f34e1dd From Valeri Onuchin: Fixed memory leaks. git-svn-id: http://root.cern.ch/svn/root/trunk@18853 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 11:47:14 UTC
69e128a From Valeri Onuchin: Fixed a side effect from previous patch: when opening macro files in the ROOT Browser or TGTextEditor, the text was not displayed until one moves the scrollbar, or selects the text with the mouse git-svn-id: http://root.cern.ch/svn/root/trunk@18852 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 11:46:31 UTC
32dc7ff From Andreas: If you don't have GLOBUS installed with the '.la' files (only the shared libraries like you get via AliEn or an RPM), then there is Globus library dependency missing in the ROOT configure. Add libglobus_gsi_credential_$flavor. git-svn-id: http://root.cern.ch/svn/root/trunk@18851 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 10:52:09 UTC
d95d842 Add comments to indicate that Momentum, Energy are in GeV/V, GeV git-svn-id: http://root.cern.ch/svn/root/trunk@18850 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 10:49:12 UTC
8e1df4e from Valeriy Onuchin: - TGHtmlForm.cxx fix compiler warnings on Solaris. git-svn-id: http://root.cern.ch/svn/root/trunk@18849 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 08:34:46 UTC
e59156a From Valeriy Onuchin: Improvemnts in flicker-free painting when resizing under X11. git-svn-id: http://root.cern.ch/svn/root/trunk@18848 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 08:13:28 UTC
8405d9b From Valeriy Onuchin: Set gravity bits to make flicker-free painting when resizing a text entry under X11. git-svn-id: http://root.cern.ch/svn/root/trunk@18847 27541ba8-7e3a-0410-8455-c3a389f83636 22 May 2007, 08:13:06 UTC
2d058df fix for white space coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@18846 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 21:36:32 UTC
a4f9a83 fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@18845 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 21:21:40 UTC
b8daafc use also -O2 for linux target. git-svn-id: http://root.cern.ch/svn/root/trunk@18844 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 16:20:24 UTC
3ddd112 From Andrei: Added optional method: Bool_t TVirtualMCApplication::MisalignGeometry(). To be implemented by user application in case misalignment need to be applied to TGeo after ideal geometry was built. git-svn-id: http://root.cern.ch/svn/root/trunk@18843 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 14:38:15 UTC
b8fa24e Added fSizeForText data member. It is set to kTRUE if the "TEXT" draw option uses marker size as a text size setting. Follow up changes in TH2Editor. git-svn-id: http://root.cern.ch/svn/root/trunk@18842 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 13:42:26 UTC
c1e15c0 From Bertrand: Call gROOT->GetListOfBrowsers()->Delete() before gVirtualX->CloseDisplay() in TWinNTSystem::Exit(). This fixes win32gdk errors messages when deleting list of browsers whereas the Display has already been closed. git-svn-id: http://root.cern.ch/svn/root/trunk@18841 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 12:40:50 UTC
701ca55 From Bertrand: - In TApplicationRemote constructor, if ssh connection fails, clean-up and return without waiting on monitor to avoid hanging application. git-svn-id: http://root.cern.ch/svn/root/trunk@18840 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 10:30:21 UTC
112ed92 fix a problem constructing TF2 from formula expression. Same now as before (v. 1.37) git-svn-id: http://root.cern.ch/svn/root/trunk@18839 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 09:41:52 UTC
7b373fe Use TTree::SetCacheSize instead of the obsolete TFile::UseCache git-svn-id: http://root.cern.ch/svn/root/trunk@18838 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 09:11:30 UTC
7e6f9b7 add tutorial showing example to create TF1 from functor and class member functions git-svn-id: http://root.cern.ch/svn/root/trunk@18837 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 08:39:47 UTC
99d001d add support for creating TF1 from function object (functors) and class member functions git-svn-id: http://root.cern.ch/svn/root/trunk@18836 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 08:38:48 UTC
fcedfbd From Gerri: - Send back version/arch/compiler info at the end of Setup(). git-svn-id: http://root.cern.ch/svn/root/trunk@18835 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 00:46:19 UTC
49cd1f9 From Gerri: - Increase protocol number to 13 - Receive and store version/arch/compiler info from the workers - Print the new info when doing TProof::Print() git-svn-id: http://root.cern.ch/svn/root/trunk@18834 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 00:45:41 UTC
3306031 From Gerri: - Add members for the ROOT version and arch/compiler of the worker - Add setters for the new members - Print the new info in TSlave::Print() git-svn-id: http://root.cern.ch/svn/root/trunk@18833 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 00:45:07 UTC
0840f8a From Gerri: - Add new getters for the compiler and compiler version const char *TSystem::GetBuildCompiler() const char *TSystem::GetBuildCompilerVersion() git-svn-id: http://root.cern.ch/svn/root/trunk@18832 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 00:44:27 UTC
f80403f From Gerri: - Add definition of COMPILERVERS with the version of the compiler (currently filled completely only for gcc and icc) git-svn-id: http://root.cern.ch/svn/root/trunk@18831 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 00:43:54 UTC
38b0c76 From Gerri: - Improved check of the XrdSysPrivGuard validity - Always export the ROOT version tag to proofserv (it was done only when different from the default one) git-svn-id: http://root.cern.ch/svn/root/trunk@18830 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 00:26:24 UTC
9eb3e25 use TProof::GetParameter() utility to get parameters from the input list. git-svn-id: http://root.cern.ch/svn/root/trunk@18829 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 00:22:51 UTC
77cd801 new static utility functions for retrieving parameters from input lists: static Int_t GetParameter(TCollection *c, const char *par, TString &value); static Int_t GetParameter(TCollection *c, const char *par, Long_t &value); static Int_t GetParameter(TCollection *c, const char *par, Long64_t &value); static Int_t GetParameter(TCollection *c, const char *par, Double_t &value); simplifies code from: TParameter<Int_t> *par = 0; TObject *obj = input->FindObject("PROOF_ProgressPeriod"); Int_t period = 500; if (obj && (par = dynamic_cast<TParameter<Int_t>*>(obj))) period = par->GetVal(); to Long_t period = 500; TProof::GetParameter(input, "PROOF_ProgressPeriod", period); git-svn-id: http://root.cern.ch/svn/root/trunk@18828 27541ba8-7e3a-0410-8455-c3a389f83636 21 May 2007, 00:21:44 UTC
63776ee fix type of time in Start() from int to long to be consistent with all other appearances of time argument. git-svn-id: http://root.cern.ch/svn/root/trunk@18827 27541ba8-7e3a-0410-8455-c3a389f83636 20 May 2007, 23:25:00 UTC
fe3cd1f fix warning: guihtml/src/TGHtmlIndex.cxx: In member function 'int TGHtml::IndexMod(TGHtmlElement**, int*, char*)': guihtml/src/TGHtmlIndex.cxx:261: warning: operation on 'i' may be undefined git-svn-id: http://root.cern.ch/svn/root/trunk@18826 27541ba8-7e3a-0410-8455-c3a389f83636 20 May 2007, 23:22:13 UTC
c22b320 In TGLScene destructor , do not call TGLDisplayListCache::Purge, otherwise one gets a crash on the MAC when deleting a GL window. git-svn-id: http://root.cern.ch/svn/root/trunk@18825 27541ba8-7e3a-0410-8455-c3a389f83636 19 May 2007, 15:47:19 UTC
15f6ce4 Protect TGeoManager destructor in case it is called from TROOT destructor. git-svn-id: http://root.cern.ch/svn/root/trunk@18824 27541ba8-7e3a-0410-8455-c3a389f83636 19 May 2007, 15:41:07 UTC
ea21ee3 Comment an unused statement.CVS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@18823 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2007, 16:00:28 UTC
e2f5df4 From Valeriy Onuchin: Fix compiler warnings. git-svn-id: http://root.cern.ch/svn/root/trunk@18822 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2007, 15:55:20 UTC
80c64ff add ParamFunctor class which will be used by TF1 for creating a TF1 class from a C++ callable object or from a class member function git-svn-id: http://root.cern.ch/svn/root/trunk@18821 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2007, 15:51:19 UTC
3d21aac Implement a back compatible RooPlot::Streamer. // Version 1 of RooPlot was deriving from TH1 and RooPrintable // Version 2 derives instead from TNamed and RooPrintable git-svn-id: http://root.cern.ch/svn/root/trunk@18820 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2007, 12:57:37 UTC
fc0271c From Valeriy Onuchin: - fixed problem running text editor with Qt layer - SetForegroundColor(Pixel_t) method was implemented which allows to set text color for text view/editor. git-svn-id: http://root.cern.ch/svn/root/trunk@18819 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2007, 12:13:22 UTC
799ff32 revert to previous version till side-effects of Diego's mods are understood. git-svn-id: http://root.cern.ch/svn/root/trunk@18818 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2007, 11:39:52 UTC
2a1f4d4 In TLeafI::ReadBasket one must check that fReadEntry in the count branch is the same as the one in the branch being read. This check is necessary when reading only one branch having a branch counter. git-svn-id: http://root.cern.ch/svn/root/trunk@18817 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2007, 08:37:34 UTC
b9da7f9 fix a bug in coverting from RotationZ to a Quaternion git-svn-id: http://root.cern.ch/svn/root/trunk@18816 27541ba8-7e3a-0410-8455-c3a389f83636 18 May 2007, 07:23:14 UTC
ffccba9 Extend TTree::Process(TSelector *sel, ....) so it can handle the case where the selector is interpreted git-svn-id: http://root.cern.ch/svn/root/trunk@18815 27541ba8-7e3a-0410-8455-c3a389f83636 17 May 2007, 22:21:52 UTC
744f860 Add the ability for the TSelectorCint do not 'own' the underlying interpreted selector git-svn-id: http://root.cern.ch/svn/root/trunk@18814 27541ba8-7e3a-0410-8455-c3a389f83636 17 May 2007, 22:19:34 UTC
83c22a7 From Bertrand: - rhtml.cxx : set watch mouse cursor when downloading page git-svn-id: http://root.cern.ch/svn/root/trunk@18813 27541ba8-7e3a-0410-8455-c3a389f83636 17 May 2007, 15:06:40 UTC
441a746 From Bertrand: - TWinNTSystem.cxx : add forgotten test/break + cosmetics git-svn-id: http://root.cern.ch/svn/root/trunk@18812 27541ba8-7e3a-0410-8455-c3a389f83636 17 May 2007, 15:04:52 UTC
c321116 Add missing forward reference to class TAxis. git-svn-id: http://root.cern.ch/svn/root/trunk@18811 27541ba8-7e3a-0410-8455-c3a389f83636 17 May 2007, 14:28:57 UTC
b41fbdd From Valeriy Onuchin: - TASImage. Remove dependency on libGpad - Win32gdk: Remove dependencies on libGpad git-svn-id: http://root.cern.ch/svn/root/trunk@18810 27541ba8-7e3a-0410-8455-c3a389f83636 17 May 2007, 14:15:26 UTC
8710c6d From Valeriy Onuchin: libASImage does not depend on libHist. git-svn-id: http://root.cern.ch/svn/root/trunk@18809 27541ba8-7e3a-0410-8455-c3a389f83636 17 May 2007, 07:58:15 UTC
efe7fd7 improve detection of remote default shell and pass different options for [t]csh. Also when -d 1 is passed run ssh in -v mode for better debugging. git-svn-id: http://root.cern.ch/svn/root/trunk@18808 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 23:53:22 UTC
5c32d7f Prevent parsing error of cast operation in some simples cases git-svn-id: http://root.cern.ch/svn/root/trunk@18807 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 21:21:21 UTC
94ceef7 Add Diego Marcos Segura for his contribution to teh CINT wrappers enhancements.CVS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@18806 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 17:16:25 UTC
c1c0f1f Prevent creation of function call stubs for virtual functions that are implemented in the base class. For this to work, this ptrs of derived objects must be adjusted to the non-left-most base class for multiple inheritance. G__funcentry now contains a field holding this offset. G__MethodInfo has new member func GetThisPointerOffset() returning this offset. The bytecode representation of a function call (G__LDFUNC) is extended to store this offset. To prevent the setup of derived classes' functions, a stack of dictionary setup routines needed to be implemented. Inheritance chains now translate to recursive memfunc_setup calls; thus the "stored" globals needed to be converted into a stack (each call has its own "previous" set of globals). git-svn-id: http://root.cern.ch/svn/root/trunk@18805 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 16:40:17 UTC
611418f Fixed bug #26371 - SegV was caused by not set to 0 fit function parent. Improvements in CheckRange and SetFitObject methods git-svn-id: http://root.cern.ch/svn/root/trunk@18804 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 16:06:39 UTC
3f58434 From Gerri: TApplication.h - Define BIT(15) as kProcessRemotely to control remote execution. The definition is public so that it can be set by any application that wants something to be processed on the current remote session, e.g. gApplication->SetBit(TApplication::kProcessRemotely); gROOT->ProcessLine(...). The new bit replaces both bit kTerminalInput and the boolean fProcessingLine. TApplication.cxx, TRint.cxx, TApplicationRemote.cxx - Cope with the change in TApplication.h git-svn-id: http://root.cern.ch/svn/root/trunk@18803 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 11:14:35 UTC
bcefc0e From Gerri: - Instantiate gBenchmark in the constructor (in analogy with TRInt) - Fix a warning from an uninitialized variable. git-svn-id: http://root.cern.ch/svn/root/trunk@18802 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 10:34:38 UTC
e856bbf Fix a compiler warning about a possible uninitialized variable "TGFont *font" in TGHtml::DrawSelectionBackground. git-svn-id: http://root.cern.ch/svn/root/trunk@18801 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 10:05:07 UTC
dcb2c53 From Bertrand: - add a Option_t parameter in TImage::PaintImage allowing to control the image trasparency. (solve small problems on Windows) git-svn-id: http://root.cern.ch/svn/root/trunk@18800 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 10:04:01 UTC
addbb3d original Module.mk re-introduced directly in cvs (needed for previous versions) and now add mods for current version. git-svn-id: http://root.cern.ch/svn/root/trunk@18799 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 09:26:08 UTC
cc1068b From Bertrand: Fix navigation problems with the forward/backward buttons. git-svn-id: http://root.cern.ch/svn/root/trunk@18798 27541ba8-7e3a-0410-8455-c3a389f83636 16 May 2007, 07:45:58 UTC
5ff2f83 Properly handle the case where the return value of a member function is an STL collection git-svn-id: http://root.cern.ch/svn/root/trunk@18795 27541ba8-7e3a-0410-8455-c3a389f83636 15 May 2007, 19:59:51 UTC
4ca2afb In the TBrowser, when drilling through a TTree and clicking on a member function that returns an object, we now also list the data members git-svn-id: http://root.cern.ch/svn/root/trunk@18794 27541ba8-7e3a-0410-8455-c3a389f83636 15 May 2007, 19:59:07 UTC
fac74ec several fixes in the ssh tunnnel command: - force IPv4 addresssing, on Mac OS X IPv6 is default. - ssh commmand to execute is now: "$SHELL -l -c 'roots ... '" this uses the users default shell on the remote machine and forces the sourcing of the login script, e.g. .bash_profile before executing roots. Hence if the user does correctly setup ROOTSYS and PATH in the login script roots will be found. git-svn-id: http://root.cern.ch/svn/root/trunk@18793 27541ba8-7e3a-0410-8455-c3a389f83636 15 May 2007, 12:49:41 UTC
8d07b6c - After a call to GetXsize() the text angle was reset to 0. Now fixed. git-svn-id: http://root.cern.ch/svn/root/trunk@18792 27541ba8-7e3a-0410-8455-c3a389f83636 15 May 2007, 12:48:53 UTC
797eb38 When the slot string defines a global function name, both parameters specifying the class name and the receiver should be set to 0 (zero). Macro can be compiled now. git-svn-id: http://root.cern.ch/svn/root/trunk@18791 27541ba8-7e3a-0410-8455-c3a389f83636 15 May 2007, 12:02:31 UTC
6063363 From Wouter: Fix Makefile dependencies. RooFit can now be installed on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@18790 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 19:54:50 UTC
7733321 o RooGExpModel, RooGaussModel - Use verboseEval() rather than _verboseEval to make it work on Windows git-svn-id: http://root.cern.ch/svn/root/trunk@18789 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 19:39:17 UTC
e0ca61e o RooAbsPdf,RooResolutionModel - Wrap static data members in non-inline accessor for Windows compatibility git-svn-id: http://root.cern.ch/svn/root/trunk@18788 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 18:37:46 UTC
23724af Fix a bug in TSpectrum3::Search. The returned z position was in fact along the y axis. This fixes le problem dmckee@bama.ua.edu in Sanannah.CVS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@18787 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 18:04:10 UTC
5eee594 Fix a typo (thanks Christian Holm) There's a silly typo in the forward declaration of `RooAbsAnaConvPdf': class RooAbsAnaConfPdf ; ^ Should be class RooAbsAnaConvPdf ; git-svn-id: http://root.cern.ch/svn/root/trunk@18786 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 17:56:18 UTC
aebac46 o Module.mk, inc/Linkdef2.h - Add RooNumConvPdf o RooNumConvPdf - Change Ident comment string prefix from roofit to roofitcore git-svn-id: http://root.cern.ch/svn/root/trunk@18785 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 16:29:56 UTC
27b7cf0 Comment the pragma link statement for class RooNumConvPdf git-svn-id: http://root.cern.ch/svn/root/trunk@18784 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 15:26:34 UTC
998750d not needed anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@18783 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 15:21:50 UTC
33035c1 o All classes - Add ROOT style Ident comment string git-svn-id: http://root.cern.ch/svn/root/trunk@18782 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 14:38:04 UTC
b2de87c o All classes - Add ROOT-style Ident comment string git-svn-id: http://root.cern.ch/svn/root/trunk@18781 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 14:37:32 UTC
c6f0758 - From Axel: valgrind was correctly complaining about sscanf accessing invalid memory areas in TLatex. That's caused by not 0-terminated buffers. It is now fixed. git-svn-id: http://root.cern.ch/svn/root/trunk@18780 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 14:32:36 UTC
e9564d7 Add doc git-svn-id: http://root.cern.ch/svn/root/trunk@18779 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 14:29:58 UTC
81c563e don't clear G__initpermanentsl if it's 0 don't increase constness of arg of typedef'ed type when reading dict (already done when writing dict) use c'tor initializer list for G__Sizep2memfunc%s::p (effc++) git-svn-id: http://root.cern.ch/svn/root/trunk@18778 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 14:27:01 UTC
25e3ba0 - Undo previous fix: it made stressGraphics crashes on Linux. git-svn-id: http://root.cern.ch/svn/root/trunk@18777 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 14:05:39 UTC
81e387e o RooConvCoefVar - Add missing forward declaration to RooAbsAnaConvPdf git-svn-id: http://root.cern.ch/svn/root/trunk@18776 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 14:01:41 UTC
738edb6 From Gerri: Mark application when typing a remote command. With this change a local canvas can be edited while being in remote mode. git-svn-id: http://root.cern.ch/svn/root/trunk@18775 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 13:34:21 UTC
360cf05 Fixed typos in comments git-svn-id: http://root.cern.ch/svn/root/trunk@18774 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 13:29:09 UTC
53389a0 Added copy ctor's and assignment operator as private (and not implemented) git-svn-id: http://root.cern.ch/svn/root/trunk@18773 27541ba8-7e3a-0410-8455-c3a389f83636 14 May 2007, 13:28:06 UTC
back to top