HPS-MC
tritrig_beam_slic_to_reco_job.py File Reference

Go to the source code of this file.

Namespaces

 tritrig_beam_slic_to_reco_job
 

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]