HPS-MC
beam_coords_job.py
Go to the documentation of this file.
1
"""!
2
@file beam_coords_job.py
3
4
Transform events in the input stdhep file to beam coordinates.
5
"""
6
from
hpsmc.tools
import
BeamCoords
7
8
job.description =
'Beam rotation and transform'
9
10
11
rot =
BeamCoords
()
12
13
14
job.add([rot])
hpsmc.tools.BeamCoords
Transform StdHep events into beam coordinates.
Definition:
tools.py:516
hpsmc.tools
Tools that can be used in HPSMC jobs.
Definition:
tools.py:1
python
jobs
beam_coords_job.py
Generated by
1.9.1