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])
Transform StdHep events into beam coordinates.
Definition: tools.py:516
Tools that can be used in HPSMC jobs.
Definition: tools.py:1