HPS-MC
 
Loading...
Searching...
No Matches
signal_pulser_overlay_to_recon_job.py File Reference

No idea what this is supposed to do. More...

Go to the source code of this file.

Namespaces

namespace  signal_pulser_overlay_to_recon_job
 

Variables

 description
 
 inputs = list(job.input_files.values())
 Get job input file targets.
 
list signal_file_name = []
 Input signal events (slcio format)
 
list pulser_file_name = []
 Input pulser events (evio format)
 
str signal_name = 'signal'
 Base name of intermediate signal files.
 
str pulser_name = 'pulser'
 Base pulser of intermediate pulser files.
 
str signal_pulser_name = 'signal_pulser'
 Base name of merged files.
 
 filter_events
 Filter signal events and catenate files before overlaying with pulser data.
 
 count_filter = LCIOCount(inputs=filter_events.output_files())
 Count filtered events.
 
 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.
 
 count_pulser = LCIOCount(inputs=evio_to_lcio.output_files())
 Count pulser events.
 
 overlay
 Overlay signal with pulser data.
 
 space_overlay
 Space overlaid events.
 
 count_space_overlay = LCIOCount(inputs=space_overlay.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.
 
 cnv = HPSTR(inputs=recon.output_files(), cfg='cnv')
 Convert LCIO to ROOT.
 

Detailed Description

No idea what this is supposed to do.

Definition in file signal_pulser_overlay_to_recon_job.py.