HPS-MC
 
Loading...
Searching...
No Matches
phi_lhe_to_recon_job Namespace Reference

Variables

 description
 
 cnv = Phi_LHE_to_STDHEP(inputs=['phi.lhe'], outputs=['phi.stdhep'])
 Convert LHE output to stdhep.
 
 rot = BeamCoords()
 Rotate into beam coords.
 
 slic = SLIC()
 Run events in slic.
 
 filter_bunches = FilterBunches()
 Insert empty bunches expected by pile-up simulation.
 
 readout = JobManager(steering='readout')
 Run simulated events in readout to generate triggers.
 
 recon = JobManager(steering='recon')
 Run physics reconstruction.
 

Variable Documentation

◆ cnv

cnv = Phi_LHE_to_STDHEP(inputs=['phi.lhe'], outputs=['phi.stdhep'])

Convert LHE output to stdhep.

Definition at line 12 of file phi_lhe_to_recon_job.py.

◆ description

description

Definition at line 9 of file phi_lhe_to_recon_job.py.

◆ filter_bunches

filter_bunches = FilterBunches()

Insert empty bunches expected by pile-up simulation.

Definition at line 21 of file phi_lhe_to_recon_job.py.

◆ readout

readout = JobManager(steering='readout')

Run simulated events in readout to generate triggers.

Definition at line 24 of file phi_lhe_to_recon_job.py.

◆ recon

recon = JobManager(steering='recon')

Run physics reconstruction.

Definition at line 27 of file phi_lhe_to_recon_job.py.

◆ rot

rot = BeamCoords()

Rotate into beam coords.

Definition at line 15 of file phi_lhe_to_recon_job.py.

◆ slic

slic = SLIC()

Run events in slic.

Definition at line 18 of file phi_lhe_to_recon_job.py.