Skip to content

Commit 47d10e4

Browse files
committed
Add leafc test - fixed only now
1 parent 18beff2 commit 47d10e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/examples_more.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"TTree" : [
122122
{ "name": "wjets", "asurl": true, "file": "WJets.root", "item": "t;1/met", "title": "Histogram data of branch with vectors" },
123123
{ "name": "index", "asurl": true, "file": "tree99.root", "item": "T;1", "opt": "ex3.fInt[ex3.fSize-2]", "title": "Use branch value as index in another branch draw" },
124+
{ "name": "leafc", "asurl": true, "file": "https://root.cern/files/lhcb2.root", "item": "Refs/Databases", "opt":"dump", "title": "Test reading TLeafC element" },
124125
{ "name": "cms2", "asurl": true, "file": "https://root.cern/files/cms2.root", "item": "Events", "opt":"recoPhotons_photons__RECO.obj[].pt_", "title": "cms2.root file, example of draw subelement of the branch" },
125126
{ "name": "brobj", "asurl": true, "file": "https://root.cern/files/mods.root", "item": "MODS/Particles", "opt": "dump", "title": "TObjectBranch, appears in older ROOT files" },
126127
{ "name": "bits", "asurl": true, "large": true, "file": "https://root.cern/files/Event100000.root", "item": "T", "opt": "event.fTracks.fBits>>bits(32);num:5000", "title": "Special 1-D histogram kind with bits values" },

0 commit comments

Comments
 (0)