Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1008, comment 3


Ignore:
Timestamp:
Nov 8, 2016, 9:58:23 PM (8 years ago)
Author:
amonte

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1008, comment 3

    initial v1  
    4141}}}
    4242
    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.
     43The 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.
    4444
    4545Could this be a problem of PyRoot itself? I would think libDelphes.so should be providing all of the information to handle the new variables.