|
Geant4-11
|
Functions | |
| def | Configure () |
| def | init_root () |
| def | make_plot (xlist, user_title, axis_titile, q_super_impose=0) |
| def | plot_range (xmin, xmax, xmargin=0.) |
| def | SetMaterial (material_name) |
| def EmPlot.Configure | ( | ) |
Definition at line 18 of file EmPlot.py.
Referenced by emcalc_gui.g4_configure().
| def EmPlot.init_root | ( | ) |
Definition at line 58 of file EmPlot.py.
Referenced by emcalc_gui.plot_charged(), and emcalc_gui.plot_gamma().
| def EmPlot.make_plot | ( | xlist, | |
| user_title, | |||
| axis_titile, | |||
q_super_impose = 0 |
|||
| ) |
Definition at line 84 of file EmPlot.py.
References G4INCL::Math.max(), G4INCL::Math.min(), and plot_range().
Referenced by emcalc_gui.plot_charged(), and emcalc_gui.plot_gamma().
| def EmPlot.plot_range | ( | xmin, | |
| xmax, | |||
xmargin = 0. |
|||
| ) |
Definition at line 40 of file EmPlot.py.
Referenced by make_plot().
| def EmPlot.SetMaterial | ( | material_name | ) |
Definition at line 25 of file EmPlot.py.
Referenced by emcalc_gui.plot_charged(), emcalc_gui.plot_gamma(), and G4ScoringMessenger.SetNewValue().