Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Namespaces | |
namespace | propagation_timing |
Variables | |
dictionary | propagation_timing.dataDict {} |
tuple | propagation_timing.csv_reader csv.reader(csv_file, delimiter=",") |
list | propagation_timing.jobID csv_row[0] |
float | propagation_timing.exectime 0.0 |
tuple | propagation_timing.tsv_reader csv.reader(tsv_file, delimiter="\t") |
tuple | propagation_timing.stepper int(csv_row[1]) |
tuple | propagation_timing.ptvalue float(csv_row[2]) |
tuple | propagation_timing.rfile ROOT.TFile("propagation_steps_" + str(jobID) + ".root") |
tuple | propagation_timing.stree rfile.Get("propagation_steps") |
tuple | propagation_timing.h_steps ROOT.gDirectory.Get("h_steps") |
tuple | propagation_timing.steps h_steps.GetMean() |
tuple | propagation_timing.stepsSpread h_steps.GetMeanError() |
list | propagation_timing.cdict dataDict[ptvalue] |
list | propagation_timing.vdict cdict[stepper] |
tuple | propagation_timing.ax plt.subplot(131) |
string | propagation_timing.label "line" |