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. | |
| cnv = StdHepConverter(inputs=mg.output_files(), outputs=['tritrig.stdhep']) |
Convert LHE output to stdhep.
Definition at line 18 of file tritrig_gen_to_beam_coords_job.py.
| description |
Definition at line 9 of file tritrig_gen_to_beam_coords_job.py.
| mg = MG5(name='tritrig') |
Generate tritrig in MG5.
Definition at line 12 of file tritrig_gen_to_beam_coords_job.py.
| mom = AddMotherFullTruth(inputs=[cnv.output_files()[0], unzip.output_files()[0]], outputs=['tritrig_mom.stdhep']) |
Add mother particle to tag trident particles.
Definition at line 21 of file tritrig_gen_to_beam_coords_job.py.
| rot = BeamCoords() |
Rotate events into beam coords.
Definition at line 24 of file tritrig_gen_to_beam_coords_job.py.
| unzip = Unzip(inputs=mg.output_files()) |
Unzip the LHE events to a local file.
Definition at line 15 of file tritrig_gen_to_beam_coords_job.py.