swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
b09d279 This commit was manufactured by cvs2svn to create tag 'v5-15-08-caf'. git-svn-id: http://root.cern.ch/svn/root/tags/v5-15-08-caf@18957 27541ba8-7e3a-0410-8455-c3a389f83636 06 June 2007, 10:03:49 UTC
26cfe56 write PROOF query log info in a SQL DB. This info can be used for quota and user priority calculation. The data is stored in a table "proofquerylog" with the definition: CREATE TABLE proofquerylog ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, user VARCHAR(128) NOT NULL, group VARCHAR(128), begin DATETIME, end DATETIME, walltime INT, cputime FLOAT, bytesread BIGINT, events BIGINT ) This information will only be stored if in the xpd.cf file the option xpd.querylogdb mysql://lxb6041.cern.ch/proof alice alicaf is specified. git-svn-id: http://root.cern.ch/svn/root/trunk@18956 27541ba8-7e3a-0410-8455-c3a389f83636 06 June 2007, 10:03:48 UTC
a8810b4 add new data member fGroup which specifies the group the user runs under. git-svn-id: http://root.cern.ch/svn/root/trunk@18955 27541ba8-7e3a-0410-8455-c3a389f83636 06 June 2007, 09:52:35 UTC
51ae61b - add more detailed comment on how to connect to a MySQL DB - change method IsSupportStatement() to HasStatement() git-svn-id: http://root.cern.ch/svn/root/trunk@18954 27541ba8-7e3a-0410-8455-c3a389f83636 06 June 2007, 09:52:00 UTC
89450ce Replace TFileMerger::MergeRecursive by the hadd function MergeROOTfile. Extend the class interface to support the functionality required by hadd, such that a future version of hadd can use TFileMerger. git-svn-id: http://root.cern.ch/svn/root/trunk@18953 27541ba8-7e3a-0410-8455-c3a389f83636 06 June 2007, 08:25:34 UTC
7de3bec Drop a debug printout left by mistake git-svn-id: http://root.cern.ch/svn/root/trunk@18952 27541ba8-7e3a-0410-8455-c3a389f83636 06 June 2007, 07:55:48 UTC
63ba4ba From Andrei: Remove a useless print message. git-svn-id: http://root.cern.ch/svn/root/trunk@18951 27541ba8-7e3a-0410-8455-c3a389f83636 06 June 2007, 06:35:02 UTC
43b4ef9 In the TLegend and TPaveLabel constructors use gStyle->GetTextFont() instead of the hardwired values 42 and 62. git-svn-id: http://root.cern.ch/svn/root/trunk@18950 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 20:07:46 UTC
6c75490 From Diego and me: create func call wrapper if derived class's func has more default parameters. Fixes problem with default parameter values spotted by Ilka. git-svn-id: http://root.cern.ch/svn/root/trunk@18949 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 18:22:18 UTC
f2a4de1 From Axel: - fix CVSROOT - use personalized /tmp/${USER} - be more verbose on where changed files are, and what needs to be done by hand - remind the user to put kudoz into the commit message. git-svn-id: http://root.cern.ch/svn/root/trunk@18948 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 11:10:45 UTC
3d1754f In all SetBinContent functions set fTsumw=0 to force the recomputation of the statistics by functions like GetMean, GetRMS, GetStats. git-svn-id: http://root.cern.ch/svn/root/trunk@18947 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 10:46:00 UTC
9aadee7 From Andrei & Mihaela: - TGeoCache.cxx - All obsolete caching options/classes removed. The only remaining 2 classes are TGeoNodeCache and TGeoCacheState. No loss of functionality. git-svn-id: http://root.cern.ch/svn/root/trunk@18946 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 06:34:47 UTC
b4158c8 From Andrei & Mihaela: - new class TGeoBuilder (.h/.cxx) attached. All build-type methods in TGeoManager delegated now to this class. TGeoBuilder is a singleton class that is transparent to the user (for the moment) and can serve several TGeoManager objects in the same session. The class can be however used explicitly like: TGeoBuilder::Instance(myGeometry)->SomeMethod() git-svn-id: http://root.cern.ch/svn/root/trunk@18945 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 06:34:20 UTC
a8ff5b3 Explicitely link to libraries existing only in static version (solution for bug #26839) git-svn-id: http://root.cern.ch/svn/root/trunk@18944 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 06:16:00 UTC
53d537a Update to introduce critical fixes already in xrootd-CVS: - potential race conditions in the client code - subtle bug in XrdOlbServer.cxx (CVS March 5th, 2007) A new tar-ball will be imported as soon validated. git-svn-id: http://root.cern.ch/svn/root/trunk@18943 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 06:10:56 UTC
386aee2 Restore sending of the startup message to clients attaching to non-idle sessions (it got lost in one of the previous patches). git-svn-id: http://root.cern.ch/svn/root/trunk@18942 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 06:00:05 UTC
a874571 TAdaptivePacketizer (from Jan) - New version featuring better performance and robustness. Changes include: - simplified and better metric for finding the most loaded file node; - adding a new static member for defining whether network bandwidth or hard disk transfer is greater (TAdaptivePacketizer::fgNetworkFasterThanHD); - it can be set via "proof->SetParameter("PROOF_NetworkFasterThanHD", (Long_t)0);"; - fixing the confusion with fProcTime, used also in the progress information; - adding TAdaptivePacketizer::fCumProcTime; - improvements in comments. TProofPlayer.cxx, .h - Remove a few unused includes - Make TAdaptivePacketizer the default - Improve comments git-svn-id: http://root.cern.ch/svn/root/trunk@18941 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 05:47:25 UTC
7dfce9c In TXSlave::HandleError, close physical connection after a fatal error. git-svn-id: http://root.cern.ch/svn/root/trunk@18940 27541ba8-7e3a-0410-8455-c3a389f83636 05 June 2007, 05:40:11 UTC
23e5b52 apply changes from CINT vendor branch, importing cint5-16-20 git-svn-id: http://root.cern.ch/svn/root/trunk@18939 27541ba8-7e3a-0410-8455-c3a389f83636 04 June 2007, 18:05:47 UTC
a3f30bd Extend the support for multi dimensional arrays by replacing the T*Array2*Proxy and T*Array3*Proxy by a completely generic T*Array*Proxy. Add a few to retrive quickly the size of a (split) TClonesArray (by calling GetEntries directly on the proxy object). git-svn-id: http://root.cern.ch/svn/root/trunk@18934 27541ba8-7e3a-0410-8455-c3a389f83636 04 June 2007, 17:07:17 UTC
1f1d848 From Gerri: - Fix typo in setting buildxrdgsi (bug #26872) - Explicitely disable the build of libGlobusAuth and of the globus-related parts of rpdutils when neither globusdir nor GLOBUS_LOCATION are defined (bug #26873) git-svn-id: http://root.cern.ch/svn/root/trunk@18933 27541ba8-7e3a-0410-8455-c3a389f83636 04 June 2007, 14:08:50 UTC
701bc73 From Axel: fix "/include not found" when ROOTSYS not set. git-svn-id: http://root.cern.ch/svn/root/trunk@18932 27541ba8-7e3a-0410-8455-c3a389f83636 04 June 2007, 12:32:24 UTC
f028753 Fixed a nasty crash in ROOT browser when navigating over ROOT files. The reason was related to the use of TDirectory instead of TDirectoryFile git-svn-id: http://root.cern.ch/svn/root/trunk@18931 27541ba8-7e3a-0410-8455-c3a389f83636 04 June 2007, 12:32:14 UTC
822d197 The method TGDNDManager::HandleClientMessage is called twice for any kClientMessage event (in TGFrame::HandleClientMessage and in TGMainFrame::HandleClientMessage ). The second call in TGMainFrame::HandleClientMessage is removed now. git-svn-id: http://root.cern.ch/svn/root/trunk@18930 27541ba8-7e3a-0410-8455-c3a389f83636 04 June 2007, 09:23:11 UTC
d16b104 Fixed mismatched free() / delete / delete [] seen with valgrind git-svn-id: http://root.cern.ch/svn/root/trunk@18929 27541ba8-7e3a-0410-8455-c3a389f83636 01 June 2007, 14:13:41 UTC
a8c0481 Implement TChainIndexEntry default constructor git-svn-id: http://root.cern.ch/svn/root/trunk@18928 27541ba8-7e3a-0410-8455-c3a389f83636 01 June 2007, 11:42:24 UTC
6d149d5 TCanvas::CopyPixmaps - remove erroneous code. git-svn-id: http://root.cern.ch/svn/root/trunk@18927 27541ba8-7e3a-0410-8455-c3a389f83636 01 June 2007, 08:32:50 UTC
ee27965 From Axel: this patch removes the files reported at https://savannah.cern.ch/bugs/?26775 and a few more. I also changed the inode number test to take DESTDIR into account Cheers, Axel.CVS: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@18925 27541ba8-7e3a-0410-8455-c3a389f83636 31 May 2007, 18:08:40 UTC
adfb1bc Added protection in MapSubwindows() method in case the container was not set yet (fixes the bug 26824) git-svn-id: http://root.cern.ch/svn/root/trunk@18924 27541ba8-7e3a-0410-8455-c3a389f83636 31 May 2007, 15:58:45 UTC
ce5010a fix warnings in case gfortran is not found. git-svn-id: http://root.cern.ch/svn/root/trunk@18923 27541ba8-7e3a-0410-8455-c3a389f83636 31 May 2007, 15:05:34 UTC
dd3bfd5 Avoid buidling the streamerInfo for a class without a default constructor git-svn-id: http://root.cern.ch/svn/root/trunk@18922 27541ba8-7e3a-0410-8455-c3a389f83636 31 May 2007, 14:47:42 UTC
38ae9c8 CINT calls vars in namespaces "static". git-svn-id: http://root.cern.ch/svn/root/trunk@18921 27541ba8-7e3a-0410-8455-c3a389f83636 31 May 2007, 09:30:25 UTC
448def9 New class from an original code by Frank Fielthaut to make a binomial fit of the division of two histograms (efficiency fit) git-svn-id: http://root.cern.ch/svn/root/trunk@18920 27541ba8-7e3a-0410-8455-c3a389f83636 31 May 2007, 09:01:41 UTC
e8636f8 Fix compiler warnings about possible uninitialized variables. git-svn-id: http://root.cern.ch/svn/root/trunk@18919 27541ba8-7e3a-0410-8455-c3a389f83636 31 May 2007, 07:03:31 UTC
8302b59 Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@18918 27541ba8-7e3a-0410-8455-c3a389f83636 31 May 2007, 06:59:27 UTC
1eb693c Start development version 5.15/09 git-svn-id: http://root.cern.ch/svn/root/trunk@18917 27541ba8-7e3a-0410-8455-c3a389f83636 31 May 2007, 06:58:37 UTC
6d23da5 dependency on UNURANLIBDEP was missing causing failure of parallel build with explicit linking. git-svn-id: http://root.cern.ch/svn/root/trunk@18914 27541ba8-7e3a-0410-8455-c3a389f83636 30 May 2007, 11:18:19 UTC
ea966d9 for architecture "linux" add explicitly the "-m32" option, so that ACliC works in compatibility mode when a 32 bit binary is run on a X86_64 machine. Note this does not allow cross-compilation of ROOT in 32 bit mode on a 64 bit machine as most likely the 32 bit dev libs are missing. git-svn-id: http://root.cern.ch/svn/root/trunk@18912 27541ba8-7e3a-0410-8455-c3a389f83636 30 May 2007, 10:59:15 UTC
e478912 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@18911 27541ba8-7e3a-0410-8455-c3a389f83636 30 May 2007, 07:01:16 UTC
1e7ac63 Stamp development version 5.15/08 git-svn-id: http://root.cern.ch/svn/root/trunk@18910 27541ba8-7e3a-0410-8455-c3a389f83636 30 May 2007, 05:50:25 UTC
95621c7 Comment the following line that generates a crash on the MAC: TGLDisplayListCache::Instance().Purge() git-svn-id: http://root.cern.ch/svn/root/trunk@18909 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 19:37:33 UTC
6815723 Add dummy definition of some functions now required by TVirtualPacketizer preventic the correct instantiation of the class. git-svn-id: http://root.cern.ch/svn/root/trunk@18908 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 17:11:15 UTC
c782482 Fine-tune previous change because XrdProofd uses some static symbols directly and needs to be linked statically with those xrootd libs existing only as static. git-svn-id: http://root.cern.ch/svn/root/trunk@18907 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 17:01:09 UTC
5f8e886 update autoconf Makefiles for new files added in CVS git-svn-id: http://root.cern.ch/svn/root/trunk@18906 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 16:43:27 UTC
922a344 From Jan: Consolidation work on similar code in 3 different packetizers. Moving common members of TPacketizer, TAdaptivePacketizer and partly TPacketizerProgressive up to TVirtualPacketizer: - HandleTimer - SplitEventList - GetEntriesProcessed - CreateNewPacket - common member attributes The progressive packetizer was also changed in order to use CreateNewPacket and fProcessed. git-svn-id: http://root.cern.ch/svn/root/trunk@18905 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 16:06:55 UTC
a1d26cc From Andreas Peters: Use shared versions of client libs (libXrdClient, etc.) if existing, instead of forcing static linking. git-svn-id: http://root.cern.ch/svn/root/trunk@18904 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 16:01:32 UTC
0c46a24 From Valeri Fine: eliminate a "floating point" exception when running with the STAR code. git-svn-id: http://root.cern.ch/svn/root/trunk@18903 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 15:56:51 UTC
6175c80 From Gerri: the Globus authentication plugin now links statically all Globus libs to prevent Globus libs (libssl and libcrypto) to be used by other ROOT plugins. git-svn-id: http://root.cern.ch/svn/root/trunk@18901 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 15:18:03 UTC
157826e Fix a problem affecting the setting of the default timeout. git-svn-id: http://root.cern.ch/svn/root/trunk@18900 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 13:48:17 UTC
d1eece1 Fix coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@18899 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 13:16:31 UTC
5121e89 Fix coding conventions. git-svn-id: http://root.cern.ch/svn/root/trunk@18898 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 13:15:29 UTC
b6d1d13 Fixed coding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@18897 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 12:41:45 UTC
4a57073 Update macros/documentation to use the ROOT::Math namespace git-svn-id: http://root.cern.ch/svn/root/trunk@18896 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 12:35:38 UTC
23aa2f3 Make library dependency left-right. Look for func names in sources without leading ':'. Guess source files also for mathcore, mathmore. Set guessed source file only if it exists. git-svn-id: http://root.cern.ch/svn/root/trunk@18895 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 11:04:45 UTC
ca67fb1 Fix for Solaris CC git-svn-id: http://root.cern.ch/svn/root/trunk@18894 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 08:14:59 UTC
8430d13 Modify contribution of Jason Detwiler for his class KelvinFunctions. git-svn-id: http://root.cern.ch/svn/root/trunk@18893 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 07:53:27 UTC
cc951fd New class KelvinFunctions to calculate the Kelvin functions Ber(x), Bei(x), Ker(x), Kei(x), and their first derivatives. The functions in this class have been imported by Jason Detwiler (jasondet@gmail.com) from CodeCogs GNU General Public License Agreement Copyright (C) 2004-2005 CodeCogs, Zyba Ltd, Broadwood, Holford, TA5 1DU, England. git-svn-id: http://root.cern.ch/svn/root/trunk@18892 27541ba8-7e3a-0410-8455-c3a389f83636 29 May 2007, 07:49:25 UTC
48e1aed Add a comment in all TF1, TF2, TF3 constructors using an interpreted or compiled function indicating that the created function cannot be cloned. see also: https://savannah.cern.ch/bugs/?26724 git-svn-id: http://root.cern.ch/svn/root/trunk@18891 27541ba8-7e3a-0410-8455-c3a389f83636 28 May 2007, 14:35:35 UTC
b0f535b Add a protection to submit a processing request by name only if the server supports it. git-svn-id: http://root.cern.ch/svn/root/trunk@18890 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 19:04:02 UTC
94830dd - Make parameters of any user defined fit function available in SetParameters dialog of the fit panel - Allow addition of functions only for predefined functions in ROOT git-svn-id: http://root.cern.ch/svn/root/trunk@18889 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 15:55:54 UTC
33bb4ae From Jan: Add support for processing datasets "by name", i.e. by just sending the name of a dataset known by the master. TProof.h, .cxx - New method Long64_t TProof::Process(const char *dsetname, const char *selector, Option_t *option = "", Long64_t nentries = -1, Long64_t firstentry = 0, TEventList *evl = 0); - Fix typos in comments TProofServ.cxx - In HandleProcess, retrieve the relevant dataset info "by name" from local dirs in the case only the data set name is specified. - In HandleRetrieve, remove a debug printout left from a previous patch. git-svn-id: http://root.cern.ch/svn/root/trunk@18888 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 13:53:59 UTC
623d8a3 From Jan: - Remove unused member fIsTree from TDSetElement - Add protection on the number of entries in TDset::Add(TCollection *) - Fix several typos in comments git-svn-id: http://root.cern.ch/svn/root/trunk@18887 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 13:36:46 UTC
1bc4b6b - add a new version of Unuran (from Josef Leydold) which contains some fixes for the HINV method git-svn-id: http://root.cern.ch/svn/root/trunk@18886 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 12:46:19 UTC
ab53e5b From Andrei: GeoManager, TGeoCache = backup current geometry state in case of MANY navigation - fixes some problems in ALICE ITS navigation with GEANT4 git-svn-id: http://root.cern.ch/svn/root/trunk@18885 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 12:28:38 UTC
69b2642 From Andrei: tuned value for a built-in constant related to boundary crossing for photons. git-svn-id: http://root.cern.ch/svn/root/trunk@18884 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 12:28:01 UTC
3ed1144 add tests for new rotation class git-svn-id: http://root.cern.ch/svn/root/trunk@18883 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 10:51:42 UTC
1a7c313 - add a new class RotationZYX describing rotations with 3-2-1 Euler Angles. - add conversions to/from ROtation3D and to Quaternion of the new class - modify constructor and assignment operator in rotation class and make it a template function git-svn-id: http://root.cern.ch/svn/root/trunk@18882 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 10:46:29 UTC
61e8a1c From Valeri Fine: Changes to install ROOT with QT4. git-svn-id: http://root.cern.ch/svn/root/trunk@18881 27541ba8-7e3a-0410-8455-c3a389f83636 25 May 2007, 07:45:10 UTC
1568c16 Send the class version of the content of the TClonesArray (instead of the version of the TClonesArray class itself). This concludes the schema evolution fix for the content of non-split TClonesArray git-svn-id: http://root.cern.ch/svn/root/trunk@18880 27541ba8-7e3a-0410-8455-c3a389f83636 24 May 2007, 14:55:19 UTC
e1aee86 From Timur: Move member fGlArea from TGLSAViewer to TGLScene and reactive the call to TGLDisplayListCache::Purgein TGLScene destructor. This should fix a problem on MAC when deleting a GL window. git-svn-id: http://root.cern.ch/svn/root/trunk@18879 27541ba8-7e3a-0410-8455-c3a389f83636 24 May 2007, 14:09:33 UTC
d3df307 Add more comments in the dodumentation section explaining how to normalize histograms. Implement suggestion from <http://savannah.cern.ch/bugs/?26673> git-svn-id: http://root.cern.ch/svn/root/trunk@18878 27541ba8-7e3a-0410-8455-c3a389f83636 24 May 2007, 13:30:15 UTC
f798d0d Fix typo in comment git-svn-id: http://root.cern.ch/svn/root/trunk@18877 27541ba8-7e3a-0410-8455-c3a389f83636 24 May 2007, 10:39:10 UTC
7b782f8 Increase the default value for maxpts in TF3::Integral and make it dependent on fNpx, fNpy and fNpz such that this parameter can be modified without recompiling. git-svn-id: http://root.cern.ch/svn/root/trunk@18876 27541ba8-7e3a-0410-8455-c3a389f83636 24 May 2007, 08:58:55 UTC
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
back to top