-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hi @linev,
Thank you very much for having fixed the plotting with RNTuples and long integers in release 7.10.2.
I have just tested this new release on both an RNTuple and a TTree. Long integer branches are correctly plotted when using the RNTuple, but the plot remains empty when the branch is stored in a TTree.
I put an example here
https://cernbox.cern.ch/files/spaces/eos/user/t/thea/shares/root/jsroot-tuples/f_tree.root
that I tested using the JSROOT demo page (https://root.cern/js/latest/api.htm#url_syntax_open_file)
When doing so, and plotting the f_tree.root/triggerAna/TriggerPrimitives/tpmakerTPCSimpleThreshold__TriggerPrimitiveMaker;1/time_start branch I see the following error in the Chrome/Firefox javascript console:
treeProcess https://root.cern/js/latest/modules/tree.mjs:2414
treeDraw https://root.cern/js/latest/modules/tree.mjs:2919
drawTree https://root.cern/js/latest/modules/draw/TTree.mjs:486
performDraw https://root.cern/js/latest/modules/draw.mjs:420
draw https://root.cern/js/latest/modules/draw.mjs:436
display https://root.cern/js/latest/modules/gui/HierarchyPainter.mjs:2329
I hope this helps.
Cheers,
Alessandro