Skip to content
Snippets Groups Projects
Commit f410b567 authored by Matevz Tadel's avatar Matevz Tadel
Browse files

Update release notes.

git-svn-id: http://root.cern.ch/svn/root/trunk@25643 27541ba8-7e3a-0410-8455-c3a389f83636
parent 147fe505
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,14 @@ center of screen with a given plane. ...@@ -19,6 +19,14 @@ center of screen with a given plane.
<li> Add suport for fading in/out of the viewer contents. <li> Add suport for fading in/out of the viewer contents.
<li> Many improvements in text and axis rendering for orthographic
view markup.
<li> In <tt>TGLSceneBase</tt> add data-member <tt>Bool_t
fSelectable</tt> allowing one to preventing any of its elements to be
selected. Useful when given scene is used as background to help guid
the eye.
</ul> </ul>
...@@ -47,17 +55,27 @@ Add support for enumerative registration of calorimeter towers. Before ...@@ -47,17 +55,27 @@ Add support for enumerative registration of calorimeter towers. Before
one had to provide THStack as input. See <tt>TEveCaloDataVec</tt> one had to provide THStack as input. See <tt>TEveCaloDataVec</tt>
class. class.
<li> <tt>TEveTrackList</tt> -- Generalized API for finding of momentum
limits.
<li> <tt>TEveTrackPropagator</tt> now supports propagation of charged <li> <tt>TEveTrackPropagator</tt> now supports propagation of charged
particles in arbitrary / external magnetic field. particles in arbitrary / external magnetic field.
New abstract interface to magnetic field TEveMagField to get field New abstract interface to magnetic field <tt>TEveMagField</tt> to get
vector at given position. Implement two interfaces: TEveMagFieldConst field vector at given position. Implement two interfaces:
for constant magnetic field and TEveMagFieldDuo (two constant magnetic <tt>TEveMagFieldConst</tt> for constant magnetic field and
fields, chosen by cylindrical radius). <tt>TEveMagFieldDuo</tt> (two constant magnetic fields, chosen by
cylindrical radius).
See examples in <tt>tutorials/eve/track.C</tt>. See examples in <tt>tutorials/eve/track.C</tt>.
<li> Added underflow and overflow bins to <tt>TEvePointSetArray</tt>. <li> <tt>TEvePointSetArray</tt> -- Added underflow and overflow bins.
<li> Many improvements in text and axis rendering for axes in
non-linear projections and for the dedicated lego view.
<li> New tutorial <tt>tutorials/eve/lineset_test.py</tt> showing how
tu run Eve from python.
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment