4 Simulation of SIMPs, detector signals, and readout, followed by reconstruction.
7 from hpsmc.tools import SLIC, JobManager, FilterBunches, BeamCoords, Unzip, DisplaceUni
9 job.description =
'SIMP generation to recon'
13 run_card=
'run_card.dat',
14 param_card=
'param_card.dat',
15 event_types=[
'unweighted'])
18 unzip =
Unzip(inputs=[
'simp_unweighted_events.lhe.gz'], outputs=[
'simp.lhe'])
21 cnv =
DisplaceUni(inputs=[
'simp.lhe'], outputs=[
'simp.stdhep'])
39 job.add([mg, unzip, cnv, rot, slic, filter_bunches, readout, recon])
Run the MadGraph 5 event generator.