- write a benchmark for reading ROOT files (with the
Scanner
types) - input file generated with the attached C++ program
/data/f64s-scalar.root
onclrmastergo
TFile
:TDirectoryFile
:TKey
:TBuffer
:TStreamerInfo
:
- Creation of a simple ROOT file readable by ROOT C++ and Go-HEP/rootio
- write a ROOT file that is empty (but contains the needed information(s) to be interpretable and readable by C++ and Go)
- write a ROOT file that contains a TObjString of name "foo" and title "bar"
- write a ROOT file that only contains a TH1D (a 1-dimension histogram filled with Doubles)