Skip to content
Snippets Groups Projects
Commit 136eb1f3 authored by Rene Brun's avatar Rene Brun
Browse files

Add the new directories and files for v528 release notes.

git-svn-id: http://root.cern.ch/svn/root/trunk@31885 27541ba8-7e3a-0410-8455-c3a389f83636
parent b98e2765
No related branches found
No related tags found
No related merge requests found
Showing
with 199 additions and 0 deletions
<br>
<hr>
<a name="bindings"></a>
<h3>PyROOT</h3>
<br>
<hr>
<a name="cint"></a>
<h3>CINT</h3>
<br>
<hr>
<a name="core"></a>
<h3>Core</h3>
<!--SIGNATURE-->
<br/>
<hr/>
<center>
<address><a href="http://root.cern.ch">ROOT page</a> -
<a href="http://root.cern.ch/root/htmldoc/ClassIndex.html">Class index</a> -
<a href="#TopOfPage">Top of the page</a> -
<a href="http://validator.w3.org/check?uri=referer">
<img
src="http://www.w3.org/Icons/valid-xhtml10-blue"
alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
</address>
</center>
<hr/>
</div></body>
</html>
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- -->
<!-- Author: ROOT team (rootdev@pcroot.cern.ch) -->
<!-- -->
<!-- Date: Tue Dec 15 10:25:16 2009 -->
<!-- -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>ROOT Version 5.28/00 Release Notes</title>
<meta name="rating" content="General" />
<meta name="objecttype" content="Manual" />
<meta name="keywords" content="software development, oo, object oriented, unix, x11, windows, c++, html, rene brun, fons rademakers, cern" />
<meta name="description" content="ROOT - An Object Oriented Framework For Large Scale Data Analysis." />
<link rel="stylesheet" type="text/css" href="../html/ROOT.css" id="ROOTstyle" />
<script type="text/javascript" src="../html/ROOT.js"></script>
</head>
<body><div id="body_content">
<div id="root_header"><img src="http://root.cern.ch/drupal/sites/default/files/rootdrawing-logo.png" alt="ROOT logo"/></div>
<a name="TopOfPage"></a>
<div id="toplinks">
<div class="descrhead"><div class="descrheadcontent">
<span class="descrtitle">Quick Links:</span>
<a class="descrheadentry" href="http://root.cern.ch">ROOT Homepage</a>
<a class="descrheadentry" href="/drupal/content/downloading-root">Download</a>
<a class="descrheadentry" href="/drupal/content/reference-guide">Reference Guide</a>
</div>
<script type="text/javascript">
function onSearch() {
var s='http://www.google.com/search?q=%s+site%3A%u+-site%3A%u%2Fsrc%2F+-site%3A%u%2Fexamples%2F';
var ref=String(document.location.href).replace(/https?:\/\//,'').replace(/\/[^\/]*$/,'').replace(/\//g,'%2F');
window.location.href=s.replace(/%u/ig,ref).replace(/%s/ig,escape(document.searchform.t.value));
return false;}
</script>
<form id="searchform" name="searchform" onsubmit="return onSearch()" action="javascript:onSearch();" method="post">
<input name="t" size="30" value="Search documentation..." onfocus="if (document.searchform.t.value=='Search documentation...') document.searchform.t.value='';"></input>
<a id="searchlink" title="www.google.com" href="javascript:onSearch();" onclick="return onSearch()">Search</a></form>
</div>
</div>
<div class="location">
<a class="locationlevel" href="index.html">ROOT</a>
&#187; <a class="locationlevel" href="/drupal/content/downloading-root">Download</a>
&#187; <a class="locationlevel" href="#TopOfPage">Release Notes</a>
</div>
<div class="dropshadow"><div class="withshadow">
<h1>ROOT Version 5.28/00 Release Notes</h1>
<div class="classdescr">
<p>ROOT version 5.28/00 will be released on June 30 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 and version 5.26 in addition to these notes.</p>
</div></div></div>
<ul>
<li><a href="#bindings"> <b>Bindings</b></a> - packages related to the interplay with other programming languages (Python, Ruby)</li>
<li><a href="#cint"> <b>Cint</b></a> - the C++ interpreter</li>
<li><a href="#core"> <b>Core</b></a> - the basic ROOT functionality</li>
<li><a href="#geom"> <b>Geometry</b></a> - building, representing and drawing geometrical objects</li>
<li><a href="#graf2d"> <b>2D Graphics</b></a> - ROOT's two dimensional graphics interface</li>
<li><a href="#graf3d"> <b>3D Graphics</b></a> - ROOT's three dimensional graphics interface</li>
<li><a href="#gui"> <b>Graphical User Interface</b></a> - from basic GUI elements to ROOT's own, complete dialogs</li>
<li><a href="#hist"> <b>Histograming</b></a> - counting values, spectra, and drawing them</li>
<li><a href="#html"> <b>HTML</b></a> - the documentation generator</li>
<li><a href="#io"> <b>Input/Ouput</b></a> - storing and reading data</li>
<li><a href="#math"> <b>Mathemathics</b></a> - everything one can use to calculate: minimizers, matrixes, FFT, and much more</li>
<li><a href="#misc"> <b>Miscellaneous</b></a> - things that didn't make it into the other groups: table </li>
<li><a href="#montecarlo"> <b>Monte Carlo</b></a> - monte carlo and physics simulation interfaces</li>
<li><a href="#net"> <b>Networking</b></a> - network-related parts, e.g. protocols and authentication interfaces</li>
<li><a href="#proof"> <b>PROOF</b></a> - parallel ROOT facility</li>
<li><a href="#roofit"> <b>RooFit</b></a> - a fitting library</li>
<li><a href="#roostats"> <b>RooStats</b></a> - a collection of statistical tools </li>
<li><a href="#sql"> <b>SQL</b></a> - database interfaces</li>
<li><a href="#tmva"> <b>TMVA</b></a> - multivariate analysis tools</li>
<li><a href="#tree"> <b>Trees</b></a> - ROOT's unique container class and related utilities</li>
<li><a href="#tutorials"> <b>Tutorials</b></a> - ROOT's Tutorials</li>
</ul>
<p>Binaries for all supported platforms are available at:
</p>
<pre> <a href="http://root.cern.ch/drupal/content/production-version-528 ">http://root.cern.ch/drupal/content/production-version-526 </a><br/></pre>
<p>
For more information, see:
</p>
<pre> <a href="http://root.cern.ch">http://root.cern.ch</a><br/></pre>
<p>The following people have contributed to this new version:<br/>
Bertrand Bellenot, CERN/SFT,<br/>
Rene Brun, CERN/SFT,<br/>
Philippe Canal, FNAL,<br/>
Olivier Couet, CERN/SFT,<br/>
Valeri Fine, BNL/STAR,<br/>
Fabrizio Furano, CERN/IT, <br/>
Gerri Ganis, CERN/SFT,<br/>
Andrei Gheata, CERN/Alice,<br/>
Andreas Hoecker, CERN/Atlas, TMVA <br/>
Wim Lavrijsen, LBNL, PyRoot<br/>
Sergei Linev, GSI,<br/>
Anar Manafov, GSI, <br/>
Lorenzo Moneta, CERN/SFT,<br/>
Axel Naumann, CERN/SFT,<br/>
Eddy Offermann, Renaissance, <br/>
Fons Rademakers, CERN/SFT,<br/>
Paul Russo, FNAL, <br/>
Gregory Schott, Karlsruhe/CMS, RooStats, <br/>
Joerg Stelzer, DESY/Atlas, TMVA <br/>
Alja Tadel, CERN/CMS, Eve <br/>
Matevz Tadel, CERN/Alice, Eve <br/>
Wouter Verkerke, NIKHEF/Atlas, RooFit <br/>
</p>
<br>
<hr>
<a name="geom"></a>
<h3>Geometry</h3>
<br>
<hr>
<a name="graf2d"></a>
<h3>xxx</h3>
<br>
<hr>
<a name="graf3d"></a>
<h3>OpenGL</h3>
<br>
<hr>
<a name="gui"></a>
<h3>GUI</h3>
<br>
<hr>
<a name="hist"></a>
<h3>Histogram package</h3>
<br>
<hr>
<a name="html"></a>
<h3>Html</h3>
<br>
<hr>
<a name="io"></a>
<h3>I/O</h3>
<br>
<hr>
<a name="math"></a>
<h3>Math Libraries</h3>
<br>
<hr>
<a name="misc"></a>
<h3>Misc</h3>
<br>
<hr>
<a name="montecarlo"></a>
<h3>MonteCarlo</h3>
<br>
<hr>
<a name="net"></a>
<h3>Networking</h3>
<br>
<hr>
<a name="proof"></a>
<h3>Proof</h3>
<br>
<hr>
<a name="roofit"></a>
<h3>RooFit</h3>
<br>
<hr>
<a name="sql"></a>
<h3>SQL</h3>
<br>
<hr>
<a name="tmva"></a>
<h3>TMVA</h3>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment