Multi Event with ebeams equal to 7 TeV

Asked by Sebastian Urrutia-Quiroga

Hello,
I'm trying to use multi_run to generate several events, but I need to change the energy of each beam. Currently, I'm using the following card:

set group_subprocesses Auto
set ignore_six_quark_processes False
set gauge unitary
set complex_mass_scheme False
import model sm
define p = g u c d s b u~ c~ d~ s~ b~
define j = g u c d s b u~ c~ d~ s~ b~
define l+ = e+ mu+
define l- = e- mu-
define vl = ve vm vt
define vl~ = ve~ vm~ vt~
generate p p > j j z, (z > vl vl~)
output CrossSection_BKG_1
launch CrossSection_BKG_1 -i
multi_run 2
pythia=ON
pgs=ON
delphes=ON
set WH 0.0041
set ebeam1 7000
set ebeam2 7000
set nevents 10
print_results --path=./CrossSection_BKG_1/cross_section_bkg_1.txt --format=short

(the number of events and runs is just an example)

Nevertheless, in the crossx.html file I see that run_01 is associated with "p p 6500.0 x 6500.0 GeV", but run_01_0 and the other runs I see "p p 7000.0 x 7000.0 GeV"... what I am doing wrong?

Best regards,
Sebastian

Question information

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

Hi,

This is a glitch of the html output, all the events file are generated at 14TeV.
I ‘ll look why the wrong energy is reported for run_01

Cheers,

Olivier

> On Mar 29, 2016, at 20:57, sgurruti <email address hidden> wrote:
>
> New question #289500 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/289500
>
> Hello,
> I'm trying to use multi_run to generate several events, but I need to change the energy of each beam. Currently, I'm using the following card:
>
> set group_subprocesses Auto
> set ignore_six_quark_processes False
> set gauge unitary
> set complex_mass_scheme False
> import model sm
> define p = g u c d s b u~ c~ d~ s~ b~
> define j = g u c d s b u~ c~ d~ s~ b~
> define l+ = e+ mu+
> define l- = e- mu-
> define vl = ve vm vt
> define vl~ = ve~ vm~ vt~
> generate p p > j j z, (z > vl vl~)
> output CrossSection_BKG_1
> launch CrossSection_BKG_1 -i
> multi_run 2
> pythia=ON
> pgs=ON
> delphes=ON
> set WH 0.0041
> set ebeam1 7000
> set ebeam2 7000
> set nevents 10
> print_results --path=./CrossSection_BKG_1/cross_section_bkg_1.txt --format=short
>
> (the number of events and runs is just an example)
>
> Nevertheless, in the crossx.html file I see that run_01 is associated with "p p 6500.0 x 6500.0 GeV", but run_01_0 and the other runs I see "p p 7000.0 x 7000.0 GeV"... what I am doing wrong?
>
> Best regards,
> Sebastian
>
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

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

Hi,

the html will be correct on the next version of the code.
Thanks for the notification.

Cheers,
Olivier

> On Mar 29, 2016, at 22:32, Olivier Mattelaer <email address hidden> wrote:
>
> Question #289500 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/289500
>
> Status: Open => Answered
>
> Olivier Mattelaer proposed the following answer:
> Hi,
>
> This is a glitch of the html output, all the events file are generated at 14TeV.
> I ‘ll look why the wrong energy is reported for run_01
>
> Cheers,
>
> Olivier
>
>> On Mar 29, 2016, at 20:57, sgurruti <email address hidden> wrote:
>>
>> New question #289500 on MadGraph5_aMC@NLO:
>> https://answers.launchpad.net/mg5amcnlo/+question/289500
>>
>> Hello,
>> I'm trying to use multi_run to generate several events, but I need to change the energy of each beam. Currently, I'm using the following card:
>>
>> set group_subprocesses Auto
>> set ignore_six_quark_processes False
>> set gauge unitary
>> set complex_mass_scheme False
>> import model sm
>> define p = g u c d s b u~ c~ d~ s~ b~
>> define j = g u c d s b u~ c~ d~ s~ b~
>> define l+ = e+ mu+
>> define l- = e- mu-
>> define vl = ve vm vt
>> define vl~ = ve~ vm~ vt~
>> generate p p > j j z, (z > vl vl~)
>> output CrossSection_BKG_1
>> launch CrossSection_BKG_1 -i
>> multi_run 2
>> pythia=ON
>> pgs=ON
>> delphes=ON
>> set WH 0.0041
>> set ebeam1 7000
>> set ebeam2 7000
>> set nevents 10
>> print_results --path=./CrossSection_BKG_1/cross_section_bkg_1.txt --format=short
>>
>> (the number of events and runs is just an example)
>>
>> Nevertheless, in the crossx.html file I see that run_01 is associated with "p p 6500.0 x 6500.0 GeV", but run_01_0 and the other runs I see "p p 7000.0 x 7000.0 GeV"... what I am doing wrong?
>>
>> Best regards,
>> Sebastian
>>
>>
>> --
>> You received this question notification because you are an answer
>> contact for MadGraph5_aMC@NLO.
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Sebastian Urrutia-Quiroga (sgurruti) said :
#3

thanks to you!