how to set delphes directory

Asked by lyb

Hi,

I am using the MG version 2.6.5.
I am writing a long script for different processes that I need to study.
I want also to edit delphes card to be other changed delphes_card, which is in the derictory /home/newdelphes/delphes_card.dat.
I didn't figure out how to set detector= delphes in the script.
Should I set
shower=pythia8
detector=/home/newdelphes/delphes_card.dat

How could I do that?

Cheers,
Yaobei

Question information

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

Hi,

You have to set detector= delphes
and then on the next question,
you can specify your path to the delphes card
(you can put directly the path)

Cheers,

Olivier

> On 1 Mar 2019, at 12:08, lyb <email address hidden> wrote:
>
> New question #678872 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/678872
>
> Hi,
>
> I am using the MG version 2.6.5.
> I am writing a long script for different processes that I need to study.
> I want also to edit delphes card to be other changed delphes_card, which is in the derictory /home/newdelphes/delphes_card.dat.
> I didn't figure out how to set detector= delphes in the script.
> Should I set
> shower=pythia8
> detector=/home/newdelphes/delphes_card.dat
>
> How could I do that?
>
> Cheers,
> Yaobei
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
lyb (liuyaobei) said :
#2

Thanks Olivier Mattelaer, that solved my question.