diff --git a/core/doc/v530/index.html b/core/doc/v530/index.html index 5d72057c87ee5664e4762438a8276149bfbfc14b..7758b799f3a9f42a40b896a61a4123c079ceac1e 100644 Binary files a/core/doc/v530/index.html and b/core/doc/v530/index.html differ diff --git a/doc/v530/index.html b/doc/v530/index.html index 953a1518d12614367f3d53af305a2ce2ecea5991..e1338504375418345992aec98dd98f3c2c11708c 100644 --- a/doc/v530/index.html +++ b/doc/v530/index.html @@ -53,7 +53,7 @@ return false;} <p>ROOT version 5.28/00 has been released on December 15 2010. In case you are upgrading from an old version, please read the releases notes of version 5.16, 5.18, 5.20, 5.22, 5.24, 5,26 and version 5.28 in addition to these notes.</p> -<p> +<p/> The release of version 5.30 is scheduled for June 27, 2011. </div></div></div> <ul> diff --git a/io/doc/v530/index.html b/io/doc/v530/index.html index 81fefa7dda4156404c82b8a33cec4265b3e3053d..8fcf74a70d2b635a9f5296759d29f00a32655550 100644 --- a/io/doc/v530/index.html +++ b/io/doc/v530/index.html @@ -22,14 +22,14 @@ we now explicitly issue a Fatal error: Fatal in <ReadSequence>: The sequence of actions to read AliESDVertex:7 member-wise was not initialized. aborting </pre></li> -<li>Add new optional parameter maxbuf to <tt>TXMLEngine::ParseFile()</tt> allowing the specification of the XML file size to be parsed. This fixes issue <a href=https://savannah.cern.ch/bugs/?78864>#78864</a>.</li> +<li>Add new optional parameter maxbuf to <tt>TXMLEngine::ParseFile()</tt> allowing the specification of the XML file size to be parsed. This fixes issue <a href="https://savannah.cern.ch/bugs/?78864">#78864</a>.</li> <li>Add function <tt>TBuffer::AutoExpand</tt> to centralize the automatic buffer extension policy. This enable the ability to tweak it later (for example instead of always doubling the size, increasing by only at most 2Mb or take hints from the number of entries already in a TBasket).</li> <li>Migrate the class <tt>TFileMerger</tt> from the proofplayer library to ROOT I/O library and update <tt>hadd</tt> to rely on <tt>TFileMerger</tt> for everything but the command line argument parsing.</li> <li>Fix support for schema evolution from: -<pre style="border:gray 1px solid;padding:0.5em 2em;background:#ffe"> TParameter<Int_t>* MyInt; //-> version 1</pre>to -<pre style="border:gray 1px solid;padding:0.5em 2em;background:#ffe"> TParameter<Int_t> MyInt; // version 2</pre> +<pre style="border:gray 1px solid;padding:0.5em 2em;background:#ffe"> TParameter<Int_t>* MyInt; //-> version 1</pre>to +<pre style="border:gray 1px solid;padding:0.5em 2em;background:#ffe"> TParameter<Int_t> MyInt; // version 2</pre> </li> <li>The TZIPFile compressed archive reader now supports the Zip64 format for archives and file members greater than 2 and 4 GB, respectively.</li> @@ -122,7 +122,7 @@ spent by the main thread waiting for the data before processing considerably decreases. Besides the prefetching mechanisms there is also a local caching option which can be enabled by the user. Both capabilities are disabled by default and must be explicitly enabled by the user. -</p> +<p/> In order to enable the prefetching the user must set the rootrc environment variable <tt>TFile.AsyncPrefetching</tt> as follows: <tt>gEnv->SetValue("TFile.AsyncPrefetching", 1)</tt>. Only when the @@ -143,8 +143,8 @@ and storing the requests received from the main thread. It also creates the working thread which will transfer all the information. Apart from managing the block requests, it also deals with caching the blocks on the local machine and retrieving them when necessary. -</p> +<p/> The <tt>TFPBlock</tt> class represents the encapsulation of a block request. It contains the chunks to be prefetched and also serves as a container for the information read. -</p> +<p/> diff --git a/tree/doc/v530/index.html b/tree/doc/v530/index.html index 7e7b63136a2966403af28b90fefcf904df5b2bcc..b4a773bbf6130cd42de224f4f450960af0b109db 100644 --- a/tree/doc/v530/index.html +++ b/tree/doc/v530/index.html @@ -5,12 +5,12 @@ <h4>Performance</h4> <ul> -<li>Introduce support for <tt>TTree</tt> with variable cluster size (i.e. value of <tt>fAutoFlush</tt>).</p> +<li>Introduce support for <tt>TTree</tt> with variable cluster size (i.e. value of <tt>fAutoFlush</tt>).<p/> Iterating through the cluster should be done via the new class <tt>TTree::TClusterIterator</tt> (i.e. this replaces <tt>+= fAutoFlush</tt>): <pre style="border:gray 1px solid;padding:0.5em 2em;background:#ffe"> TTree::TClusterIterator clusterIter = tree->GetClusterIterator(which_entry_to_start_from); Long64_t clusterStart; - while( (clusterStart = clusterIter()) < tree->GetEntries()) { + while( (clusterStart = clusterIter()) < tree-<GetEntries()) { printf("The cluster starts at %lld and ends at %lld\n",clusterStart,clusterIter.GetNextEntry()-1); }</pre> See <tt>TTreeCache::FillBuffer</tt> for a concrete usage example. @@ -65,21 +65,21 @@ estimate size of one entry in the branch and no lower than 8 bytes).</li> <li>Update the branch split mechanism to no longer split a base class that can not be split (i.e. respect the information returned by <tt>TStreamerElement::CannotSplit</tt> (and thus <tt>TClass::CanSplit</tt>).</li> -<li>In <tt>TChain::ls</tt>, print the name of the chain and indent the list of files (this fixes <a href=https://savannah.cern.ch/bugs/?79909>#79909</a>).</li> +<li>In <tt>TChain::ls</tt>, print the name of the chain and indent the list of files (this fixes <a href="https://savannah.cern.ch/bugs/?79909">#79909</a>).</li> <li>When setting <tt>fBranch</tt> in the loaded basket, make sure to set it also for the first/only basket ; this prevents a crash when calling <tt>SetBasketSize</tt> for a split top level branch in a file produced by v4.00/08.</li> <li>In <tt>TTree::Streamer</tt>, if the object we are reading in was already attached to a directory, let's make sure to unregister the object before setting <tt>fDirectory</tt> to zero.</li> -<li>Prevent <tt>TChainIndex</tt> and <tt>TTreeIndex</tt> from finding the branches from the friend tree when looking up the value in the master/parent <tt>TTree</tt>. This fixes <a href=https://savannah.cern.ch/bugs/?79166>#79166</a>.</li> +<li>Prevent <tt>TChainIndex</tt> and <tt>TTreeIndex</tt> from finding the branches from the friend tree when looking up the value in the master/parent <tt>TTree</tt>. This fixes <a href="https://savannah.cern.ch/bugs/?79166">#79166</a>.</li> <li>Update <tt>GetEntryNumberFriend</tt> and related functions to retun a Long64_t as needed.</li> <li>Fix the case of a split collection which contains a class with one data member which is an instance of a class with more than one base class some of which are not split (for example if one the base class is std::vector<int>).</li> -<li>Fix the problem reported at <a href=http://root.cern.ch/phpBB3/viewtopic.php?t=11890>#11890</a> +<li>Fix the problem reported at <a href="http://root.cern.ch/phpBB3/viewtopic.php?t=11890">#11890</a> by making sure that <tt>TChain::ResetBranchAddress(TBranch*)</tt> also record the reset in the chain's meta information about branches.</li> <li>Allow the output name passed to <tt>MakeProxy</tt> to be either a classname (to which will be added .h to make the filename) or a filename (which already has an extension).</li> <li>Allow (via the option <tt>kIgnoreMissingTopLevel</tt>) for the <tt>TTreeCloner</tt> to handle the case where the output <tt>TTree</tt> has more top level branches than the input <tt>TTree</tt> (this is usefull in case of 'horizontal' merging of TTrees and/or the case of copy and add.)</li> -<li>Add support for csv files:</p> +<li>Add support for csv files:<p/> Add support for other delimiters (like ',') and for direct import of files in the common .csv format in <tt>TTree::ReadFile</tt>. To handle older .csv files, add support for '\r' carriage returns in addition to '\n' (which also works for "\r\n").</li> </ul>