You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: 'Context menu',url: 'demo/context_menu.htm',title: 'Custom context menu for TH2 histograms',src: true},
430
434
{name: 'Zooming',url: 'demo/zoom_handler.htm',title: 'Redefine Zoom function to make synchronous zooming in other histogram',src: true},
431
435
{name: 'User IO',url: `index.htm?file=${filepath}amore.root&item=moH1F_0;1&inject=../demo/amore.mjs`,title: 'Example of custom streamer and custom draw function (AMORE)',src: 'demo/amore.mjs'},
432
-
{name: 'User class',url: 'index.htm?file=demo/custom/divhist.root&inject=demo/custom/divhist.js&item=DivHist',title: 'Example of draw function for custom user class',src: 'demo/custom/divhist.js'},
436
+
{name: 'User class',url: 'index.htm?file=demo/custom/divhist.root&inject=../demo/custom/divhist.mjs&item=DivHist',title: 'Example of draw function for custom user class',src: 'demo/custom/divhist.mjs'},
433
437
{name: 'Store JSON',url: 'demo/store_json.htm',title: 'Store drawn objects into JSON, can be reused to display once again',src: true},
434
438
{name: 'build3d',url: 'demo/build3d.htm',title: 'Example how one can create three.js model for different classes, using generic build3d() function',src: 'demo/build3d.htm'},
435
439
{name: 'Geometry',url: 'demo/tgeo_build.htm',title: 'Example how one can create three.js model for TGeo object, using build() function from geom/TGeoPainter.mjs',src: 'demo/tgeo_build.htm'},
436
440
{name: 'OpenUI5',url: 'demo/openui5/',title: 'Use of JSROOT graphics inside OpenUI5',src: 'demo/openui5/Readme.md'}
437
441
],
438
442
'TTree': [
439
443
{name: 'TSelector',url: 'demo/read_tree.htm',title: 'Simple example of reading TTree using TSelector class',src: true,syn: 'custom_html_read_tree'},
440
-
{name: 'User class',url: 'index.htm?file=https://root.cern/files/markus.root&item=_Event;1/Refs&opt=dump&inject=demo/gaudi.js',title: 'Example of user custom streamer for reading TTree data (Gaudi)',src: 'demo/gaudi.js',syn: 'custom_html_user_tree'},
444
+
{name: 'User class',url: 'index.htm?file=https://root.cern/files/markus.root&item=_Event;1/Refs&opt=dump&inject=../demo/gaudi.mjs',title: 'Example of user custom streamer for reading TTree data (Gaudi)',src: 'demo/gaudi.js',syn: 'custom_html_user_tree'},
441
445
{name: 'Extract tracks',url: 'index.htm?inject=../demo/alice_esd.mjs&files=[https://root.cern/files/alice_ESDgeometry.root,https://root.cern/files/alice_ESDs.root]&item=[[0]/Gentle;1,[1]/esdTree;1]&opt=[,extract_tracks$]',title: 'Extract tracks from the custom tree',src: 'demo/alice_esd.mjs'}
{name: 'Default page',url: 'httpserver.C/',title: 'Default HTML page of running httpserver.C macro (snapshot)'},
457
-
{name: 'Sub-folder',url: 'httpserver.C/Files/job1.root/',title: 'Browse server objects from sub-folder'},
458
-
{name: 'Display item',url: 'httpserver.C/?item=Files/job1.root/hpxpy&opt=colz&monitoring=1000',title: 'Display histogram and enable monitoring (not updating while snapshot is used)'},
459
-
{name: 'No browser (1)',url: 'httpserver.C/Files/job1.root/hpxpy/draw.htm?opt=colz',title: 'Display item without browser, using provided draw.htm page'},
460
-
{name: 'No browser (2)',url: 'httpserver.C/?nobrowser&item=Files/job1.root/hpxpy&opt=colz',title: 'Display item without browser, using nobrowser option and normal UI'},
461
-
{name: 'Produce PNG',url: 'httpserver.C/Files/job1.root/hpxpy/root.png',title: 'Use normal ROOT drawing to produce PNG image'},
462
-
{name: 'Access object members',url: 'httpserver.C/?item=Canvases/c1/fPrimitives/hpx',title: 'Show histogram from TCanvas lists of primitives (all other objects not cached in this example)'},
{name: 'Tree player',url: 'httpserver.C/?item=Files/job1.root/ntuple',title: 'Custom UI to execute TTree::Draw on running application'},
465
-
{name: 'Read file',url: `httpserver.C/?file=${filepath}hsimple.root&layout=grid2x2&items=[hsimple.root/hpx;1,hsimple.root/hpxpy;1,job1/Files/job1.root/hpx,job1/Files/job1.root/hpxpy]&opts=[hist,col,hist,col]`,title: 'Show histograms from ROOT file and THttpServer'},
466
-
{name: 'Superimpose',url: `httpserver.C/?file=${filepath}hsimple.root&item=[job1/Files/job1.root/hpx,hsimple.root/hpx;1]&opt=logy`,title: 'Superimpose objects from ROOT file and online server'}
460
+
{name: 'Default page',url: demopath+'httpserver.C/',title: 'Default HTML page of running httpserver.C macro (snapshot)'},
461
+
{name: 'Sub-folder',url: demopath+'httpserver.C/Files/job1.root/',title: 'Browse server objects from sub-folder'},
462
+
{name: 'Display item',url: demopath+'httpserver.C/?item=Files/job1.root/hpxpy&opt=colz&monitoring=1000',title: 'Display histogram and enable monitoring (not updating while snapshot is used)'},
463
+
{name: 'No browser (1)',url: demopath+'httpserver.C/Files/job1.root/hpxpy/draw.htm?opt=colz',title: 'Display item without browser, using provided draw.htm page'},
464
+
{name: 'No browser (2)',url: demopath+'httpserver.C/?nobrowser&item=Files/job1.root/hpxpy&opt=colz',title: 'Display item without browser, using nobrowser option and normal UI'},
465
+
{name: 'Produce PNG',url: demopath+'httpserver.C/Files/job1.root/hpxpy/root.png',title: 'Use normal ROOT drawing to produce PNG image'},
466
+
{name: 'Access object members',url: demopath+'httpserver.C/?item=Canvases/c1/fPrimitives/hpx',title: 'Show histogram from TCanvas lists of primitives (all other objects not cached in this example)'},
{name: 'Default page',url: 'httpcontrol.C/',title: 'Default HTML page of running httpscontrol.C macro (snapshot)'},
471
-
{name: 'Text output',url: 'httpcontrol.C/?layout=simple&item=Debug&monitoring=0',title: 'Custom text output, using MathJax.js; also disable default monitoring'},
472
-
{name: 'Text output (2)',url: 'httpcontrol.C/Debug/draw.htm',title: 'Custom text output without browser'}
474
+
{name: 'Default page',url: demopath+'httpcontrol.C/',title: 'Default HTML page of running httpscontrol.C macro (snapshot)'},
475
+
{name: 'Text output',url: demopath+'httpcontrol.C/?layout=simple&item=Debug&monitoring=0',title: 'Custom text output, using MathJax.js; also disable default monitoring'},
476
+
{name: 'Text output (2)',url: demopath+'httpcontrol.C/Debug/draw.htm',title: 'Custom text output without browser'}
{name: 'Draw picture',url: demopath+'Go4ExampleSimple/?nostatus&item=Pictures/condSet',title: 'Show TGo4Picture, which fetch and draw many other objects'},
0 commit comments