ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
eplot Namespace Reference

Variables

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

Variable Documentation

tuple eplot.aplot
Initial value:
1 EmPlot.make_plot(xlist_tot, pname+" Stopping Power ("+material+")",
2  "dE/dX (MeV cm^{2}/g)")

Definition at line 46 of file eplot.py.

View newest version in sPHENIX GitHub at line 46 of file eplot.py

tuple eplot.bplot
Initial value:
1 EmPlot.make_plot(xlist_ioni, "Stopping Power ("+material+")",
2  "dE/dX (MeV cm^{2}/g)", 1)

Definition at line 48 of file eplot.py.

View newest version in sPHENIX GitHub at line 48 of file eplot.py

tuple eplot.cplot
Initial value:
1 EmPlot.make_plot(xlist_brems, "Stopping Power ("+material+")",
2  "dE/dX (MeV cm^{2}/g)", 3)

Definition at line 50 of file eplot.py.

View newest version in sPHENIX GitHub at line 50 of file eplot.py

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

Definition at line 34 of file eplot.py.

View newest version in sPHENIX GitHub at line 34 of file eplot.py

list eplot.elist []

Definition at line 27 of file eplot.py.

View newest version in sPHENIX GitHub at line 27 of file eplot.py

string eplot.material "G4_Cu"

Definition at line 19 of file eplot.py.

View newest version in sPHENIX GitHub at line 19 of file eplot.py

tuple eplot.myCanvas EmPlot.init_root()

Definition at line 45 of file eplot.py.

View newest version in sPHENIX GitHub at line 45 of file eplot.py

string eplot.pname "e-"

Definition at line 33 of file eplot.py.

View newest version in sPHENIX GitHub at line 33 of file eplot.py

list eplot.xlist_brems []

Definition at line 37 of file eplot.py.

View newest version in sPHENIX GitHub at line 37 of file eplot.py

list eplot.xlist_ioni []

Definition at line 36 of file eplot.py.

View newest version in sPHENIX GitHub at line 36 of file eplot.py

list eplot.xlist_tot []

Definition at line 35 of file eplot.py.

View newest version in sPHENIX GitHub at line 35 of file eplot.py