Go to the source code of this file.
Namespaces | |
wab_gen_to_slic_job | |
wab from generation to slic | |
Variables | |
description | |
inputs = list(job.input_files.values()) | |
Get job input file targets. More... | |
nevents = job.params['nevents'] | |
mg = MG4(name='wab', event_types=['unweighted']) | |
Generate wab in MG4. More... | |
cnv = StdHepConverter() | |
Convert LHE output to stdhep. More... | |
mom = AddMother() | |
Add mother particle to tag trident particles. More... | |
rot = BeamCoords() | |
Rotate events into beam coords. More... | |
slic = SLIC(nevents=nevents + 1) | |
Simulate signal events. More... | |