process_card with run_card

Asked by 王世钰

Dear madgraph expert, I try to run my own process card with madgraph. But I have a problem:
In the process card, I specified some cards that I wrote run_ Card、param_ Card and delphes_ Card, but I couldn't find the right command for madgraph to use these cards.
I hope you can answer my confusion

Question information

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

Sorry, I do not understan your question/issue.
Could you be more specific?

The following should work
write the fllowing command in a file (whatever name let's say "cmd"):
generate p p > t t~
output
launch
./path_to_file1.dat
/home/..../path_to_file2.dat
~/path_to_file3.dat

The name of the file is NOT used by the algorithm,
when you specify a path, the code will analyse the content of the file and copy it in the
Cards directory according to the detected type of file.

Cheers,

Olivier

> On 14 Jun 2022, at 10:20, 王世钰 <email address hidden> wrote:
>
> New question #702170 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/702170
>
> Dear madgraph expert, I try to run my own process card with madgraph. But I have a problem:
> In the process card, I specified some cards that I wrote run_ Card、param_ Card and delphes_ Card, but I couldn't find the right command for madgraph to use these cards.
> I hope you can answer my confusion
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
王世钰 (wsy-123) said :
#2

I'm very sorry. My question is not very clear, but your answer has solved my doubts. Thank you very much
Cheers!