2@file phi_lhe_to_recon.py
4Simulation of phi meson to charged kaon decays, detector signals, and readout, followed by reconstruction.
7from hpsmc.tools import SLIC, JobManager, FilterBunches, BeamCoords, Unzip, DisplaceUni
9job.description =
'Phi lhe to recon'
12cnv = Phi_LHE_to_STDHEP(inputs=[
'phi.lhe'], outputs=[
'phi.stdhep'])
30job.add([cnv, rot, slic, filter_bunches, readout, recon])