Variables | |
| description | |
| mg = MG4(name="wab") | |
| generate tritrig in MG4 | |
| cnv = StdHepConverter(inputs=mg.output_files(), outputs=['wab_events.stdhep']) | |
| Convert wab events to stdhep. | |
| rot = BeamCoords() | |
| Rotate WAB events into beam coordinates. | |
| cnv = StdHepConverter(inputs=mg.output_files(), outputs=['wab_events.stdhep']) |
Convert wab events to stdhep.
Definition at line 18 of file wab_gen_mg4_job.py.
| description |
Definition at line 12 of file wab_gen_mg4_job.py.
| mg = MG4(name="wab") |
generate tritrig in MG4
Definition at line 15 of file wab_gen_mg4_job.py.
| rot = BeamCoords() |
Rotate WAB events into beam coordinates.
Definition at line 21 of file wab_gen_mg4_job.py.