Skip to content

Commit 540186c

Browse files
committed
Merge branch 'dev'
2 parents 765172b + 6d96a61 commit 540186c

13 files changed

+4833
-1313
lines changed

changes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# JSROOT changelog
22

3+
## Changes in dev
4+
1. Implement simple TTree::Draw over single leaf (#80)
5+
Support basic types, fixed-size arrays and several vector types in TTree::Draw
6+
2. Display of TEveTrack(s) and TEvePointSet(s) over drawn geometry (drag and drop)
7+
Also browsing, toggling, highlight of tracks and hits are done.
8+
3. Let set default geo colors as TGeoManager::DefaultColors() does
9+
4. Let use original ROOT macros to configure visibility of geometry volumes. Like:
10+
&file=files/alice2.root&item=Geometry;1&opt=macro:macros/geomAlice.C
11+
One can set default colors or colors/transperency for selected volumes.
12+
Also volume, selected for drawing in the macro, will be used in the JSROOT
13+
5. Support drawing of TH2Poly class with 'col' and 'lego' options
14+
6. Implement 'CONT', 'ARR' and 'SURF' draw options for TH2 class
15+
7. Support basic drawing of TPolyLine class
16+
8. Interactive axis zooming in 3D with mouse, very much like to 2D
17+
9. Zooming and tool buttons via keyboards
18+
19+
320
## Changes in 4.6.0
421
1. Improvements in TGeo drawings
522
- support of large (~10M volumes) models, only most significant volumes are shown

docs/JSROOT.md

Lines changed: 153 additions & 32 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)