Unexpected behaviour of iseed in scripted runs

Asked by Baptiste Ravina

Using vanilla MG v2.8.2, I ran the following two scripts:

generate p p > t t~ QED=0 QCD=2
output test_nodecay
launch test_nodecay
    set nevents 1000
    set iseed 12345
launch test_nodecay
    set nevents 1000
    set iseed 12345
launch test_nodecay
    set nevents 1000
    set iseed 12345
launch test_nodecay -i
    print_results --path=./xsec_nodecay.txt --format=short

generate p p > t t~ QED=0 QCD=2, t > w+ b, t~ > w- b~
output test_decay
launch test_decay
    set nevents 1000
    set iseed 12345
launch test_decay
    set nevents 1000
    set iseed 12345
launch test_decay
    set nevents 1000
    set iseed 12345
launch test_decay -i
    print_results --path=./xsec_decay.txt --format=short

The first script, which doesn't decay the tops, produces the following cross sections:
run_01 tag_1 503.307 1.75095850431 1000
run_02 tag_1 503.307 1.75095850431 1000
run_03 tag_1 503.307 1.75095850431 1000

as expected, given the random seed is the same in each run.

On the other hand, adding the decay chain as in the second script:
run_01 tag_1 484.54 1.6126228715 1000
run_02 tag_1 482.07 1.51073567367 1000
run_03 tag_1 482.07 1.51073567367 1000

So it seems that something is at play here, with the decay syntax, that somehow ignores the choice of iseed in the first run?

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

I'm closing this question, since this will be track as a bug.

Can you help with this problem?

Provide an answer of your own, or ask Baptiste Ravina for more information if necessary.

To post a message you must log in.