MadWeight: VEGAS question. What is 'wgt'?

Asked by Max Christian

Hi, I've been looking into the MadWeight implementation recently.

In vegas.f, at the function call: f=f*fxn(x,wgt)
What exactly is 'wgt'?
Any explanation would be greatly appreciated :)

Thanks!

Max

Question information

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

That’s the jacobian associated to the VEGAS grid.

Cheers,

Olivier
On Mar 12, 2014, at 10:41 PM, Max Christian <email address hidden> wrote:

> New question #245411 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/245411
>
> Hi, I've been looking into the MadWeight implementation recently.
>
> In vegas.f, at the function call: f=f*fxn(x,wgt)
> What exactly is 'wgt'?
> Any explanation would be greatly appreciated :)
>
> Thanks!
>
> Max
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Max Christian (mchristian) said :
#2

Thanks Olivier Mattelaer, that solved my question.