2Tritrig signal generation to recon using hps-sim with no beam backgrounds.
5from hpsmc.tools import Sim, JobManager, FilterBunches, BeamCoords, AddMother, HPSTR
7job.description =
'tritrig signal generation to recon using hps-sim with no beam backgrounds'
10mg =
MG5(name=
'tritrig')
40job.ptag(
'gen',
'tritrig_unweighted_events_mom_rot.stdhep')
41job.ptag(
'sim',
'tritrig_unweighted_events_mom_rot.slcio')
42job.ptag(
'readout',
'tritrig_unweighted_events_mom_rot_filt_readout.slcio')
43job.ptag(
'recon',
'tritrig_unweighted_events_mom_rot_filt_readout_recon.slcio')
44job.ptag(
'ana',
'tritrig_unweighted_events_mom_rot_filt_readout_recon_ana.root')
47job.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.