Open
Description
Trying to generate streamers for a type with a ClonesArray I get :
root-gen-streamer -p github.com/alice-go/aligo/ocdb -t AliSplineFit -o streamers2.go
root-gen-streamer: unhandled type: *go-hep.org/x/hep/groot/rcont.ClonesArray (underlying: *go-hep.org/x/hep/groot/rcont.ClonesArray)
Is that linked to #449 or is it something else ?
Note that I am actually not particularly interested in that object, but it is part of another one that I do need : is there a way to "bypass" an object in streamers ?