HPS-MC
idm_job.py File Reference

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

Go to the source code of this file.

Namespaces

 idm_job
 

Variables

 description
 
 mg
 Generate tritrig in MG5. More...
 
 unzip = Unzip(inputs=['idm_unweighted_events.lhe.gz'], outputs=['idm.lhe'])
 Unzip LHE file. More...
 
 cnv = DisplaceUni(inputs=['idm.lhe'], outputs=['idm.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 iDM, detector signals, and readout, followed by reconstruction.

Definition in file idm_job.py.