Simulation of signals in detector (using SLIC) and readout. More...
Go to the source code of this file.
Namespaces | |
| namespace | slic_to_recon_job |
Variables | |
| inputs = list(job.input_files.values()) | |
| Get job input file targets. | |
| description | |
| event_int = job.params['event_interval'] | |
| event_int needs to be set to 250 for beam files; should be = 1 for signal files | |
| nevents = job.params['nevents'] | |
| base_name = job.params['base_name'] | |
| list | slic_file_names = [] |
| Input beam events (StdHep format) | |
| filename | |
| file_extension | |
| str | slic_file = filename + '.slcio' |
| list | slic_comps = [] |
| Simulate beam events. | |
| str | cat_out_name = base_name + '_slic_cat.slcio' |
| concatenate beam events before merging | |
| slic_cat | |
| str | readout_out_name = base_name + '_readout.slcio' |
| Run simulated events in readout to generate triggers. | |
| readout | |
| str | recon_out_name = base_name + '_recon.slcio' |
| Run physics reconstruction. | |
| recon | |
| list | comps = slic_comps |
| Add the components. | |
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.