No idea what this is supposed to do. More...
Go to the source code of this file.
Namespaces | |
signal_pulser_overlay_to_recon_job | |
Variables | |
description | |
inputs = list(job.input_files.values()) | |
Get job input file targets. More... | |
list | signal_file_name = [] |
Input signal events (slcio format) More... | |
list | pulser_file_name = [] |
Input pulser events (evio format) More... | |
string | signal_name = 'signal' |
Check for expected input file targets. More... | |
string | pulser_name = 'pulser' |
Base pulser of intermediate pulser files. More... | |
string | signal_pulser_name = 'signal_pulser' |
Base name of merged files. More... | |
filter_events | |
Filter signal events and catenate files before overlaying with pulser data. More... | |
count_filter = LCIOCount(inputs=filter_events.output_files()) | |
Count filtered events. More... | |
evio_to_lcio = EvioToLcio(steering='evio_to_lcio', inputs=pulser_file_name, output=['%s.slcio' % pulser_name]) | |
Convert evio to lcio for raw pulser data. More... | |
count_pulser = LCIOCount(inputs=evio_to_lcio.output_files()) | |
Count pulser events. More... | |
overlay | |
Overlay signal with pulser data. More... | |
space_overlay | |
Space overlaid events. More... | |
count_space_overlay = LCIOCount(inputs=space_overlay.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... | |
No idea what this is supposed to do.
Definition in file signal_pulser_overlay_to_recon_job.py.