Simulate tritrig events, add mother particle information and rotate events into beam coordinates. More...
Go to the source code of this file.
Namespaces | |
| namespace | tritrig_gen_to_beam_coords_job |
Variables | |
| description | |
| mg = MG5(name='tritrig') | |
| Generate tritrig in MG5. | |
| unzip = Unzip(inputs=mg.output_files()) | |
| Unzip the LHE events to a local file. | |
| cnv = StdHepConverter(inputs=mg.output_files(), outputs=['tritrig.stdhep']) | |
| Convert LHE output to stdhep. | |
| mom = AddMotherFullTruth(inputs=[cnv.output_files()[0], unzip.output_files()[0]], outputs=['tritrig_mom.stdhep']) | |
| Add mother particle to tag trident particles. | |
| rot = BeamCoords() | |
| Rotate events into beam coords. | |
Simulate tritrig events, add mother particle information and rotate events into beam coordinates.
Definition in file tritrig_gen_to_beam_coords_job.py.