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 = SLIC() | |
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... | |
ana = HPSTR(cfg='ana') |
Run an analysis on the ROOT file.
Definition at line 39 of file tritrig_slic_full_chain_job.py.
description |
Definition at line 9 of file tritrig_slic_full_chain_job.py.
filter_bunches = FilterBunches() |
insert empty bunches expected by pile-up simulation
Definition at line 27 of file tritrig_slic_full_chain_job.py.
mg = MG5(name='tritrig') |
Generate tritrig in MG5.
Definition at line 12 of file tritrig_slic_full_chain_job.py.
mom = AddMother() |
Add mother particle to tag trident particles.
Definition at line 18 of file tritrig_slic_full_chain_job.py.
readout = JobManager(steering='readout') |
Run simulated events in readout to generate triggers.
Definition at line 30 of file tritrig_slic_full_chain_job.py.
recon = JobManager(steering='recon') |
Run physics reconstruction.
Definition at line 33 of file tritrig_slic_full_chain_job.py.
Convert LCIO to ROOT.
Definition at line 36 of file tritrig_slic_full_chain_job.py.
rot = BeamCoords() |
Rotate events into beam coords.
Definition at line 21 of file tritrig_slic_full_chain_job.py.
sim = SLIC() |
generate events in slic
Definition at line 24 of file tritrig_slic_full_chain_job.py.
stdhep_cnv = StdHepConverter() |
Convert LHE output to stdhep.
Definition at line 15 of file tritrig_slic_full_chain_job.py.