Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #639, comment 2


Ignore:
Timestamp:
Jun 5, 2015, 9:47:40 PM (9 years ago)
Author:
Jordan Dull

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #639, comment 2

    initial v1  
    11Hi again,
    22
    3 Thanks for the response! This example was very helpful for the case where a root file was already created. I am now trying to get the same thing, jet constituents, but from one of the Delphes modules directly. I would like to go from a Delphes program that takes raw event data and then creates a root file with the jet constituents. Is this be possible?
     3Thanks for the response! This example gives the jet constituents which is what I was looking for. However, as I was playing around with the code, I found a few inconsistencies. For example, I summed together the energies of all the constituents for each jet and then compared this value to the energy of that jet. They rarely, if ever, agreed. I also compared the Eta and Phi values of the constituents to their respective jet and they did not match either. I have attached the modified code. In essence, the constituents of a jet do not seem to agree with their jet. What exactly does jet.Constituents return?
    44
    5 Thanks again,
     5Thanks,
    66
    77Jordan