Variables | |
| inputs = list(job.input_files.values()) | |
| Get job input file targets. | |
| description | |
| nevents = job.params['nevents'] | |
| str | tritrig_file_name = 'tritrig_events.stdhep' |
| Input tritrig events (stdhep format) | |
| list | beam_file_names = [] |
| Input beam events (StdHep format) | |
| list | beam_slic_file_names = [] |
| filename | |
| file_extension | |
| str | beam_slic_file = filename + '.slcio' |
| str | tritrig_name = 'tritrig' |
| Base name of intermediate tritrig files. | |
| str | beam_name = 'beam' |
| Base name of intermediate beam files. | |
| str | tritrig_beam_name = 'tritrig_beam' |
| Base name of merged files. | |
| slic | |
| Simulate signal events. | |
| filter_bunches | |
| Space signal events before merging. | |
| count_filter = LCIOCount(inputs=filter_bunches.output_files()) | |
| Count filtered events. | |
| list | slic_beams = [] |
| Simulate beam events. | |
| slic_beam_cat | |
| concatonate beam events before merging | |
| merge | |
| Merge signal and beam events. | |
| count_merge = LCIOCount(inputs=merge.output_files()) | |
| Print number of merged events. | |
| readout | |
| Run simulated events in readout to generate triggers. | |
| count_readout = LCIOCount(inputs=readout.output_files()) | |
| Print number of readout events. | |
| recon | |
| Run physics reconstruction. | |
| count_recon = LCIOCount(inputs=recon.output_files()) | |
| Print number of recon events. | |
| list | comps = [slic, filter_bunches, count_filter] |
| list beam_file_names = [] |
Input beam events (StdHep format)
Definition at line 23 of file tritrig_beam_slic_to_reco_job.py.
| str beam_name = 'beam' |
Base name of intermediate beam files.
Definition at line 36 of file tritrig_beam_slic_to_reco_job.py.
| str beam_slic_file = filename + '.slcio' |
Definition at line 29 of file tritrig_beam_slic_to_reco_job.py.
| list beam_slic_file_names = [] |
Definition at line 24 of file tritrig_beam_slic_to_reco_job.py.
| list comps = [slic, filter_bunches, count_filter] |
Definition at line 92 of file tritrig_beam_slic_to_reco_job.py.
Count filtered events.
Definition at line 51 of file tritrig_beam_slic_to_reco_job.py.
Print number of merged events.
Definition at line 74 of file tritrig_beam_slic_to_reco_job.py.
Print number of readout events.
Definition at line 82 of file tritrig_beam_slic_to_reco_job.py.
Print number of recon events.
Definition at line 90 of file tritrig_beam_slic_to_reco_job.py.
| description |
Definition at line 12 of file tritrig_beam_slic_to_reco_job.py.
| file_extension |
Definition at line 28 of file tritrig_beam_slic_to_reco_job.py.
| filename |
Definition at line 28 of file tritrig_beam_slic_to_reco_job.py.
| filter_bunches |
Space signal events before merging.
Definition at line 46 of file tritrig_beam_slic_to_reco_job.py.
| inputs = list(job.input_files.values()) |
Get job input file targets.
Definition at line 10 of file tritrig_beam_slic_to_reco_job.py.
| merge |
Merge signal and beam events.
Definition at line 68 of file tritrig_beam_slic_to_reco_job.py.
| int nevents = job.params['nevents'] |
Definition at line 15 of file tritrig_beam_slic_to_reco_job.py.
| readout |
Run simulated events in readout to generate triggers.
Definition at line 77 of file tritrig_beam_slic_to_reco_job.py.
| recon |
Run physics reconstruction.
Definition at line 85 of file tritrig_beam_slic_to_reco_job.py.
| slic |
Simulate signal events.
Definition at line 42 of file tritrig_beam_slic_to_reco_job.py.
| slic_beam_cat |
concatonate beam events before merging
Definition at line 63 of file tritrig_beam_slic_to_reco_job.py.
| list slic_beams = [] |
Simulate beam events.
Definition at line 54 of file tritrig_beam_slic_to_reco_job.py.
| str tritrig_beam_name = 'tritrig_beam' |
Base name of merged files.
Definition at line 39 of file tritrig_beam_slic_to_reco_job.py.
| str tritrig_file_name = 'tritrig_events.stdhep' |
Input tritrig events (stdhep format)
Definition at line 20 of file tritrig_beam_slic_to_reco_job.py.
| str tritrig_name = 'tritrig' |
Base name of intermediate tritrig files.
Definition at line 33 of file tritrig_beam_slic_to_reco_job.py.