wab from generation to slic More...
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... | |
wab from generation to slic
cnv = StdHepConverter() |
Convert LHE output to stdhep.
Definition at line 21 of file wab_gen_to_slic_job.py.
description |
Definition at line 7 of file wab_gen_to_slic_job.py.
inputs = list(job.input_files.values()) |
Get job input file targets.
Definition at line 10 of file wab_gen_to_slic_job.py.
mg = MG4(name='wab', event_types=['unweighted']) |
Generate wab in MG4.
Definition at line 18 of file wab_gen_to_slic_job.py.
mom = AddMother() |
Add mother particle to tag trident particles.
Definition at line 24 of file wab_gen_to_slic_job.py.
int nevents = job.params['nevents'] |
Definition at line 13 of file wab_gen_to_slic_job.py.
rot = BeamCoords() |
Rotate events into beam coords.
Definition at line 27 of file wab_gen_to_slic_job.py.
Simulate signal events.
Definition at line 30 of file wab_gen_to_slic_job.py.