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