Geant4  10.02.p03
eplot Namespace Reference

Variables

string material = "G4_Cu"
 
list elist = []
 
string pname = "e-"
 
 dedx_list = g4py.emcalculator.CalculateDEDX(pname, material, elist, 1)
 
list xlist_tot = []
 
list xlist_ioni = []
 
list xlist_brems = []
 
 myCanvas = EmPlot.init_root()
 
 aplot
 
 bplot
 
 cplot
 

Variable Documentation

◆ aplot

eplot.aplot
Initial value:
1 = EmPlot.make_plot(xlist_tot, pname+" Stopping Power ("+material+")",
2  "dE/dX (MeV cm^{2}/g)")
def make_plot(xlist, user_title, axis_titile, q_super_impose=0)
Definition: EmPlot.py:84

Definition at line 46 of file eplot.py.

◆ bplot

eplot.bplot
Initial value:
1 = EmPlot.make_plot(xlist_ioni, "Stopping Power ("+material+")",
2  "dE/dX (MeV cm^{2}/g)", 1)
def make_plot(xlist, user_title, axis_titile, q_super_impose=0)
Definition: EmPlot.py:84

Definition at line 48 of file eplot.py.

◆ cplot

eplot.cplot
Initial value:
1 = EmPlot.make_plot(xlist_brems, "Stopping Power ("+material+")",
2  "dE/dX (MeV cm^{2}/g)", 3)
def make_plot(xlist, user_title, axis_titile, q_super_impose=0)
Definition: EmPlot.py:84

Definition at line 50 of file eplot.py.

◆ dedx_list

eplot.dedx_list = g4py.emcalculator.CalculateDEDX(pname, material, elist, 1)

Definition at line 34 of file eplot.py.

◆ elist

list eplot.elist = []

Definition at line 27 of file eplot.py.

◆ material

string eplot.material = "G4_Cu"

Definition at line 19 of file eplot.py.

◆ myCanvas

eplot.myCanvas = EmPlot.init_root()

Definition at line 45 of file eplot.py.

◆ pname

string eplot.pname = "e-"

Definition at line 33 of file eplot.py.

◆ xlist_brems

list eplot.xlist_brems = []

Definition at line 37 of file eplot.py.

◆ xlist_ioni

list eplot.xlist_ioni = []

Definition at line 36 of file eplot.py.

◆ xlist_tot

list eplot.xlist_tot = []

Definition at line 35 of file eplot.py.