Functions | |
def | todict (depos) |
def | remove_zero_steps (depos) |
def | load (filename, jpath="depos") |
def | apply_units (depos, distance_unit, time_unit, energy_unit, step_unit=None, electrons_unit="1.0") |
def | dump (output_file, depos, jpath="depos") |
def | move (depos, offset) |
def | center (depos, point) |
def | plot_hist (h, xlab, output) |
def | plot_s (depos, output) |
def | plot_q (depos, output) |
def | plot_n (depos, output) |
def | plot_deds (depos, output) |
def | plot_dnds (depos, output) |
def | plot_xz_weighted (x, z, w, title, output) |
def | plot_qxz (depos, output) |
def | plot_qsxz (depos, output) |
def | plot_nxz (depos, output) |
def | plot_nscat (depos, output) |
Variables | |
string | columns = "xyzqtsn" |
def wirecell.gen.depos.apply_units | ( | depos, | |
distance_unit, | |||
time_unit, | |||
energy_unit, | |||
step_unit = None , |
|||
electrons_unit = "1.0" |
|||
) |
Definition at line 56 of file depos.py.
def wirecell.gen.depos.center | ( | depos, | |
point | |||
) |
def wirecell.gen.depos.dump | ( | output_file, | |
depos, | |||
jpath = "depos" |
|||
) |
def wirecell.gen.depos.load | ( | filename, | |
jpath = "depos" |
|||
) |
def wirecell.gen.depos.move | ( | depos, | |
offset | |||
) |
def wirecell.gen.depos.plot_nscat | ( | depos, | |
output | |||
) |
def wirecell.gen.depos.plot_nxz | ( | depos, | |
output | |||
) |
Definition at line 213 of file depos.py.
def wirecell.gen.depos.plot_qsxz | ( | depos, | |
output | |||
) |
Definition at line 203 of file depos.py.
def wirecell.gen.depos.plot_qxz | ( | depos, | |
output | |||
) |
Definition at line 194 of file depos.py.
def wirecell.gen.depos.plot_xz_weighted | ( | x, | |
z, | |||
w, | |||
title, | |||
output | |||
) |
Definition at line 169 of file depos.py.
def wirecell.gen.depos.remove_zero_steps | ( | depos | ) |
def wirecell.gen.depos.todict | ( | depos | ) |
Definition at line 15 of file depos.py.