sort by:
Revision Author Date Message Commit Date
9e59149 Rename TTreeCache to TTreeFileCache, to avoid clash due to the renaming of TTreeFilePrefetch -> TTreeCache. git-svn-id: http://root.cern.ch/svn/root/trunk@15648 27541ba8-7e3a-0410-8455-c3a389f83636 01 July 2006, 11:39:37 UTC
ae96a43 fix for Solaris git-svn-id: http://root.cern.ch/svn/root/trunk@15647 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 22:36:55 UTC
85916bd add linkdef for double32 git-svn-id: http://root.cern.ch/svn/root/trunk@15646 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 15:25:05 UTC
3e68d3e generate dictionary for double32 vector types git-svn-id: http://root.cern.ch/svn/root/trunk@15645 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 15:23:33 UTC
d0deed8 - add dictionary for double, double32 and float up to 7x7 matrices - rename operator/ for matrices to Div - implement correctly the operator +=, -=, *= and /= for matrices and vectors - add explicit conversion from matrices and vector of size 1 to scalar values - add operator(int i) to vector expressions - add tests for the new features - remove SMatrixD32 since typedef definition is not anymore needed in dictionary git-svn-id: http://root.cern.ch/svn/root/trunk@15644 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 14:45:46 UTC
b031225 From Bertrand: Solve a pthread locking problem on windows when exiting ROOT. git-svn-id: http://root.cern.ch/svn/root/trunk@15643 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 14:36:02 UTC
d44f5d7 From Gerri: There were still cases where end point precise info was not correctly recorded. git-svn-id: http://root.cern.ch/svn/root/trunk@15642 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 14:35:03 UTC
11cfff5 fix an off-by-one error when determining if a buffer is in the cache. git-svn-id: http://root.cern.ch/svn/root/trunk@15641 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 14:24:48 UTC
981d69e fix a case where we have a write cache but no read cache. When doing reads we first should check the write cache and copy from there if needed. When the read cache is also active this case was alread covered. Also disable the default write cache when opening files in raw mode (as is done in TFileMerger which uses larger than 512K buffers anyway). git-svn-id: http://root.cern.ch/svn/root/trunk@15639 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 14:24:05 UTC
3dadc62 from Bertrand: - a patch to avoid empty font family names in TGFontDialog git-svn-id: http://root.cern.ch/svn/root/trunk@15638 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 14:08:36 UTC
44d1d22 - More tests in stressGraphics.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@15637 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 13:51:48 UTC
9379e69 - Complete the previous patch: Between PS and PDF there is a scale factor of 4. So gStyle->GetLineScalePS() must be divided by 4 when passed to SetLineScale(). git-svn-id: http://root.cern.ch/svn/root/trunk@15636 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 08:40:14 UTC
9d50929 From Bertrand: Added new TGMsgBox options/buttons : - "Yes to All" - "No to All" - "Newer Only" - "Append" Modified test/guitest.C and tutorials/guitest.cxx accordingly git-svn-id: http://root.cern.ch/svn/root/trunk@15635 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 07:48:18 UTC
37d8107 In the constructor add an Info message when gDebug>0 git-svn-id: http://root.cern.ch/svn/root/trunk@15634 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 07:34:25 UTC
08762b3 Fix coding convention violation. git-svn-id: http://root.cern.ch/svn/root/trunk@15633 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 06:36:35 UTC
3765e16 Fix coding conventions violations. git-svn-id: http://root.cern.ch/svn/root/trunk@15632 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 06:35:04 UTC
b3a1e81 Fix coding conventions violations git-svn-id: http://root.cern.ch/svn/root/trunk@15631 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 06:31:27 UTC
9393b16 rolling back a previous commit about final types - breaks the tests. These functions will be rewritten anyway git-svn-id: http://root.cern.ch/svn/root/trunk@15629 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 06:08:19 UTC
365d3ca TFile::FlushCacheWrite must return the status. Previous version did not compile with non-gcc compilers. git-svn-id: http://root.cern.ch/svn/root/trunk@15628 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 04:48:47 UTC
1dfa1cf From Eddy: Here another update of the quadp comments . I think that I got them all now . git-svn-id: http://root.cern.ch/svn/root/trunk@15627 27541ba8-7e3a-0410-8455-c3a389f83636 30 June 2006, 04:35:12 UTC
db5d0ba Several fixes in the new cache handling: - TFile - GetBytesWritten() includes also the number of bytes still in the write cache - New method FlushWriteCache() - Call FlushWriteCache() also when closing files in raw mode - Call FlushWriteCache() also in Flush() - TFileCacheWrite: - new method GetBytesInCache() returning bytes still in cache used by TFile::GetBytesWritten() - WriteBuffer() returns int iso bool, -1 write failure, 0 in case recusively called and 1 in case copied in cache - TFileCacheRead: - ReadBuffer() returns int iso bool, -1 read failure, 0 in case not in cache and 1 in case read from cache. - TTreeCache: - use int return type for ReadBuffer() - TNetFile and TXNetFile: - call FlushWriteCache() in their Flush(). git-svn-id: http://root.cern.ch/svn/root/trunk@15626 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 22:15:37 UTC
802185b From Sergey Linev: Fix coding conventions violations git-svn-id: http://root.cern.ch/svn/root/trunk@15625 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 20:36:43 UTC
01dc476 Make Dummy containers visible symbols git-svn-id: http://root.cern.ch/svn/root/trunk@15624 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 18:13:42 UTC
fe25577 fix typos git-svn-id: http://root.cern.ch/svn/root/trunk@15623 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 18:03:44 UTC
f99769a returning real dummy iterators instead of default constructed ones (problem with win32 debugging) git-svn-id: http://root.cern.ch/svn/root/trunk@15622 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 17:59:47 UTC
6c13fdf Add header file needed to compile with REFLEXDLL on windows git-svn-id: http://root.cern.ch/svn/root/trunk@15621 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 17:43:29 UTC
5328c1d Add header file needed to compiler with REFLEXDLL on windows git-svn-id: http://root.cern.ch/svn/root/trunk@15620 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 17:27:15 UTC
671928d follow up of static function wrapper fix git-svn-id: http://root.cern.ch/svn/root/trunk@15619 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 16:50:27 UTC
9f39cb6 put missing wrapper function around statics git-svn-id: http://root.cern.ch/svn/root/trunk@15618 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 16:34:46 UTC
77de455 add description of Double32 data member in XML file git-svn-id: http://root.cern.ch/svn/root/trunk@15617 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 16:01:06 UTC
9044a37 fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@15616 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 15:50:48 UTC
3a763f3 define Double32_t correctly outside the namespace git-svn-id: http://root.cern.ch/svn/root/trunk@15615 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 15:33:11 UTC
b26c7cf Adding the possibility to hardcode the CINT dictionary type from within a Reflex dictionary. This will be done via an attribute "iotype" in the seletion.xml file. E.g. <class name="TrackD32"> <field name="fCov" iotype="ROOT::Math::SMatrix<Double32_t,5,5,ROOT::Math::MatRepStd<Double32_t,5,5> >"/> </class> git-svn-id: http://root.cern.ch/svn/root/trunk@15614 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 15:30:49 UTC
3b9efd5 include type definition git-svn-id: http://root.cern.ch/svn/root/trunk@15613 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 14:43:36 UTC
30fabf5 Ugly hack to workaround typedefs to Scopes. This has to be undone ASAP. git-svn-id: http://root.cern.ch/svn/root/trunk@15612 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 14:35:40 UTC
bf5980b move functions which return dummy iterators to src git-svn-id: http://root.cern.ch/svn/root/trunk@15611 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 14:20:06 UTC
a6cf6c9 - From Timur: Complete the "File" menu in the GL viewer (Save, and Quit ROOT) git-svn-id: http://root.cern.ch/svn/root/trunk@15610 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 12:16:26 UTC
cda398b In TFileCacheWrite::WriteBuffer change the return code from 0 to 1 when writing a buffer larger than the buffer size. git-svn-id: http://root.cern.ch/svn/root/trunk@15609 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 09:04:23 UTC
c1bd8da add definition of Double32 git-svn-id: http://root.cern.ch/svn/root/trunk@15608 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 08:47:51 UTC
80d08c7 From Markus Frank: Document the TVirtualRefProxy algorithm git-svn-id: http://root.cern.ch/svn/root/trunk@15607 27541ba8-7e3a-0410-8455-c3a389f83636 29 June 2006, 06:50:42 UTC
a2b37d2 Do not autoload classes that appear in a friend statement. git-svn-id: http://root.cern.ch/svn/root/trunk@15606 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 23:47:17 UTC
e266501 In TFileMerger::Cp do not use the write cache since the function is already transferring large blocks. This function cannot work with the cache. git-svn-id: http://root.cern.ch/svn/root/trunk@15605 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 20:07:52 UTC
e1c640a - SavePrimitive implemented for TGNumberEntryField git-svn-id: http://root.cern.ch/svn/root/trunk@15604 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 17:24:34 UTC
26eb701 Because I was tired to always answer this question: Dear rooters, sometimes, while filling a TTree, I encountered this message: Error in <TTree::Fill>: Failed filling branch:matches.matches, nbytes=-1 can someone explain me what does it mean? What mistake did I do while creating the code to fill that TTree? I decided to systematically print this message in addition to the existing message This error is symptomatic of a Tree created as a memory-resident Tree Instead of doing: TTree *T = new TTree(...) TFile *f = new TFile(...) you should do: TFile *f = new TFile(...) TTree *T = new TTree(...) git-svn-id: http://root.cern.ch/svn/root/trunk@15603 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 15:51:23 UTC
d04e3ff now works properly on AMD and Mac multicores and shows nicely 4 threads updating each a histogram. git-svn-id: http://root.cern.ch/svn/root/trunk@15602 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 14:50:40 UTC
0f1345f comments. git-svn-id: http://root.cern.ch/svn/root/trunk@15601 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 14:27:33 UTC
630090f From Lorenzo: fix for configure on Solaris. git-svn-id: http://root.cern.ch/svn/root/trunk@15600 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 14:26:48 UTC
5a1c90b win compliance git-svn-id: http://root.cern.ch/svn/root/trunk@15599 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 13:49:34 UTC
132e153 Remove limitation to 100 peaks maximum. git-svn-id: http://root.cern.ch/svn/root/trunk@15598 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 13:11:49 UTC
14f60dc new static function for convenience Scope::GlobalScope(). Alternatively Scope::ByName("") also works. Unit test added git-svn-id: http://root.cern.ch/svn/root/trunk@15597 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 12:48:07 UTC
4562d81 unit tests for checking new ToType ( RAW | FINAL ) git-svn-id: http://root.cern.ch/svn/root/trunk@15596 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 10:43:29 UTC
b36e071 New option "RAW" for function ToType. In case of a pointer or array, ToType with this option will return the underlying type (e.g. int[][] -> int). If no virtual overload for ToType is available it will return the current type in case a modifier was passed otherwise the empty type. git-svn-id: http://root.cern.ch/svn/root/trunk@15595 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 10:43:05 UTC
673411c add explicit virtual destructor git-svn-id: http://root.cern.ch/svn/root/trunk@15594 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 10:39:46 UTC
0f7a381 From Markus: Implementation of a generic mechanism used to access properties of objects linked using object references. A proxy mechanism is used, which uses overloaded abstract interfaces for concrete reference implementations. git-svn-id: http://root.cern.ch/svn/root/trunk@15593 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 10:06:50 UTC
72d33a6 - PaintLevels: make sure the z (zo and z2) values are not greater than fZmax or smaller than fZmin. Weird plots were produced (with option TRI1) wihtout this protection. git-svn-id: http://root.cern.ch/svn/root/trunk@15592 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 10:04:57 UTC
1a1ed82 From Markus Frank: Implementation of a generic mechanism used to access properties of objects linked using object references. A proxy mechanism is used, which uses overloaded abstract interfaces for concrete reference implementations. git-svn-id: http://root.cern.ch/svn/root/trunk@15591 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 10:03:14 UTC
b592397 from Valeri Fine: - moved the QApplication::processEvents calling sequence from TGQt::EventPending to TGQt::NextEvent method. It should "reduce" the probability of the "dead lock" for the Qt-based multi-threaded ROOT applications. The problem was popped up under recent ROOT just by chance. It might have been seen under either ROOT versions. The TGQt::EventsPending() method was written to facilitate the Win32 multi-thread Win32 GUI layer. Since Qt-version on all platforms uses the single threaded GUI the method in question can be reshaped. I have done that. git-svn-id: http://root.cern.ch/svn/root/trunk@15590 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 09:30:58 UTC
15554bf rename all HAVE_xxx macros to R__HAVE_xxx to avoid autoconf clash. git-svn-id: http://root.cern.ch/svn/root/trunk@15589 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 08:46:46 UTC
9b2d58e Declarations for AccessControl in NameLookup git-svn-id: http://root.cern.ch/svn/root/trunk@15588 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 08:33:12 UTC
68d3c92 convert declaring scope of a typedef to the Cint conventions git-svn-id: http://root.cern.ch/svn/root/trunk@15587 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 08:21:31 UTC
fec5299 since we are using a static lib for GSL, remove USE_DLL for Windows git-svn-id: http://root.cern.ch/svn/root/trunk@15586 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 08:08:28 UTC
311cbb8 From Eddy: More functions commented (hoping all now) git-svn-id: http://root.cern.ch/svn/root/trunk@15585 27541ba8-7e3a-0410-8455-c3a389f83636 28 June 2006, 05:17:13 UTC
bf7758e Modify a format in TBranch::GetBasket git-svn-id: http://root.cern.ch/svn/root/trunk@15584 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 17:30:19 UTC
9f15a80 In TFile::ReadBufferViaCache, suppress the line "return 2" in case of a failure git-svn-id: http://root.cern.ch/svn/root/trunk@15583 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 17:28:42 UTC
2838896 fix compilation warning on solaris git-svn-id: http://root.cern.ch/svn/root/trunk@15582 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 15:36:41 UTC
a61021f some more cleanup, remove printf from Andreas' monitoring code. git-svn-id: http://root.cern.ch/svn/root/trunk@15581 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 15:30:09 UTC
a47e46b From Bertrand: Always using relative path for genreflex wrapper scripts git-svn-id: http://root.cern.ch/svn/root/trunk@15580 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 15:24:17 UTC
98722dc One more code cleanup git-svn-id: http://root.cern.ch/svn/root/trunk@15579 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 15:23:49 UTC
e03863f Code cleanup git-svn-id: http://root.cern.ch/svn/root/trunk@15578 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 15:21:21 UTC
40758af fix makefile problem on linux git-svn-id: http://root.cern.ch/svn/root/trunk@15577 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 15:10:25 UTC
82c2d97 update for using genreflex instead of rootcint --gccxml git-svn-id: http://root.cern.ch/svn/root/trunk@15576 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 15:07:47 UTC
1482864 Due to the changes in TFile, it is now necessary to include explicitly THashList.h in TDSet.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@15575 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 14:56:57 UTC
023b8ff updated of makefile for making dict library on windows and fix compare function git-svn-id: http://root.cern.ch/svn/root/trunk@15574 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 14:41:57 UTC
bb97abe from Lorenzo: check gsl version and favour libgsl.a. git-svn-id: http://root.cern.ch/svn/root/trunk@15573 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 14:36:41 UTC
aeb34a6 -Rename class TFilePrefetch -> TFileCacheRead -Rename class TTreeFilePrefetch -> TTreeCache -Add new class TFileCacheWrite that implements automatic caching when writing network files. This class replaces the previous class TCache. -old TCache class deleted. -TFileCacheRead can read buffers from the wite cache in TFileCacheWrite. -As a result TFile::UseCache is obsolete. The function is kept for backward compatibility. -Remove references to TCache from TXMLFile, TSQLFile, TwebFile, TNetFile -remove pointer TFile::fCache -Add pointers TFile::fCacheRead and TFile::fCacheWrite -Remove members fMaxCacheSize and fPageSize from TChain NOTE that it is recommended to rm -f base/src/*.d base/src/*.o rm -f net/src/*.d net/src/*.o rm -f tree/src/*.d tree/src/*.o git-svn-id: http://root.cern.ch/svn/root/trunk@15572 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 14:36:28 UTC
6950d1a add I/O test with a container class containing an SMatrix of double and Double32 git-svn-id: http://root.cern.ch/svn/root/trunk@15571 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 14:20:18 UTC
5d70ded add generation of sictionaries for SMatrix od Double32_types git-svn-id: http://root.cern.ch/svn/root/trunk@15570 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 14:02:41 UTC
d6e9ecd add generation of sictionaries for SMatrix od Double32_t types git-svn-id: http://root.cern.ch/svn/root/trunk@15569 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 14:02:26 UTC
1f4338a - The zero errors are now replaced by values close to 1% of the expected values. git-svn-id: http://root.cern.ch/svn/root/trunk@15568 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 12:26:00 UTC
26bb972 from Valeri Fine: qt/inc/rootlibs.pr - bug fix (better check the Qt-layer presence) TGQt.h - added the static TGQt::iwid() method to the RootCint dictionary TQtApplication.cxx, - removed the redundant header file git-svn-id: http://root.cern.ch/svn/root/trunk@15567 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 09:14:00 UTC
29b9a02 Caching the final type of a typedef at the first lookup git-svn-id: http://root.cern.ch/svn/root/trunk@15566 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 08:35:10 UTC
c1d4c3a fix conding conventions git-svn-id: http://root.cern.ch/svn/root/trunk@15565 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 07:44:37 UTC
7f41c48 Adding test for non onverloaded TypeBase::ToType function git-svn-id: http://root.cern.ch/svn/root/trunk@15564 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 06:52:12 UTC
b606849 Change of behaviour! If the dictionary information is available. TypeBase::ToType will return the current Type if no virtual function overload is available (e.g. for Pointer). Before it was returning an empty Type. git-svn-id: http://root.cern.ch/svn/root/trunk@15563 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 06:51:36 UTC
e2d1048 From Eddy Add comments to many functions git-svn-id: http://root.cern.ch/svn/root/trunk@15562 27541ba8-7e3a-0410-8455-c3a389f83636 27 June 2006, 04:38:29 UTC
46166f8 Adding unit test for access to PropertyList reference git-svn-id: http://root.cern.ch/svn/root/trunk@15561 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 17:21:38 UTC
8e198cc Adding the possibility to get direct access to the Any object stored as the value of a PropertyList. The access has to be done through the pointer (otherwise the value gets copied). git-svn-id: http://root.cern.ch/svn/root/trunk@15560 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 17:21:04 UTC
29ff013 - First version of a new stress program: stressGraphics.cxx. After having typed "make" in the ROOTSYS/test directory, the executable "stressGraphics" is available. Starting it with option "-h" gives: pcepsft15.cern.ch> stressGraphics -h Usage: stressGraphics [-h] [-r] Options: -r : Generate de reference output. Redirect the output in the file "stressGraphics.ref" to redefine the reference file. -h : Print usage git-svn-id: http://root.cern.ch/svn/root/trunk@15559 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 16:40:12 UTC
06792a9 From Andreas Peters: New MonaLisa module. Supports now also reading from MonaLisa via the new gSoap interface. The reader and writer now derive from the abstract base classes: TVirtualMonitoringWriter and TVirtualMonitoringReader. git-svn-id: http://root.cern.ch/svn/root/trunk@15558 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 16:17:05 UTC
1de0594 From Ivana: - Added member function description where missing git-svn-id: http://root.cern.ch/svn/root/trunk@15557 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 15:35:38 UTC
9190321 gsl test lowered to 1.5. git-svn-id: http://root.cern.ch/svn/root/trunk@15556 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 14:05:44 UTC
3c2e7df From Federico: Update the constructor to be conformant with the recommendations given by gcc's -weffc++ option. git-svn-id: http://root.cern.ch/svn/root/trunk@15555 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 13:42:37 UTC
fac8325 fix geombuilderdeps for non-win32. git-svn-id: http://root.cern.ch/svn/root/trunk@15554 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 13:40:07 UTC
a0106a0 From Lorenzo: - only use external GSL for mathmore. From le: - by default build now: mathcore, mathmore, reglex and cintex. - check for mysql version >= 3.23.x after changes by Sergei. git-svn-id: http://root.cern.ch/svn/root/trunk@15553 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 13:39:40 UTC
886dc0e TGraphQQ can now be used for I/O. This has required the implementation of the default constructor. git-svn-id: http://root.cern.ch/svn/root/trunk@15552 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 13:05:16 UTC
38766ad From Gerri: Fix the function overloading problem generated by the introduction of the optional parameter in TChain::SetBranchAddress git-svn-id: http://root.cern.ch/svn/root/trunk@15551 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 11:54:32 UTC
921294d add some documentation git-svn-id: http://root.cern.ch/svn/root/trunk@15550 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 11:03:55 UTC
7ede48d We must delete objects in the list of functions after having cloned the histogram. By default set the background histogram to red. This is useful when using the new TH1::background function from the context menu. ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@15549 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 10:51:00 UTC
c30dbad Implement interfaces to the TSpectrum, TSpectrum2 classes from TH1. Two new functions (visible in the context menu) are implemented: TH1 *TH1::ShowBackground(Int_t niter, Option_t *option) // This function calculates the background spectrum in this histogram. // The background is returned as a histogram. Int_t TH1::ShowPeaks(Double_t sigma, Option_t *option, Double_t threshold) //Interface to TSpectrum::Search //the function finds peaks in this histogram where the width is > sigma //and the peak maximum greater than threshold*maximum bin content of this. //for more detauils see TSpectrum::Search. //note the difference in the default value for option compared to TSpectrum::Search //option="" by default (instead of "goff") git-svn-id: http://root.cern.ch/svn/root/trunk@15548 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 09:46:38 UTC
6ef8a15 revert changes, since stressFit fails is wstep (1/step) is used git-svn-id: http://root.cern.ch/svn/root/trunk@15547 27541ba8-7e3a-0410-8455-c3a389f83636 26 June 2006, 09:46:13 UTC
back to top