Simulation of radiative events. More...
Go to the source code of this file.
Namespaces | |
| namespace | rad_gen_job |
Variables | |
| description | |
| inputs = list(job.input_files.values()) | |
| Get job input file targets. | |
| nevents = job.params['nevents'] | |
| mg = MG5(name='RAD', event_types=['unweighted']) | |
| Generate rad in MG5. | |
| cnv = StdHepConverter(name="lhe_rad", inputs=mg.output_files()) | |
| Convert LHE output to stdhep. | |
| unzip = Unzip(inputs=mg.output_files(), outputs=["rad.lhe"]) | |
| Unzip the LHE events to a local file. | |
| mom = AddMotherFullTruth(inputs=[cnv.output_files()[0], unzip.output_files()[0]], outputs=["rad_mom.stdhep"]) | |
| Add mother particle to tag trident particles. | |
| rot = BeamCoords(inputs=mom.output_files(), outputs=["rad_rot.stdhep"]) | |
| Rotate events into beam coords. | |
Simulation of radiative events.
Definition in file rad_gen_job.py.