HPS-MC
simp_job.py File Reference

Simulation of SIMPs, detector signals, and readout, followed by reconstruction. More...

Go to the source code of this file.

Namespaces

 simp_job
 

Variables

 description
 
 mg
 Generate tritrig in MG5. More...
 
 unzip = Unzip(inputs=['simp_unweighted_events.lhe.gz'], outputs=['simp.lhe'])
 Unzip LHE file. More...
 
 cnv = DisplaceUni(inputs=['simp.lhe'], outputs=['simp.stdhep'])
 Convert LHE output to stdhep (no displacement here because no ctau given) More...
 
 rot = BeamCoords()
 Rotate into beam coords. More...
 
 slic = SLIC()
 Run events in slic. More...
 
 filter_bunches = FilterBunches()
 Insert empty bunches expected by pile-up simulation. More...
 
 readout = JobManager(steering='readout')
 Run simulated events in readout to generate triggers. More...
 
 recon = JobManager(steering='recon')
 Run physics reconstruction. More...
 

Detailed Description

Simulation of SIMPs, detector signals, and readout, followed by reconstruction.

Definition in file simp_job.py.