Skip to content

Commit a349e09

Browse files
committed
Add several I/O tests, used master branch for api.htm
1 parent 9e84937 commit a349e09

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/api.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
300300
aaa = document.createElement( 'a' );
301301
aaa.textContent = " (src)";
302302
aaa.title = "Click to see source of the example";
303-
aaa.href = "https://github.com/linev/jsroot/blob/dev/" + ((entry.src===true) ? url : entry.src);
303+
aaa.href = "https://github.com/linev/jsroot/blob/master/" + ((entry.src===true) ? url : entry.src);
304304
content.appendChild( aaa );
305305
SetSourceListener(aaa, shortname + "_src", ((entry.src===true) ? url : entry.src));
306306

docs/examples.htm

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,12 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
397397
{ name: "files", asurl: true, file: "https://root.cern/files/alice_ESDs.root", item: "esdTree;1/ESDfriend./fTracks/fTPCindex", opt: "dump", title: "Data branch stored in different file (in same dir), counter data in main file" },
398398
{ name: "float16", asurl: true, file: "https://root.cern/files/Event100000.root", item: "T/event/fTracks/fMass2", opt: "dump", title: "Float16_t type as TClonesArray branch" },
399399
{ name: "markus", url: "?file=https://root.cern/files/markus.root&item=_Event/Refs&opt=dump&load="+filepath+"gaudi.js", title: "custom streamer for pool::Token class from some branches" },
400-
{ name: "cmssw1", asurl: "browser", file: "test_cmssw_10000.root", item: "Events", opt:"testio", title: "CMS-SW metadata, complex std::map classes", notest:true },
400+
{ name: "cmssw1", asurl: "browser", file: "test_cmssw_10000.root", item: "MetaData", opt:"testio", title: "CMS-SW metadata, complex std::map classes" },
401401
{ name: "reco103", asurl: "browser", file: "https://root.cern/files/reco_103.root", item: "Events", opt:"testio", title: "Older ROOT file with many branches, std::map classes", notest:true },
402-
{ name: "cmssw2", asurl: "browser", file: "test_cmssw_10000.root", item: "MetaData", opt:"testio", title: "CMS-SW metadata, complex std::map classes" }
402+
{ name: "cmssw_io", asurl: "browser", file: "test_cmssw_10000.root", item: "Events", opt:"testio", title: "Test I/O with CMS-SW events data", notest:true },
403+
{ name: "lhcb2_io", asurl: true, file: "https://root.cern/files/lhcb2.root", item: "E", opt:"testio", title: "Test I/O with lhcb2.root file", notest:true },
404+
{ name: "atlas_io", asurl: true, file: "https://root.cern/files/atlas30new.root", item: "CollectionTree", opt:"testio", title: "Test I/O with atlas30new.root file", notest:true },
405+
{ name: "alice_esd", asurl: true, file: "https://root.cern/files/alice_ESDs.root", item: "esdTree", opt:"testio", title: "Test I/O with alice_ESDs.root file, include friedns files", notest:true }
403406
],
404407
TF1 : [
405408
{ name: "ip0", file: "ip0.root", item: "c;1" },

0 commit comments

Comments
 (0)