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. | |
| sample | |
| Sample wabs using poisson distribution, calculating mu from provided cross section. | |
| cnv = StdHepConverter(inputs=mg.output_files(), outputs=['wab_events.stdhep']) |
Convert wab events to stdhep.
Definition at line 23 of file wab_gen_sample_job.py.
| description |
Definition at line 14 of file wab_gen_sample_job.py.
| mg = MG4(name="wab") |
generate tritrig in MG4
generate tritrig in MG5
Definition at line 17 of file wab_gen_sample_job.py.
| rot = BeamCoords() |
Rotate WAB events into beam coordinates.
Definition at line 26 of file wab_gen_sample_job.py.
| sample |
Sample wabs using poisson distribution, calculating mu from provided cross section.
Definition at line 29 of file wab_gen_sample_job.py.