EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Namespaces | |
namespace | KF_timing |
Variables | |
dictionary | KF_timing.ptDict {} |
tuple | KF_timing.csv_reader csv.reader(csv_file, delimiter=',') |
list | KF_timing.jobID csv_row[0] |
tuple | KF_timing.etabin float(csv_row[1]) |
tuple | KF_timing.ptvalue float(csv_row[2]) |
tuple | KF_timing.exectime float(csv_row[3]) |
list | KF_timing.pdict ptDict[ptvalue] |
list | KF_timing.vpdict pdict[etabin] |
tuple | KF_timing.ax plt.subplot(111) |