Skip to content

Commit af380fc

Browse files
committed
Add testing of double32 / float16 demo files
1 parent 172f9a3 commit af380fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

demo/examples_more.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@
136136
{ "name": "branch_mvect", "asurl": true, "file": "https://root.cern/files/cms2.root", "item": "Events", "opt":"L1GlobalTriggerObjectMapRecord_hltL1GtObjectMap__HLT.obj.>>dump", "title": "Branch with object which has vector of vector of vector of int, requires special handling" },
137137
{ "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" },
138138
{ "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" },
139+
{ "name": "test16", "file": "DemoFloat16.root", "item": "tree", "opt": "2*d.fF32-d.fR8-d.fF16", "title": "using tree from float16.C, compare normal and reduced floats" },
140+
{ "name": "test32", "file": "DemoDouble32.root", "item": "tree", "opt": "2*d.fD64-d.fI20-d.fR10", "title": "using tree from double32.C, compare normal and reduced floats" },
139141
{ "name": "markus", "url": "file=https://root.cern/files/markus.root&item=_Event/Refs&opt=dump&inject=../demo/gaudi.mjs", "title": "custom streamer for pool::Token class from some branches" },
140142
{ "name": "cmssw1", "asurl": "browser", "file": "test_cmssw_10000.root", "item": "MetaData", "opt": "testio", "title": "CMS-SW metadata, complex std::map classes" },
141143
{ "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 },

0 commit comments

Comments
 (0)