wab from generation to slic More...
Variables | |
| description | |
| inputs = list(job.input_files.values()) | |
| Get job input file targets. | |
| nevents = job.params['nevents'] | |
| mg = MG5(name='WAB', event_types=['unweighted']) | |
| Generate wab in MG5. | |
| cnv = StdHepConverter() | |
| Convert LHE output to stdhep. | |
| mom = AddMother() | |
| Add mother particle to tag trident particles. | |
| rot = BeamCoords() | |
| Rotate events into beam coords. | |
| slic = SLIC(nevents=nevents + 1) | |
| Simulate signal events. | |
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 = MG5(name='WAB', event_types=['unweighted']) |
Generate wab in MG5.
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.