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