Changes between Initial Version and Version 1 of Ticket #1349, comment 4
- Timestamp:
- Nov 6, 2018, 6:00:14 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1349, comment 4
initial v1 12 12 '''TObjArray *fConstArray; //!''' 13 13 14 Besides, in FastJetFinder.cc, I had to do 15 fConstArray->Add(constituent) instead of ->AddCandidate(constituent) 14 16 Now the code runs and seems to be doing what it's supposed to do! Thank you very much!