Variables | |
nevents = job.params['nevents'] | |
event_interval = job.params['event_interval'] | |
inputs = list(job.input_files.values()) | |
Get job input file targets. More... | |
rot = BeamCoords() | |
Rotate events into beam coordinates. More... | |
sample = RandomSample() | |
Sample events into new stdhep file. More... | |
slic = SLIC(nevents=nevents * event_interval, ignore_job_params=['nevents']) | |
Simulate detector response. More... | |
int event_interval = job.params['event_interval'] |
Definition at line 14 of file beam_prep_and_slic_job.py.
inputs = list(job.input_files.values()) |
Get job input file targets.
Definition at line 19 of file beam_prep_and_slic_job.py.
int nevents = job.params['nevents'] |
Definition at line 9 of file beam_prep_and_slic_job.py.
rot = BeamCoords() |
Rotate events into beam coordinates.
Definition at line 22 of file beam_prep_and_slic_job.py.
sample = RandomSample() |
Sample events into new stdhep file.
Definition at line 25 of file beam_prep_and_slic_job.py.
slic = SLIC(nevents=nevents * event_interval, ignore_job_params=['nevents']) |
Simulate detector response.
Definition at line 28 of file beam_prep_and_slic_job.py.