swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
ce02400 tag for ALICE containing a.o. THnSparse fix. git-svn-id: http://root.cern.ch/svn/root/tags/v5-25-01-alice@29673 27541ba8-7e3a-0410-8455-c3a389f83636 03 August 2009, 22:35:32 UTC
656250b Fix a couple of fatal typo in revision 29663, 29664 git-svn-id: http://root.cern.ch/svn/root/trunk@29672 27541ba8-7e3a-0410-8455-c3a389f83636 03 August 2009, 15:37:43 UTC
9a7db83 Remove unused variables git-svn-id: http://root.cern.ch/svn/root/trunk@29667 27541ba8-7e3a-0410-8455-c3a389f83636 03 August 2009, 06:42:09 UTC
81c713e The iostream dictionary must only be explicit initialized (so remove the auto initialization) git-svn-id: http://root.cern.ch/svn/root/trunk@29666 27541ba8-7e3a-0410-8455-c3a389f83636 01 August 2009, 04:50:58 UTC
c59c861 fix warning git-svn-id: http://root.cern.ch/svn/root/trunk@29665 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 23:24:53 UTC
96892cb add missing return git-svn-id: http://root.cern.ch/svn/root/trunk@29664 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 23:22:07 UTC
9f82309 Resolve Savannah issue #53690. In the list of primitives, allow the same function name to be 'reused' with a different number of arguments; Fix the search accordingly. Remove unnecessary dependency of TFormula.h on TFormulaPrimitive.h git-svn-id: http://root.cern.ch/svn/root/trunk@29663 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 23:17:47 UTC
c2aaa2f initialize new member is_init_aggregate_array in the few case where the initialization of G__var_array is not delegated to memset git-svn-id: http://root.cern.ch/svn/root/trunk@29662 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 21:22:38 UTC
96de8d2 fix functions order git-svn-id: http://root.cern.ch/svn/root/trunk@29661 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 21:16:37 UTC
24d50e6 add contributor git-svn-id: http://root.cern.ch/svn/root/trunk@29660 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 19:25:40 UTC
ffb7b4c From Louis Hofler: work around Miscrosoft C2039 SDK61 bug git-svn-id: http://root.cern.ch/svn/root/trunk@29659 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 19:15:28 UTC
a13fa37 add testing of Min$,Max$,MinIf$,MaxIf$ git-svn-id: http://root.cern.ch/svn/root/trunk@29658 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 18:47:03 UTC
90f8a1a insure proper loading of branches in Min/MaxIf git-svn-id: http://root.cern.ch/svn/root/trunk@29657 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 18:46:30 UTC
a4dbf67 Add new special function in TTreeFormula (and hence TTree::Draw and TTree::Scan) to calculate the minimun and maximum with an entry: Min$(formula),Max$(formula): return the minimun/maximum (within one TTree entry) of the value of the elements of the formula given as a parameter. MinIf$(formula,condition),MaxIf$(formula,condition): return the minimum (maximum) (within one TTree entry) of the value of the elements of the formula given as a parameter if they match the condition. If not element match the condition, the result is zero. To avoid the the result is zero. To avoid the consequent peak a zero, use the pattern: tree->Draw("MinIf$(formula,condition)","condition"); which will avoid calculation MinIf$ for the entries that have no match for the condition. git-svn-id: http://root.cern.ch/svn/root/trunk@29656 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 16:14:49 UTC
aa072b4 make TXMLParser::StopParser() public, so it can be called from a SAX handler to stop the parsing, if desired. git-svn-id: http://root.cern.ch/svn/root/trunk@29654 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 14:34:14 UTC
167f6ba Explicitly enable auto-import for cygwin git-svn-id: http://root.cern.ch/svn/root/trunk@29652 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 09:46:55 UTC
86bbed8 Revert r29649 until after vacation. git-svn-id: http://root.cern.ch/svn/root/trunk@29651 27541ba8-7e3a-0410-8455-c3a389f83636 31 July 2009, 09:03:01 UTC
be74182 Add support for the placeholded <file> the definition of the outputfile. This allows to have complete URL and to pass options to TFile::Open. git-svn-id: http://root.cern.ch/svn/root/trunk@29650 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 22:22:58 UTC
95e7449 Merge from branches/dev/axel/cintfastalloc: * Improve G__FastAllocString; now adds <0.5% (aka noise) instructions for stress.cxx(30); uses almost no additional statics and only <300k heap and reduces the stack size considerably. * Replace almost all CINT static, fixed sized buffers by G__FastAllocString. This removes many, many possible buffer overflows when reading into fixed sized buffers without checking the buffer length. * add G__x86_64__ and G__amd64 macros if available git-svn-id: http://root.cern.ch/svn/root/trunk@29649 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 21:37:59 UTC
3807dd2 allow ploting of vector of arithmetic type from the TBrowser git-svn-id: http://root.cern.ch/svn/root/trunk@29645 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 17:51:31 UTC
6a29693 Don't set the CINT version number; removes unnecessary dictionary initialization. git-svn-id: http://root.cern.ch/svn/root/trunk@29637 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 15:53:49 UTC
19ed160 fix gcc-3.4 compiler warnings. This compiler does not like it when Long64_t's are cast to pointers on 32-bit machines without first being cast to Long_t (gcc 4.x does not complain about this). git-svn-id: http://root.cern.ch/svn/root/trunk@29636 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 14:50:00 UTC
b8b1e3e From Jan Schumacher: fix issue https://savannah.cern.ch/bugs/?53810 in the Ruby binding. git-svn-id: http://root.cern.ch/svn/root/trunk@29635 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 14:09:19 UTC
c56e6e6 add missing protection. git-svn-id: http://root.cern.ch/svn/root/trunk@29633 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 13:18:17 UTC
6470b0f Fix warning in the nightlies git-svn-id: http://root.cern.ch/svn/root/trunk@29632 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 10:26:29 UTC
5ba755b Significantly (by 2 order of magnitude) improved the performance of TTree::Draw calling C++ functions. git-svn-id: http://root.cern.ch/svn/root/trunk@29623 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 05:33:51 UTC
16b5b38 Do not attempt to close the pipe if the open failed git-svn-id: http://root.cern.ch/svn/root/trunk@29622 27541ba8-7e3a-0410-8455-c3a389f83636 30 July 2009, 04:10:25 UTC
c91fa8e Fix from Philippe for: https://savannah.cern.ch/bugs/?30602 This modifies a test for constructor calls to interpreted code to allow testing the access of the constructor. Also fix calls to a base class constructor so that they are looked up in member function context. git-svn-id: http://root.cern.ch/svn/root/trunk@29620 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 18:33:49 UTC
53d289d This fixes: https://savannah.cern.ch/bugs/?37522 The problem with the existing code is that a compiled operator delete[] is used to free memory that was not allocated with a new[] operator. The solution chosen here is to flag this special case in the var_array entry for the variable to guide the deletion. git-svn-id: http://root.cern.ch/svn/root/trunk@29619 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 17:39:48 UTC
df85039 Remove direct link to Ssl libraries in building xrdgsiproxy git-svn-id: http://root.cern.ch/svn/root/trunk@29618 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 16:28:42 UTC
1fb37d8 Remove unused include git-svn-id: http://root.cern.ch/svn/root/trunk@29617 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 16:28:23 UTC
8c27398 Help Solaris determine one of the pow(long double,...) overloads. git-svn-id: http://root.cern.ch/svn/root/trunk@29615 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 14:18:13 UTC
e6106d3 Fix the value extraction of long doubles in input. Allow "long double" in the type determination for numeric literals. Implement G__atolf (doesn't exist on std C++). Remove not compiled and non-standard G__atodouble. git-svn-id: http://root.cern.ch/svn/root/trunk@29614 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 12:36:21 UTC
dd56738 In TXProofMgr::Cp and related: - fix a problem with the locality determination - improve the notification messages during transfer git-svn-id: http://root.cern.ch/svn/root/trunk@29613 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 11:21:27 UTC
3066644 Make sure that the limit on the number of old sessions is applied whenever a new session is started and not only when the daemon is started. git-svn-id: http://root.cern.ch/svn/root/trunk@29612 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 11:18:13 UTC
fc6ddcf If PROOF-Lite, set consistently the sandbox to the tutorial dir git-svn-id: http://root.cern.ch/svn/root/trunk@29611 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 11:16:35 UTC
37263eb - Add a protection against out of bound access in file descriptors array (according MSDN maximum is 64) - Avoid adding again all file descriptors when removing one file handler (!) - Cleanup code git-svn-id: http://root.cern.ch/svn/root/trunk@29610 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 11:09:08 UTC
2976c93 Make the recently introduced TProofMgr::Rm return an error code instead of void. git-svn-id: http://root.cern.ch/svn/root/trunk@29609 27541ba8-7e3a-0410-8455-c3a389f83636 29 July 2009, 10:06:49 UTC
6cfa226 Use new pragma operators git-svn-id: http://root.cern.ch/svn/root/trunk@29607 27541ba8-7e3a-0410-8455-c3a389f83636 28 July 2009, 21:32:37 UTC
4a99f3a New link pragma to simply the generation of the dictionary for 'operators' in a rootcint dictionary. #pragma link [C++|off] operators classname; will turn on/off symbol table registration of the operators that are declared in the declaring scopes of 'classname' (and any of its enclosing scope) and take at least one argument that is a reference, pointer, or value argument of type classname. git-svn-id: http://root.cern.ch/svn/root/trunk@29606 27541ba8-7e3a-0410-8455-c3a389f83636 28 July 2009, 21:12:41 UTC
c468861 From Timur: -Add new gui for "gl5d" - modifications in TGL5DDataSetPainter. -New class TKDEAdapter - to instantiate TGLMarchingCubes for kernel density estimator as a data source. -TGL5D - TGL5DPainter removed into its own TGL5DPainter.h/.cxx files. -TGL5D - modified to convert data into unit cube. -TKDEFGT - specialized version of BuildModel added to work with TGL5DDataSet (to avoid copying of data from TTree). -TGLTF3Painter - mesh drawing functions were removed. -TGLIsoMesh.cxx added - auxilary mesh drawing functions are here now. git-svn-id: http://root.cern.ch/svn/root/trunk@29602 27541ba8-7e3a-0410-8455-c3a389f83636 28 July 2009, 10:23:20 UTC
1aae856 Adopt latest changes in TExMap git-svn-id: http://root.cern.ch/svn/root/trunk@29601 27541ba8-7e3a-0410-8455-c3a389f83636 28 July 2009, 09:24:04 UTC
bf03a7e Prevent changing fEntryOffsetLen to and from 0 when using Set[Default]EntryOffsetLen. git-svn-id: http://root.cern.ch/svn/root/trunk@29600 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2009, 19:48:54 UTC
794a895 The default length fEntryOffset can now be set via TTree::SetDefaultEntryOffsetLen which can be optionially applied to the existing branches. git-svn-id: http://root.cern.ch/svn/root/trunk@29599 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2009, 15:42:23 UTC
d4ce16a change TExMap hash, key and values from (U)Long_t to (U)Long64_t. This makes TExMap streamable in a portable way. On 64-bit platforms there is no difference, but on 32-bit platforms all values will now be 64-bit. This fixes a big portability issue with THnSparse which uses TExMap internally where the versions created on a 32-bit platform could not be read on a 64-bit platform and vice versa. git-svn-id: http://root.cern.ch/svn/root/trunk@29598 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2009, 15:37:29 UTC
c3ce3de From Gerri: fix hiding warning and small memory leak. git-svn-id: http://root.cern.ch/svn/root/trunk@29595 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2009, 13:55:26 UTC
c280ffc From Gerri: fix hiding warning. git-svn-id: http://root.cern.ch/svn/root/trunk@29594 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2009, 13:54:47 UTC
1ebec71 Fix compilation warnings reported by nightly build. git-svn-id: http://root.cern.ch/svn/root/trunk@29591 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2009, 11:46:01 UTC
c278966 Do not deselect the last selected entry when the multiple selection mode is active git-svn-id: http://root.cern.ch/svn/root/trunk@29590 27541ba8-7e3a-0410-8455-c3a389f83636 27 July 2009, 11:26:33 UTC
bd4a5ab Allow for fEntryOffsetLen to decrease if the number of entries in the basket is less than 1/4 of fEntryOffsetLen, allow decrease of fEntryOffsetLen even after the 10th baskets git-svn-id: http://root.cern.ch/svn/root/trunk@29586 27541ba8-7e3a-0410-8455-c3a389f83636 26 July 2009, 21:37:25 UTC
097b481 "Add orthographic camera overlay." git-svn-id: http://root.cern.ch/svn/root/trunk@29584 27541ba8-7e3a-0410-8455-c3a389f83636 26 July 2009, 13:16:29 UTC
9fbe2c2 extend a bit the documentation for TTree::Fill git-svn-id: http://root.cern.ch/svn/root/trunk@29583 27541ba8-7e3a-0410-8455-c3a389f83636 25 July 2009, 15:52:04 UTC
b5d99df avoid out-of-bounds read git-svn-id: http://root.cern.ch/svn/root/trunk@29582 27541ba8-7e3a-0410-8455-c3a389f83636 25 July 2009, 15:30:51 UTC
0dd4836 - Add a new test for the admin functionality - Add option '-t testnum' to run only test numbered 'testnum' - Add option '-h1 h1src' to specify an alternative source for the H1 files git-svn-id: http://root.cern.ch/svn/root/trunk@29581 27541ba8-7e3a-0410-8455-c3a389f83636 25 July 2009, 12:32:38 UTC
04b5695 In TProofMgr, add support for the following functionality: - sandbox file listing and browsing - sandbox file removal - file upload, download See http://root.cern.ch/drupal/content/accessing-sandbox for details. git-svn-id: http://root.cern.ch/svn/root/trunk@29580 27541ba8-7e3a-0410-8455-c3a389f83636 25 July 2009, 12:31:53 UTC
d2007c4 In TProofMgr, add support for the following functionality: - sandbox file listing and browsing - sandbox file removal - file upload, download See http://root.cern.ch/drupal/content/accessing-sandbox for details. git-svn-id: http://root.cern.ch/svn/root/trunk@29579 27541ba8-7e3a-0410-8455-c3a389f83636 25 July 2009, 12:19:25 UTC
c23ecd2 Fix a warnign about a shadowed variable git-svn-id: http://root.cern.ch/svn/root/trunk@29578 27541ba8-7e3a-0410-8455-c3a389f83636 25 July 2009, 08:47:43 UTC
1aa5b7d Form Alja: - Fix a mistake in TGPack dicovered by running valgrind git-svn-id: http://root.cern.ch/svn/root/trunk@29577 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2009, 13:53:31 UTC
54494f9 Extend XY limits. Needed in case TwoPi periodic behavior is disabled. git-svn-id: http://root.cern.ch/svn/root/trunk@29576 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2009, 13:07:10 UTC
f80e5ad graf3d/gl/src/TGLViewer.cxx: Enable depth test for overlay elements. graf3d/gl/src/TGLViewerEditor.cxx Add interface to new camera overlay modes. graf3d/gl/src/TGLCameraOverlay.cxx: graf3d/gl/inc/TGLCameraOverlay.h: Use render context color set when draw lines and fonts. Implement kGridFront and kGridBack overlay modes. git-svn-id: http://root.cern.ch/svn/root/trunk@29575 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2009, 12:52:18 UTC
2e2d3e9 Do not disable DN mapping if the grid mapfile is missing but a mapping function is available git-svn-id: http://root.cern.ch/svn/root/trunk@29574 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2009, 11:48:17 UTC
e73a581 From Bertrand: use IsNull() instead of a not (!) operator on a TString (this was preventing to disconnect all signals from an object). git-svn-id: http://root.cern.ch/svn/root/trunk@29572 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2009, 10:59:01 UTC
722813d From Bertrand: fix for previous patch concerning dynamic strings. Preserve previous ownership model. git-svn-id: http://root.cern.ch/svn/root/trunk@29571 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2009, 10:55:28 UTC
0439d9e Fix the following problem (reported on Savannah http://savannah.cern.ch/bugs/?53587): When trying to add an entry to a list box, the background colour of the new item is ignored and set to white git-svn-id: http://root.cern.ch/svn/root/trunk@29569 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2009, 07:29:09 UTC
13747ee Fix a problem in TProofServ::CopyFromCache affecting the case where the sandbox dir has a '.' and the macro name has no '.', e.g. compiled selectors in PROOF-Lite. git-svn-id: http://root.cern.ch/svn/root/trunk@29568 27541ba8-7e3a-0410-8455-c3a389f83636 24 July 2009, 07:28:34 UTC
3e92ea2 From Bertrand: Replace a fix size char array by a TString. This fixes a problem reported in savannah: bug #53508, TObjString in .root file (http://savannah.cern.ch/bugs/?53508) This issue is due to TObjArray->GetName() returning its fString member value, which can be very long... git-svn-id: http://root.cern.ch/svn/root/trunk@29535 27541ba8-7e3a-0410-8455-c3a389f83636 23 July 2009, 13:02:00 UTC
9257c64 - Added a few checks for system files validity before accessing them - Correct access of TObjStrings in ROOT files git-svn-id: http://root.cern.ch/svn/root/trunk@29533 27541ba8-7e3a-0410-8455-c3a389f83636 23 July 2009, 08:14:14 UTC
435ed60 https://savannah.cern.ch/bugs/?53500 git-svn-id: http://root.cern.ch/svn/root/trunk@29531 27541ba8-7e3a-0410-8455-c3a389f83636 22 July 2009, 20:40:43 UTC
d81dcfc Reimplement r29519. git-svn-id: http://root.cern.ch/svn/root/trunk@29530 27541ba8-7e3a-0410-8455-c3a389f83636 21 July 2009, 21:25:24 UTC
873d640 add Marco Meoni for different CAF, PROOF and AliEn contributions git-svn-id: http://root.cern.ch/svn/root/trunk@29529 27541ba8-7e3a-0410-8455-c3a389f83636 21 July 2009, 15:14:47 UTC
91ec425 gl/ === - Introduce common base class TGLPlot3D for wrappers over plot-painters. - Move code for plot-painter instantiation from TGLScenePad to into TGLPlot3D. - TGLAxisPainter - add option to use markup color from the current color-set instead of axis/label/title colors from TAttAxis. eve/ ==== - Add class TEvePlot3D - it wraps a TH2/TH3/TF2 object and draws it with given option string. TEveTrans can be applied over it - so the plot can be positioned/scaled to fit into a more complex scene. - There are still problems with usage of depth-buffer in plot-painters so the plots overlay each other in somewhat random fashion. - See tutorials/eve/test_glplot.C. git-svn-id: http://root.cern.ch/svn/root/trunk@29526 27541ba8-7e3a-0410-8455-c3a389f83636 20 July 2009, 17:41:53 UTC
62acabd Revert r29519. git-svn-id: http://root.cern.ch/svn/root/trunk@29525 27541ba8-7e3a-0410-8455-c3a389f83636 20 July 2009, 16:01:17 UTC
9b2a058 - Fix a typo and a couple of improvements (thanks to Lucie Flekova) git-svn-id: http://root.cern.ch/svn/root/trunk@29524 27541ba8-7e3a-0410-8455-c3a389f83636 20 July 2009, 13:09:52 UTC
fd2be78 Import from Xrootd head a couple of fixes for xrdcp on Windows (from Bertrand) git-svn-id: http://root.cern.ch/svn/root/trunk@29523 27541ba8-7e3a-0410-8455-c3a389f83636 20 July 2009, 12:34:02 UTC
ced4180 Before doing the root class enhancement, check the root TClassTable to see if there is already a Dictionary() function registered for the class. If so, then assume we have already been called once before and do nothing. git-svn-id: http://root.cern.ch/svn/root/trunk@29519 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 21:31:21 UTC
3a4b5ed Remove inclusion of deleted file (Fit/MinimizerControlParams.h) git-svn-id: http://root.cern.ch/svn/root/trunk@29518 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 18:32:42 UTC
fce299b fix for solaris9 git-svn-id: http://root.cern.ch/svn/root/trunk@29517 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 18:20:42 UTC
3cfe78e change default core git-svn-id: http://root.cern.ch/svn/root/trunk@29516 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 16:26:09 UTC
5ae2da7 - fix bug in Minuit2 https://savannah.cern.ch/bugs/?52666 - fix fit with integral option in multi-dimensions - clean up of minimizer options in FitConfig - some clean up and fix a bug in calculating errors when projecting a TH3 with a range and option "O" git-svn-id: http://root.cern.ch/svn/root/trunk@29513 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 15:30:07 UTC
6a08ac9 Implement handler of unsolicited messages to automatically propagate human readable messages between PROOF tiers. git-svn-id: http://root.cern.ch/svn/root/trunk@29510 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 12:04:40 UTC
df6e7ea Remove obsolete method in XrdProofdPipe git-svn-id: http://root.cern.ch/svn/root/trunk@29509 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 12:01:18 UTC
a937486 Internal re-organization: - make the Xrootd central scheduler available via XrdProofdManager git-svn-id: http://root.cern.ch/svn/root/trunk@29508 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 11:56:03 UTC
074850f XrdProofdProofServMgr: - Add automatically the line 'Path.ForceRemote 1' to the session rootrc file if the ROOT version is < 5.24/00 ; this acts as a workaround for the wrong TTreeCache initialization at the transition between local and remote files fixed in 5.24/00 . This allows to setup xproofd to serve multiple ROOT version w/ and w/o the fix in optimized way. In case of need, this setting can be overwritten by adding 'xpd.putrc Path.ForceRemote 0' in the xproofd config file. XrdROOT: - Add methods to export more detailed version information as required by XrdProofdProofServMgr. git-svn-id: http://root.cern.ch/svn/root/trunk@29504 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 09:40:29 UTC
9760f4b Do not scan static members in ShowMembers git-svn-id: http://root.cern.ch/svn/root/trunk@29502 27541ba8-7e3a-0410-8455-c3a389f83636 17 July 2009, 03:32:46 UTC
90a6eba Fix TFile f("./data_files/[tab] (Savannah report #50310) git-svn-id: http://root.cern.ch/svn/root/trunk@29501 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 19:38:24 UTC
0744a05 Remove default values from overloaded UpdatePhysioLogical(). git-svn-id: http://root.cern.ch/svn/root/trunk@29500 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 16:54:45 UTC
d4ffa50 - TEveElement: add 'virtual Bool_t GetRnrAnything()' to facilitate painting traversal. - TEveScene: add support for hierarchical scenes. By setting the fHierarchical flag, positions of children get calculated by multiplying the transformation matrices of all parents within the scene. - hierarchical_scene.C: demo of a hierarchical scene. git-svn-id: http://root.cern.ch/svn/root/trunk@29499 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 16:51:38 UTC
e72740c ignore gtime.root. git-svn-id: http://root.cern.ch/svn/root/trunk@29497 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 16:32:32 UTC
0018471 Improvements in the PROOF tutorials: - New tutorial "ntuple", using the selector ProofNtuple.h,.C to the usage of TProofOutputFile to merge via temporary files. To run it locally, do root[] .L tutorials/proof/runProof.C+ root[] runProof("ntuple") This fills a simple ntuple which saved in the local working directory in the file ProofNtuple.root . If you run the tutorial using a remote cluster the script will automatically start a local xrootd on port 9000 to receive the file. - Add methods to ping 'xrootd' or 'xproofd' services at given host:port in getProof.C this allows to make consolidate the checks done to setup the tutorial. - Explicitely include TDatabasePDG.h in ProofPythia.C to solev a compilation issue with recent ROOT versions. git-svn-id: http://root.cern.ch/svn/root/trunk@29492 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 15:51:31 UTC
8320241 Fix several issues in TProofOutputFile: - Remove the 'mode' parameter as the 'SEQUENTIAL' mode was not really an option for the cases when this merging technique is needed - Fix a problem with the determination of the fDir member; this problem affects mostly PROOF-Lite and it appeared after the change #25949 . - Make sure the the local server information is correctly included in AdoptFile() - Fix a serious issue with the 'CENTRAL' mode whose net effect was to delete the outputfile just after having open it In TProofPlayer and XrdProofdProofServMgr - Cope with the changes in TProofOutputFile git-svn-id: http://root.cern.ch/svn/root/trunk@29491 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 15:12:51 UTC
999699f Fix a couple of memory leaks showing up when running repeated queries in PROOF-Lite git-svn-id: http://root.cern.ch/svn/root/trunk@29490 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 14:54:12 UTC
336838c cosmetics git-svn-id: http://root.cern.ch/svn/root/trunk@29488 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 12:10:29 UTC
70bb05f example of TGraphTime showing how the class could be used to visualize a set of particles with their time stamp in a MonteCarlo program. git-svn-id: http://root.cern.ch/svn/root/trunk@29487 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 10:08:30 UTC
1dd98cc From Gerri: add a missing protection in TUnixSystem.cxx. This creates some occasional crashes in ProofLite. git-svn-id: http://root.cern.ch/svn/root/trunk@29486 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 09:44:54 UTC
2280355 From Gerri: add protection in krb5.h detection. git-svn-id: http://root.cern.ch/svn/root/trunk@29485 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 09:43:40 UTC
ad4f0ce Use effectively the objects draw options when specified. git-svn-id: http://root.cern.ch/svn/root/trunk@29484 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 08:41:17 UTC
2388a95 Add a title and axis titles git-svn-id: http://root.cern.ch/svn/root/trunk@29483 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 07:50:23 UTC
ce6e2b7 Add possibility to specify a draw option when adding an object to a time step. Show the TGraphTime title (if any) git-svn-id: http://root.cern.ch/svn/root/trunk@29482 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 07:42:31 UTC
640865b TRedrawDisabler destructor must be virtual git-svn-id: http://root.cern.ch/svn/root/trunk@29481 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 07:35:38 UTC
ad8f481 Fix typo git-svn-id: http://root.cern.ch/svn/root/trunk@29480 27541ba8-7e3a-0410-8455-c3a389f83636 16 July 2009, 06:22:15 UTC
back to top