HPS-MC
 
Loading...
Searching...
No Matches
phi_lhe_to_slic_job.py
Go to the documentation of this file.
1"""!
2@file phi_lhe_to_slic.py
3
4Simulation of phi meson to charged kaon decays, detector signals.
5"""
6from hpsmc.generators import MG5
7from hpsmc.tools import SLIC, JobManager, FilterBunches, BeamCoords, Unzip, Phi_LHE_to_STDHEP
8
9job.description = 'Phi lhe to slic'
10
11
12cnv = Phi_LHE_to_STDHEP(inputs=['phi.lhe'], outputs=['phi.stdhep'])
13
14
16
17
18slic = SLIC()
19
20
21job.add([cnv, rot, slic])
Transform StdHep events into beam coordinates.
Definition tools.py:721
Convert LHE files to StdHep.
Definition tools.py:866
Run the SLIC Geant4 simulation.
Definition tools.py:16
Tools that can be used in HPSMC jobs.
Definition tools.py:1