HPS-MC
slic_to_recon_job.py File Reference

Simulation of signals in detector (using SLIC) and readout. More...

Go to the source code of this file.

Namespaces

 slic_to_recon_job
 

Variables

 inputs = list(job.input_files.values())
 Get job input file targets. More...
 
 description
 
 event_int = job.params['event_interval']
 event_int needs to be set to 250 for beam files; should be = 1 for signal files More...
 
 nevents = job.params['nevents']
 
 base_name = job.params['base_name']
 
list slic_file_names = []
 Input beam events (StdHep format) More...
 
 filename
 
 file_extension
 
string slic_file = filename + '.slcio'
 
list slic_comps = []
 Simulate beam events. More...
 
string cat_out_name = base_name + '_slic_cat.slcio'
 concatenate beam events before merging More...
 
 slic_cat
 
string readout_out_name = base_name + '_readout.slcio'
 Run simulated events in readout to generate triggers. More...
 
 readout
 
string recon_out_name = base_name + '_recon.slcio'
 Run physics reconstruction. More...
 
 recon
 
list comps = slic_comps
 Add the components. More...
 

Detailed Description

Simulation of signals in detector (using SLIC) and readout.

The simulation is followed by reconstruction of the events.

Definition in file slic_to_recon_job.py.