43 | | The crash happens as soon as I add TrimmedP4, e.g. the line jet.TrimmedP4 is enough. In the list of attributes of jet, dir(jet), TrimmedP4 is there, together with all the other variables (Eta, PT,...) so it seems that it knows what it is, just not what to do with it. |
| 43 | The crash happens as soon as I try to access TrimmedP4, e.g. inspecting it with the line dir(jet.TrimmedP4) is enough. In the list of attributes of jet, dir(jet), TrimmedP4 is there, together with all the other variables (Eta, PT,...) so it seems that it knows what it is, just not what to do with it. |