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