Variables | |
| description | |
| mg | |
| Generate tritrig in MG5. | |
| unzip = Unzip(inputs=['simp_unweighted_events.lhe.gz'], outputs=['simp.lhe']) | |
| Unzip LHE file. | |
| cnv = DisplaceUni(inputs=['simp.lhe'], outputs=['simp.stdhep']) | |
| Convert LHE output to stdhep (no displacement here because no ctau given) | |
| 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 = DisplaceUni(inputs=['simp.lhe'], outputs=['simp.stdhep']) |
Convert LHE output to stdhep (no displacement here because no ctau given)
Definition at line 21 of file simp_job.py.
| description |
Definition at line 9 of file simp_job.py.
| filter_bunches = FilterBunches() |
Insert empty bunches expected by pile-up simulation.
Definition at line 30 of file simp_job.py.
| mg |
Generate tritrig in MG5.
Definition at line 12 of file simp_job.py.
| readout = JobManager(steering='readout') |
Run simulated events in readout to generate triggers.
Definition at line 33 of file simp_job.py.
| recon = JobManager(steering='recon') |
Run physics reconstruction.
Definition at line 36 of file simp_job.py.
| rot = BeamCoords() |
Rotate into beam coords.
Definition at line 24 of file simp_job.py.
| slic = SLIC() |
Run events in slic.
Definition at line 27 of file simp_job.py.
| unzip = Unzip(inputs=['simp_unweighted_events.lhe.gz'], outputs=['simp.lhe']) |
Unzip LHE file.
Definition at line 18 of file simp_job.py.