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