Variables | |
description | |
nevents = job.params['nevents'] | |
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 | |
Convert LHE output to stdhep. More... | |
mom | |
Add mother particle to tag trident particles. More... | |
rot | |
Rotate events into beam coords. More... | |
slic | |
Add ptag for gen file. More... | |
cnv |
Convert LHE output to stdhep.
Definition at line 23 of file tritrig_gen_to_slic_job.py.
description |
Definition at line 9 of file tritrig_gen_to_slic_job.py.
mg = MG5(name='tritrig') |
Generate tritrig in MG5.
Definition at line 17 of file tritrig_gen_to_slic_job.py.
mom |
Add mother particle to tag trident particles.
Definition at line 27 of file tritrig_gen_to_slic_job.py.
int nevents = job.params['nevents'] |
Definition at line 12 of file tritrig_gen_to_slic_job.py.
rot |
Rotate events into beam coords.
Definition at line 31 of file tritrig_gen_to_slic_job.py.
slic |
Add ptag for gen file.
SLIC
Definition at line 38 of file tritrig_gen_to_slic_job.py.
unzip = Unzip(inputs=mg.output_files()) |
Unzip the LHE events to a local file.
Definition at line 20 of file tritrig_gen_to_slic_job.py.