|
def | __init__ (self, aname, aZ, aA, akE, apx, apy, apz) |
|
def | printout (self) |
|
def | __init__ (self, aname, aZ, aA, akE, apx, apy, apz) |
|
def | printout (self) |
|
Definition at line 28 of file mcscore.py.
◆ __init__() [1/2]
def mcscore.MCParticle.__init__ |
( |
|
self, |
|
|
|
aname, |
|
|
|
aZ, |
|
|
|
aA, |
|
|
|
akE, |
|
|
|
apx, |
|
|
|
apy, |
|
|
|
apz |
|
) |
| |
Definition at line 30 of file mcscore.py.
30 def __init__(self, aname, aZ, aA, akE, apx, apy, apz):
◆ __init__() [2/2]
def mcscore.MCParticle.__init__ |
( |
|
self, |
|
|
|
aname, |
|
|
|
aZ, |
|
|
|
aA, |
|
|
|
akE, |
|
|
|
apx, |
|
|
|
apy, |
|
|
|
apz |
|
) |
| |
Definition at line 30 of file python3/mcscore.py.
30 def __init__(self, aname, aZ, aA, akE, apx, apy, apz):
◆ printout() [1/2]
def mcscore.MCParticle.printout |
( |
|
self | ) |
|
Definition at line 39 of file mcscore.py.
40 print "--- particle: %s, Z=%2d, A=%2d, kE=%g" % \
41 (self.name, self.Z, self.A, self.kineticE/MeV)
◆ printout() [2/2]
def mcscore.MCParticle.printout |
( |
|
self | ) |
|
Definition at line 39 of file python3/mcscore.py.
40 print(
"--- particle: %s, Z=%2d, A=%2d, kE=%g" % \
41 (self.name, self.Z, self.A, self.kineticE/MeV))
void print(G4double elem)
◆ kineticE
mcscore.MCParticle.kineticE |
◆ name
◆ px
◆ py
◆ pz
The documentation for this class was generated from the following file: