Go to the source code of this file.
Namespaces | |
| namespace | fee_gen_to_recon_job |
| Simulation of beam, beam signals in detector (using SLIC), and readout. | |
Variables | |
| description | |
| inputs = list(job.input_files.values()) | |
| Get job input file targets. | |
| nevents = job.params['nevents'] | |
| egs5 = EGS5(name="beam_v7_%s" % job.params['run_params']) | |
| Generate beam. | |
| rot = BeamCoords() | |
| Rotate events into beam coordinates. | |
| sample = RandomSample() | |
| Sample events into new stdhep file. | |
| slic = SLIC(nevents=nevents + 1) | |
| Simulate events. | |
| space_events = ExtractEventsWithHitAtHodoEcal(event_interval=250, num_hodo_hits=0) | |
| Space signal events. | |
| readout = JobManager(steering='readout') | |
| Run simulated events in readout to generate triggers. | |
| recon = JobManager(steering='recon') | |
| Run physics reconstruction. | |