Several events in MG5

Asked by Sebastian Urrutia-Quiroga

Hi,
I'm trying to generate 500k events with multi-run, but I'm not able to do it properly. This is the proc card I'm trying to run:

%%%% LNV_signal.dat %%%%%%%%%%%%%%%%%%
import model LNV

generate p p > e- e- j j
add process p p > e- e- j j j

output LNV_test
launch LNV_test

shower=pythia8
deterctor=delphes

set MFzero 1000
set MSplus 1000
set Cv1 0.176
set Cv2 0.176

set ebeam1 7000
set ebeam2 7000
set nevents 50000

launch LNV_test --name=run_01 --multi_run=10 -f
print_results --path=./LNV_test/cs.txt --format=short
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

with the following excecution: ./bin/mg5_aMC LNV_signal.dat

Could you gently address me about how to do it?

Thank you in advance,
Sebastian

Question information

Language:
English Edit question
Status:
Expired
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

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

Sorry for the late reply to this question.

Actually what is the problem that you face?

Obviously this is a typo:
deterctor=delphes
should be
detector=delphes

Otherwise, I'm not aware of any options"--multi_run=10". Does it works?
If not you have to do a
 launch -i #enter advanced mode for the event generation
multi_run 10

Cheers,

Olivier