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