HPS-MC
sim_to_ana_job Namespace Reference

Variables

 description
 
 sim = Sim()
 generate events in slic More...
 
 filter_bunches = FilterBunches()
 insert empty bunches expected by pile-up simulation More...
 
 readout = JobManager(steering='readout')
 Run simulated events in readout to generate triggers. More...
 
 recon = JobManager(steering='recon')
 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...
 
 base_name
 Set persistency tags for output files. More...
 
 ext
 

Variable Documentation

◆ ana

ana = HPSTR(cfg='ana')

Run an analysis on the ROOT file.

Definition at line 27 of file sim_to_ana_job.py.

◆ base_name

base_name

Set persistency tags for output files.

Definition at line 30 of file sim_to_ana_job.py.

◆ description

description

Definition at line 9 of file sim_to_ana_job.py.

◆ ext

ext

Definition at line 30 of file sim_to_ana_job.py.

◆ filter_bunches

filter_bunches = FilterBunches()

insert empty bunches expected by pile-up simulation

Definition at line 15 of file sim_to_ana_job.py.

◆ readout

readout = JobManager(steering='readout')

Run simulated events in readout to generate triggers.

Definition at line 18 of file sim_to_ana_job.py.

◆ recon

recon = JobManager(steering='recon')

Run physics reconstruction.

Definition at line 21 of file sim_to_ana_job.py.

◆ root_cnv

root_cnv = HPSTR(cfg='recon')

Convert LCIO to ROOT.

Definition at line 24 of file sim_to_ana_job.py.

◆ sim

sim = Sim()

generate events in slic

Definition at line 12 of file sim_to_ana_job.py.