Fork me on GitHub

Opened 10 years ago

Closed 10 years ago

#250 closed Bug (fixed)

ERROR: parameter 'FastJetFinder::AdjacencyCut' is not an integer.

Reported by: olivier Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

question asked at https://answers.launchpad.net/madgraph5/+question/243254

Cheers,

Olivier

PS The question:

Hi,

I have a problem when running Delphes. I have used the 'install Delphes' command and when I execute Delphes using './Delphes/DelphesSTDHEP TEST1/Cards/delphes_card_ATLAS.tcl DELPHES_OUTPUT2.root TEST1/Events/run_01/
tag_1_pythia_events.hep' (after having unzipped the pythia file).

I get the following error:

ERROR: parameter 'FastJetFinder::AdjacencyCut' is not an integer.
FastJetFinder::AdjacencyCut = 2.0

I'm not sure how to fix this problem, please could you let me know what I need to do.

Many thanks

Change History (1)

comment:1 by Pavel Demin, 10 years ago

Resolution: fixed
Status: newclosed

The AdjacencyCut parameter should be integer.

In the Delphes configuration file it should look like

set AdjacencyCut 2
Note: See TracTickets for help on using tickets.