Geant4-11
Variables
pplot Namespace Reference

Variables

 aplot
 
 bplot
 
 cplot
 
 dplot
 
list elist = []
 
string material = "G4_Pb"
 
 myCanvas = EmPlot.init_root()
 
list xlist_comp = []
 
list xlist_conv = []
 
list xlist_pe = []
 
list xlist_tot = []
 
 xsection_list = g4py.emcalculator.CalculatePhotonCrossSection(material, elist, 1)
 

Variable Documentation

◆ aplot

pplot.aplot
Initial value:
1= EmPlot.make_plot(xlist_tot, "Photon Cross Section ("+material+")",
2 "Cross Section (cm^{2}/g)")
def make_plot(xlist, user_title, axis_titile, q_super_impose=0)
Definition: EmPlot.py:84

Definition at line 47 of file pplot.py.

◆ bplot

pplot.bplot
Initial value:
1= EmPlot.make_plot(xlist_comp, "Photon Cross Section ("+material+")",
2 "Cross Section (cm^{2}/g)", 1)

Definition at line 49 of file pplot.py.

◆ cplot

pplot.cplot
Initial value:
1= EmPlot.make_plot(xlist_pe, "Photon Cross Section ("+material+")",
2 "Cross Section (cm^{2}/g)", 7)

Definition at line 51 of file pplot.py.

◆ dplot

pplot.dplot
Initial value:
1= EmPlot.make_plot(xlist_conv, "Photon Cross Section ("+material+")",
2 "Cross Section (cm^{2}/g)", 3)

Definition at line 53 of file pplot.py.

◆ elist

list pplot.elist = []

Definition at line 27 of file pplot.py.

◆ material

string pplot.material = "G4_Pb"

Definition at line 19 of file pplot.py.

◆ myCanvas

pplot.myCanvas = EmPlot.init_root()

Definition at line 46 of file pplot.py.

◆ xlist_comp

list pplot.xlist_comp = []

Definition at line 36 of file pplot.py.

◆ xlist_conv

list pplot.xlist_conv = []

Definition at line 38 of file pplot.py.

◆ xlist_pe

list pplot.xlist_pe = []

Definition at line 37 of file pplot.py.

◆ xlist_tot

list pplot.xlist_tot = []

Definition at line 35 of file pplot.py.

◆ xsection_list

pplot.xsection_list = g4py.emcalculator.CalculatePhotonCrossSection(material, elist, 1)

Definition at line 34 of file pplot.py.