2@file tritrig_slic_full_chain_job.py
4Tritrig signal generation using SLIC to recon using hps-sim with no beam background.
7from hpsmc.tools import SLIC, JobManager, FilterBunches, BeamCoords, AddMother, HPSTR
9job.description =
'tritrig signal generation to recon using hps-sim with no beam backgrounds'
12mg =
MG5(name=
'tritrig')
42job.ptag(
'gen',
'tritrig_unweighted_events_mom_rot.stdhep')
43job.ptag(
'sim',
'tritrig_unweighted_events_mom_rot.slcio')
44job.ptag(
'readout',
'tritrig_unweighted_events_mom_rot_filt_readout.slcio')
45job.ptag(
'recon',
'tritrig_unweighted_events_mom_rot_filt_readout_recon.slcio')
46job.ptag(
'ana',
'tritrig_unweighted_events_mom_rot_filt_readout_recon_ana.root')
49job.add([mg, stdhep_cnv, mom, rot, sim, filter_bunches, readout, recon, root_cnv, ana])
Run the MadGraph 5 event generator.
Target processing and conversion of LHE files to StdHep using EGS5.