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. | |
| str base_name = job.params['base_name'] |
Definition at line 27 of file slic_to_recon_job.py.
| str cat_out_name = base_name + '_slic_cat.slcio' |
concatenate beam events before merging
Definition at line 48 of file slic_to_recon_job.py.
| list comps = slic_comps |
Add the components.
Definition at line 66 of file slic_to_recon_job.py.
| description |
Definition at line 13 of file slic_to_recon_job.py.
| int event_int = job.params['event_interval'] |
event_int needs to be set to 250 for beam files; should be = 1 for signal files
Definition at line 17 of file slic_to_recon_job.py.
| file_extension |
Definition at line 34 of file slic_to_recon_job.py.
| filename |
Definition at line 34 of file slic_to_recon_job.py.
| inputs = list(job.input_files.values()) |
Get job input file targets.
Definition at line 11 of file slic_to_recon_job.py.
| int nevents = job.params['nevents'] |
Definition at line 22 of file slic_to_recon_job.py.
| readout |
Definition at line 55 of file slic_to_recon_job.py.
| str readout_out_name = base_name + '_readout.slcio' |
Run simulated events in readout to generate triggers.
Definition at line 54 of file slic_to_recon_job.py.
| recon |
Definition at line 61 of file slic_to_recon_job.py.
| str recon_out_name = base_name + '_recon.slcio' |
Run physics reconstruction.
Definition at line 60 of file slic_to_recon_job.py.
| slic_cat |
Definition at line 49 of file slic_to_recon_job.py.
| list slic_comps = [] |
Simulate beam events.
Definition at line 39 of file slic_to_recon_job.py.
| str slic_file = filename + '.slcio' |
Definition at line 35 of file slic_to_recon_job.py.
| list slic_file_names = [] |
Input beam events (StdHep format)
Definition at line 32 of file slic_to_recon_job.py.