Data from branches

Hi @Revan,

In regard to these warnings, you will have to load the corresponding dictionary file that provides information for the abovementioned classes.

Accessing a branch whose name contains dots (.) in this way is not supported. Specifically, for the Muon.pt part at the end, Python is parsing it as get an attribute named Muon, then get an attribute named pt.
In this case, you should use the workaround mentioned in Looping tree and getting branch value, but branch has a dot(.) in its name - #6 by etejedor.

Cheers,
J.

1 Like