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