Run pede alignment over input bin files generated by tracking accumulation. More...
Go to the source code of this file.
Namespaces | |
pede_job | |
Variables | |
description | |
listing = job.input_files | |
input_files | |
line = line.strip() | |
pede = PEDE(inputs=job.input_files.keys() if 'no_copy' in job.params else job.input_files.values()) | |
apply_res = ApplyPedeRes() | |
construct_det = ConstructDetector() | |
list | gbl_plots |
list | merged_gbl_plots |
hist_merge | |
Run pede alignment over input bin files generated by tracking accumulation.
Besides the main purpose of running the pede minimizer, we also do other helpful tasks that are commonly done with alignment.
Definition in file pede_job.py.