Changes between Initial Version and Version 1 of Ticket #1349, comment 2
- Timestamp:
- Nov 6, 2018, 4:07:39 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1349, comment 2
initial v1 1 Thank you pavel for your reply. After modifying the FastJetFinder module and the Delphes card, I got an error after running Delphes...1 Thank you pavel for your reply. After modifying the !FastJetFinder module and the Delphes card, I got an error after running Delphes... 2 2 3 I have made the following changes to the FastJetFinder module:3 I have made the following changes to the !FastJetFinder module: 4 4 5 5 starting from line 291: 6 {{{ 6 7 fRhoOutputArray = ExportArray(GetString("RhoOutputArray", "rho")); 7 8 fConstArray = ExportArray(GetString("ConstArray", "constituents")); 9 }}} 8 10 9 11 starting from line 451: 12 {{{ 10 13 fConstArray->AddCandidate(constituent); 11 14 candidate->AddCandidate(constituent); 12 15 } 16 }}} 13 17 14 18 To the Delphes card I added the following changes (shown in bold): … … 51 55 52 56 But when I ran Delphes, I get the following error: 57 {{{ 53 58 ERROR: can't access input list 'FastJetFinder/constituents' in module 'UniqueObjectFinder' 59 }}} 54 60 55 61 I have also tried doing on line 451