go-hep.org/x/hep@v0.38.1/cmd/root2npy/testdata/simple.root.txt (about)

     1  ================================================================================
     2  file: output.npz
     3  entry: one
     4  npy-header: Header{Major:2, Minor:0, Descr:{Type:<i4, Fortran:false, Shape:[4]}}
     5  data = [1 2 3 4]
     6  
     7  entry: two
     8  npy-header: Header{Major:2, Minor:0, Descr:{Type:<f4, Fortran:false, Shape:[4]}}
     9  data = [1.1 2.2 3.3 4.4]
    10  
    11  entry: three
    12  npy-header: Header{Major:2, Minor:0, Descr:{Type:<U6, Fortran:false, Shape:[4]}}
    13  data = ["uno" "dos" "tres" "quatro"]