HPS-MC
 
All Classes Namespaces Files Functions Variables Pages
Loading...
Searching...
No Matches
gen-simp-3body.py
Go to the documentation of this file.
1"""!
2@file gen-simp-3body.py
3
4Generation of SIMP events with a 3-body decay of the dark vector meson.
5"""
6from hpsmc.generators import MG5
7
8job.description = 'SIMP 3-body decay generation'
9
10
11mg = MG5(name='simp-3body',
12 run_card='run_card.dat',
13 param_card='param_card.dat',
14 event_types=['unweighted'])
15
16
17job.add([mg])
Run the MadGraph 5 event generator.