how to change default detector

Asked by M.J. jin

launch in debug mode
************************************************************
* *
* W E L C O M E to *
* M A D G R A P H 5 _ a M C @ N L O *
* M A D E V E N T *
* *
* * * *
* * * * * *
* * * * * 5 * * * * *
* * * * * *
* * * *
* *
* VERSION 2.6.1 20xx-xx-xx *
* *
* The MadGraph5_aMC@NLO Development Team - Find us at *
* https://server06.fynu.ucl.ac.be/projects/madgraph *
* *
* Type 'help' for in-line help. *
* *
************************************************************
INFO: load configuration from /home/jin/mg5/testeemumu/Cards/me5_configuration.txt
INFO: load configuration from /home/jin/mg5/input/mg5_configuration.txt
INFO: load configuration from /home/jin/mg5/testeemumu/Cards/me5_configuration.txt
Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt
generate_events
The following switches determine which programs are run:
/=================== Description ===================|================== values ===================|=== other options ====\
| 1. Choose the shower/hadronization program | shower = Pythia6 | OFF |
| 2. Choose the detector simulation program | detector = PGS | Delphes|OFF |
| 3. Choose an analysis package (plot/convert) | analysis = OFF | MadAnalysis5 |
| 4. Decay onshell particles | madspin = OFF | ON|onshell |
| 5. Add weights to events for new hypp. | reweight = OFF | ON |
\========================================================================================================================/

The default detector simulation in second line is PGS when I input "./bin/generate_events". How do I change the default detector is Delphes, not PGS ?

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
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

If you type "2" you will go trough all the various options. stop typing that key, when you will see it as Delphes.
A more accurate method is to type
detector=Delphes

Cheers,

Olivier

> On 29 Nov 2018, at 04:27, M.J. jin <email address hidden> wrote:
>
> New question #676435 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/676435
>
> launch in debug mode
> ************************************************************
> * *
> * W E L C O M E to *
> * M A D G R A P H 5 _ a M C @ N L O *
> * M A D E V E N T *
> * *
> * * * *
> * * * * * *
> * * * * * 5 * * * * *
> * * * * * *
> * * * *
> * *
> * VERSION 2.6.1 20xx-xx-xx *
> * *
> * The MadGraph5_aMC@NLO Development Team - Find us at *
> * https://server06.fynu.ucl.ac.be/projects/madgraph *
> * *
> * Type 'help' for in-line help. *
> * *
> ************************************************************
> INFO: load configuration from /home/jin/mg5/testeemumu/Cards/me5_configuration.txt
> INFO: load configuration from /home/jin/mg5/input/mg5_configuration.txt
> INFO: load configuration from /home/jin/mg5/testeemumu/Cards/me5_configuration.txt
> Using default text editor "vi". Set another one in ./input/mg5_configuration.txt
> Using default eps viewer "evince". Set another one in ./input/mg5_configuration.txt
> Using default web browser "firefox". Set another one in ./input/mg5_configuration.txt
> generate_events
> The following switches determine which programs are run:
> /=================== Description ===================|================== values ===================|=== other options ====\
> | 1. Choose the shower/hadronization program | shower = Pythia6 | OFF |
> | 2. Choose the detector simulation program | detector = PGS | Delphes|OFF |
> | 3. Choose an analysis package (plot/convert) | analysis = OFF | MadAnalysis5 |
> | 4. Decay onshell particles | madspin = OFF | ON|onshell |
> | 5. Add weights to events for new hypp. | reweight = OFF | ON |
> \========================================================================================================================/
>
>
>
> The default detector simulation in second line is PGS when I input "./bin/generate_events". How do I change the default detector is Delphes, not PGS ?
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
M.J. jin (jinmj) said :
#2

Hi Olivier,

Thanks for your reply.

I mean is it possible to set the default detector is Delphes without typing anything. For example, when I input "./bin/generate_events", it displays the default detector is Delphes.

Best regards,

jin

Revision history for this message
Best Olivier Mattelaer (olivier-mattelaer) said :
#3

No that's not possible so far.

Maybe in a future version

The only solution is not install pythia-pgs (which is not supported anyway)
and have only pythia8 and Delphes.

Cheers,

Olivier

> On 29 Nov 2018, at 09:23, M.J. jin <email address hidden> wrote:
>
> Question #676435 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/676435
>
> Status: Answered => Open
>
> M.J. jin is still having a problem:
> Hi Olivier,
>
> Thanks for your reply.
>
> I mean is it possible to set the default detector is Delphes without
> typing anything. For example, when I input "./bin/generate_events", it
> displays the default detector is Delphes.
>
> Best regards,
>
> jin
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
M.J. jin (jinmj) said :
#4

Thanks Olivier Mattelaer, that solved my question.