HPS-MC
wab_gen_to_slic_job Namespace Reference

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...
 

Detailed Description

wab from generation to slic

Variable Documentation

◆ cnv

cnv = StdHepConverter()

Convert LHE output to stdhep.

Definition at line 21 of file wab_gen_to_slic_job.py.

◆ description

description

Definition at line 7 of file wab_gen_to_slic_job.py.

◆ inputs

inputs = list(job.input_files.values())

Get job input file targets.

Definition at line 10 of file wab_gen_to_slic_job.py.

◆ mg

mg = MG4(name='wab', event_types=['unweighted'])

Generate wab in MG4.

Definition at line 18 of file wab_gen_to_slic_job.py.

◆ mom

mom = AddMother()

Add mother particle to tag trident particles.

Definition at line 24 of file wab_gen_to_slic_job.py.

◆ nevents

int nevents = job.params['nevents']

Definition at line 13 of file wab_gen_to_slic_job.py.

◆ rot

rot = BeamCoords()

Rotate events into beam coords.

Definition at line 27 of file wab_gen_to_slic_job.py.

◆ slic

slic = SLIC(nevents=nevents + 1)

Simulate signal events.

Definition at line 30 of file wab_gen_to_slic_job.py.