Go to the source code of this file.
Namespaces | |
| namespace | tritrig_sim_full_chain_job |
| Tritrig signal generation to recon using hps-sim with no beam backgrounds. | |
Variables | |
| description | |
| mg = MG5(name='tritrig') | |
| Generate tritrig in MG5. | |
| stdhep_cnv = StdHepConverter() | |
| Convert LHE output to stdhep. | |
| mom = AddMother() | |
| Add mother particle to tag trident particles. | |
| rot = BeamCoords() | |
| Rotate events into beam coords. | |
| sim = Sim() | |
| Simulate events. | |
| filter_bunches = FilterBunches() | |
| insert empty bunches expected by pile-up simulation | |
| readout = JobManager(steering='readout') | |
| Run simulated events in readout to generate triggers. | |
| recon = JobManager(steering='recon') | |
| Run physics reconstruction. | |
| root_cnv = HPSTR(cfg='recon') | |
| Convert LCIO to ROOT. | |
| ana = HPSTR(cfg='ana') | |
| Run an analysis on the ROOT file. | |