Reading objects in root file with pyRoot

Can you try:

    offClus = entry.GetLeaf("m_optional.m_OfflineClusters").GetValue()

or

    offClus = entry.GetLeaf("m_optional", "m_OfflineClusters").GetValue()

Would this work?

I had a similar issue before