Fork me on GitHub

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


Ignore:
Timestamp:
Nov 6, 2018, 4:07:39 PM (6 years ago)
Author:
Pavel Demin

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...
     1Thank you pavel for your reply. After modifying the !FastJetFinder module and the Delphes card, I got an error after running Delphes...
    22
    3 I have made the following changes to the FastJetFinder module:
     3I have made the following changes to the !FastJetFinder module:
    44
    55starting from line 291:
     6{{{
    67  fRhoOutputArray = ExportArray(GetString("RhoOutputArray", "rho"));
    78  fConstArray = ExportArray(GetString("ConstArray", "constituents"));
     9}}}
    810
    911starting from line 451:
     12{{{
    1013      fConstArray->AddCandidate(constituent);
    1114      candidate->AddCandidate(constituent);
    1215    }
     16}}}
    1317
    1418To the Delphes card I added the following changes (shown in bold):
     
    5155
    5256But when I ran Delphes, I get the following error:
     57{{{
    5358ERROR: can't access input list 'FastJetFinder/constituents' in module 'UniqueObjectFinder'
     59}}}
    5460
    5561I have also tried doing on line 451