How to properly save custom types to TTree branches in Python

Hi,
To store custom types in a ROOT tree you need fist to generate the dictionary and then you can also use them from Python. See for example Fill Branch from Vector of Vectors - #2 by moneta

Lorenzo