Geant4
10.03.p03
|
Public Member Functions | |
def | __init__ |
def | append_particle |
def | printout |
def | dump_vertex |
def | __del__ |
def | __init__ |
def | append_particle |
def | printout |
def | dump_vertex |
def | __del__ |
Public Attributes | |
x | |
y | |
z | |
nparticle | |
particle_list | |
Definition at line 46 of file mcscore.py.
def mcscore.MCVertex.__init__ | ( | self, | |
ax, | |||
ay, | |||
az | |||
) |
Definition at line 48 of file mcscore.py.
def mcscore.MCVertex.__del__ | ( | self | ) |
Definition at line 74 of file mcscore.py.
def mcscore.MCVertex.__init__ | ( | self, | |
ax, | |||
ay, | |||
az | |||
) |
Definition at line 48 of file mcscore.py.
def mcscore.MCVertex.__del__ | ( | self | ) |
Definition at line 74 of file mcscore.py.
def mcscore.MCVertex.append_particle | ( | self, | |
aparticle | |||
) |
Definition at line 55 of file mcscore.py.
def mcscore.MCVertex.append_particle | ( | self, | |
aparticle | |||
) |
Definition at line 55 of file mcscore.py.
def mcscore.MCVertex.dump_vertex | ( | self, | |
stream | |||
) |
Definition at line 65 of file mcscore.py.
def mcscore.MCVertex.dump_vertex | ( | self, | |
stream | |||
) |
Definition at line 65 of file mcscore.py.
def mcscore.MCVertex.printout | ( | self | ) |
Definition at line 59 of file mcscore.py.
def mcscore.MCVertex.printout | ( | self | ) |
Definition at line 59 of file mcscore.py.
mcscore.MCVertex.nparticle |
Definition at line 52 of file mcscore.py.
mcscore.MCVertex.particle_list |
Definition at line 53 of file mcscore.py.
mcscore.MCVertex.x |
Definition at line 49 of file mcscore.py.
mcscore.MCVertex.y |
Definition at line 50 of file mcscore.py.
mcscore.MCVertex.z |
Definition at line 51 of file mcscore.py.