HPS-MC
tritrig_sim_full_chain_job Namespace Reference

Tritrig signal generation to recon using hps-sim with no beam backgrounds. More...

Variables

 description
 
 mg = MG5(name='tritrig')
 Generate tritrig in MG5. More...
 
 stdhep_cnv = StdHepConverter()
 Convert LHE output to stdhep. More...
 
 mom = AddMother()
 Add mother particle to tag trident particles. More...
 
 rot = BeamCoords()
 Rotate events into beam coords. More...
 
 sim = Sim()
 Simulate events. 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...
 

Detailed Description

Tritrig signal generation to recon using hps-sim with no beam backgrounds.

Variable Documentation

◆ ana

ana = HPSTR(cfg='ana')

Run an analysis on the ROOT file.

Definition at line 37 of file tritrig_sim_full_chain_job.py.

◆ description

description

Definition at line 7 of file tritrig_sim_full_chain_job.py.

◆ filter_bunches

filter_bunches = FilterBunches()

insert empty bunches expected by pile-up simulation

Definition at line 25 of file tritrig_sim_full_chain_job.py.

◆ mg

mg = MG5(name='tritrig')

Generate tritrig in MG5.

Definition at line 10 of file tritrig_sim_full_chain_job.py.

◆ mom

mom = AddMother()

Add mother particle to tag trident particles.

Definition at line 16 of file tritrig_sim_full_chain_job.py.

◆ readout

readout = JobManager(steering='readout')

Run simulated events in readout to generate triggers.

Definition at line 28 of file tritrig_sim_full_chain_job.py.

◆ recon

recon = JobManager(steering='recon')

Run physics reconstruction.

Definition at line 31 of file tritrig_sim_full_chain_job.py.

◆ root_cnv

root_cnv = HPSTR(cfg='recon')

Convert LCIO to ROOT.

Definition at line 34 of file tritrig_sim_full_chain_job.py.

◆ rot

rot = BeamCoords()

Rotate events into beam coords.

Definition at line 19 of file tritrig_sim_full_chain_job.py.

◆ sim

sim = Sim()

Simulate events.

Definition at line 22 of file tritrig_sim_full_chain_job.py.

◆ stdhep_cnv

stdhep_cnv = StdHepConverter()

Convert LHE output to stdhep.

Definition at line 13 of file tritrig_sim_full_chain_job.py.