HPS-MC
slic_gps_to_ana_job.py File Reference

Run slic to analysis using gps macro. More...

Go to the source code of this file.

Namespaces

 slic_gps_to_ana_job
 

Variables

 description
 
string base_name = "gps"
 generate events in slic More...
 
string input_filename = '{}.stdhep'.format(base_name)
 
 sim = SLIC(inputs=[input_filename])
 
 filter_bunches = FilterBunches()
 insert empty bunches expected by pile-up simulation More...
 
 readout = JobManager(steering='readout', ignore_job_params=['nevents'])
 Run simulated events in readout to generate triggers. More...
 
 recon = JobManager(steering='recon', ignore_job_params=['nevents'])
 Run physics reconstruction. More...
 
 root_cnv = HPSTR(cfg='recon')
 Convert LCIO to ROOT. More...
 
 ana = HPSTR(cfg='ana')
 Run an analysis on the ROOT file. More...
 

Detailed Description

Run slic to analysis using gps macro.

Definition in file slic_gps_to_ana_job.py.