Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1349, comment 4


Ignore:
Timestamp:
Nov 6, 2018, 6:00:14 PM (6 years ago)
Author:
keanet

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1349, comment 4

    initial v1  
    1212  '''TObjArray *fConstArray; //!'''
    1313
     14Besides, in FastJetFinder.cc, I had to do
     15fConstArray->Add(constituent) instead of ->AddCandidate(constituent)
    1416Now the code runs and seems to be doing what it's supposed to do! Thank you very much!