Variables | |
inputs = list(job.input_files.values()) | |
Get job input file targets. More... | |
description | |
nevents = job.params['nevents'] | |
string | tritrig_file_name = 'tritrig_events.stdhep' |
Input tritrig events (stdhep format) More... | |
list | beam_file_names = [] |
Input beam events (StdHep format) More... | |
list | beam_slic_file_names = [] |
filename | |
file_extension | |
string | beam_slic_file = filename + '.slcio' |
string | tritrig_name = 'tritrig' |
Base name of intermediate tritrig files. More... | |
string | beam_name = 'beam' |
Base name of intermediate beam files. More... | |
string | tritrig_beam_name = 'tritrig_beam' |
Base name of merged files. More... | |
slic | |
Simulate signal events. More... | |
filter_bunches | |
Space signal events before merging. More... | |
count_filter = LCIOCount(inputs=filter_bunches.output_files()) | |
Count filtered events. More... | |
list | slic_beams = [] |
Simulate beam events. More... | |
slic_beam_cat | |
concatonate beam events before merging More... | |
merge | |
Merge signal and beam events. More... | |
count_merge = LCIOCount(inputs=merge.output_files()) | |
Print number of merged events. More... | |
readout | |
Run simulated events in readout to generate triggers. More... | |
count_readout = LCIOCount(inputs=readout.output_files()) | |
Print number of readout events. More... | |
recon | |
Run physics reconstruction. More... | |
count_recon = LCIOCount(inputs=recon.output_files()) | |
Print number of recon events. More... | |
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.
string beam_name = 'beam' |
Base name of intermediate beam files.
Definition at line 36 of file tritrig_beam_slic_to_reco_job.py.
string 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.
string tritrig_beam_name = 'tritrig_beam' |
Base name of merged files.
Definition at line 39 of file tritrig_beam_slic_to_reco_job.py.
string tritrig_file_name = 'tritrig_events.stdhep' |
Input tritrig events (stdhep format)
Definition at line 20 of file tritrig_beam_slic_to_reco_job.py.
string tritrig_name = 'tritrig' |
Base name of intermediate tritrig files.
Definition at line 33 of file tritrig_beam_slic_to_reco_job.py.