Variables | |
| description | |
| cnv = Phi_LHE_to_STDHEP(inputs=['phi.lhe'], outputs=['phi.stdhep']) | |
| Convert LHE output to stdhep. | |
| rot = BeamCoords() | |
| Rotate into beam coords. | |
| slic = SLIC() | |
| Run events in slic. | |
| 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. | |
| cnv = Phi_LHE_to_STDHEP(inputs=['phi.lhe'], outputs=['phi.stdhep']) |
Convert LHE output to stdhep.
Definition at line 12 of file phi_lhe_to_recon_job.py.
| description |
Definition at line 9 of file phi_lhe_to_recon_job.py.
| filter_bunches = FilterBunches() |
Insert empty bunches expected by pile-up simulation.
Definition at line 21 of file phi_lhe_to_recon_job.py.
| readout = JobManager(steering='readout') |
Run simulated events in readout to generate triggers.
Definition at line 24 of file phi_lhe_to_recon_job.py.
| recon = JobManager(steering='recon') |
Run physics reconstruction.
Definition at line 27 of file phi_lhe_to_recon_job.py.
| rot = BeamCoords() |
Rotate into beam coords.
Definition at line 15 of file phi_lhe_to_recon_job.py.
| slic = SLIC() |
Run events in slic.
Definition at line 18 of file phi_lhe_to_recon_job.py.