How to discern which beam (side) PDF is evaluated.

Asked by Karel Cerny

Dear experts,

I would like to ask you a favour.

For the purposes of my study I need to plug a new (proton) PDF to MadGraph. The thing is that I deal with
another two variables the PDFs depend on. I introduced a number of hacks I used to make in various MC
codes to read my PDF. The last step I am stuck with is to actually decide which beam is being evaluated.

What I hope I have done correctly is loading the parton arrays filled in fdist subroutine in pdf.f

Now I would need to know on which side I am actually on. I tried to look for variables in the available common blocks
but I failed to understand and unwind the code to this point.

I do not know whether I am not reinventing a wheel and the above described things are easily available in MG and that
my plea is not too vaguely described. I will be very grateful for any piece of advice.

With kind regards, Karel

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

Hi,

You have the function:
double precision function pdg2pdf(ih,ipdg,beamid,x,xmu)
where you have the information of the beamid.
Now due to symmetry and optimisation this information might not be the real one.

So I would advise to run with the following flag
"set group_subprocesses False"

Cheers,

Olivier

Can you help with this problem?

Provide an answer of your own, or ask Karel Cerny for more information if necessary.

To post a message you must log in.