HPS-MC
slic_gps_to_ana_job Namespace Reference

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...
 

Variable Documentation

◆ ana

ana = HPSTR(cfg='ana')

Run an analysis on the ROOT file.

Definition at line 29 of file slic_gps_to_ana_job.py.

◆ base_name

string base_name = "gps"

generate events in slic

Definition at line 12 of file slic_gps_to_ana_job.py.

◆ description

description

Definition at line 9 of file slic_gps_to_ana_job.py.

◆ filter_bunches

filter_bunches = FilterBunches()

insert empty bunches expected by pile-up simulation

Definition at line 17 of file slic_gps_to_ana_job.py.

◆ input_filename

string input_filename = '{}.stdhep'.format(base_name)

Definition at line 13 of file slic_gps_to_ana_job.py.

◆ readout

readout = JobManager(steering='readout', ignore_job_params=['nevents'])

Run simulated events in readout to generate triggers.

Definition at line 20 of file slic_gps_to_ana_job.py.

◆ recon

recon = JobManager(steering='recon', ignore_job_params=['nevents'])

Run physics reconstruction.

Definition at line 23 of file slic_gps_to_ana_job.py.

◆ root_cnv

root_cnv = HPSTR(cfg='recon')

Convert LCIO to ROOT.

Definition at line 26 of file slic_gps_to_ana_job.py.

◆ sim

sim = SLIC(inputs=[input_filename])

Definition at line 14 of file slic_gps_to_ana_job.py.