HPS-MC
Loading...
Searching...
No Matches
BH_gen_job.py
Go to the documentation of this file.
1
"""!
2
@file BH_gen_job.py
3
4
Simulate Bethe-Heitler events.
5
"""
6
from
hpsmc.generators
import
MG5
7
8
job.description =
'Generate Bethe-Heitler events using MadGraph5'
9
10
11
mg =
MG5
(name=
'BH'
)
12
13
14
job.add([mg])
hpsmc.generators.MG5
Run the MadGraph 5 event generator.
Definition
generators.py:404
hpsmc.generators
Definition
generators.py:1
python
jobs
BH_gen_job.py
Generated by
1.9.8