Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
pplot Namespace Reference

Variables

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

Variable Documentation

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

Definition at line 47 of file pplot.py.

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

Definition at line 49 of file pplot.py.

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

Definition at line 51 of file pplot.py.

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

Definition at line 53 of file pplot.py.

list pplot.elist = []

Definition at line 27 of file pplot.py.

string pplot.material = "G4_Pb"

Definition at line 19 of file pplot.py.

tuple pplot.myCanvas = EmPlot.init_root()

Definition at line 46 of file pplot.py.

list pplot.xlist_comp = []

Definition at line 36 of file pplot.py.

list pplot.xlist_conv = []

Definition at line 38 of file pplot.py.

list pplot.xlist_pe = []

Definition at line 37 of file pplot.py.

list pplot.xlist_tot = []

Definition at line 35 of file pplot.py.

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

Definition at line 34 of file pplot.py.