|
Geant4.10
|
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__ |
Data Fields | |
| x | |
| y | |
| z | |
| nparticle | |
| particle_list | |
Definition at line 46 of file mcscore.py.
| def mcscore.MCVertex.__init__ | ( | self, | |
| ax, | |||
| ay, | |||
| az | |||
| ) |
| def mcscore.MCVertex.__del__ | ( | self | ) |
Definition at line 74 of file mcscore.py.
References mcscore.MCVertex.particle_list.
Referenced by mcscore.MCVertex.__del__().
| def mcscore.MCVertex.__init__ | ( | self, | |
| ax, | |||
| ay, | |||
| az | |||
| ) |
Definition at line 48 of file python3/mcscore.py.
References mcscore.MCVertex.__init__(), mcscore.MCVertex.nparticle, mcscore.MCVertex.particle_list, mcscore.MCVertex.x, mcscore.MCVertex.y, and mcscore.MCVertex.z.
| def mcscore.MCVertex.__del__ | ( | self | ) |
Definition at line 74 of file python3/mcscore.py.
References mcscore.MCVertex.__del__(), mcscore.MCVertex.particle_list, print(), mcscore.read_next_vertex(), and mcscore.test().
| def mcscore.MCVertex.append_particle | ( | self, | |
| aparticle | |||
| ) |
Definition at line 55 of file mcscore.py.
References mcscore.MCVertex.nparticle.
Referenced by mcscore.MCVertex.append_particle().
| def mcscore.MCVertex.append_particle | ( | self, | |
| aparticle | |||
| ) |
Definition at line 55 of file python3/mcscore.py.
References mcscore.MCVertex.append_particle(), and mcscore.MCVertex.nparticle.
| def mcscore.MCVertex.dump_vertex | ( | self, | |
| stream | |||
| ) |
Definition at line 65 of file python3/mcscore.py.
References mcscore.MCVertex.dump_vertex(), mcscore.MCVertex.nparticle, mcscore.MCVertex.particle_list, mcscore.MCVertex.x, mcscore.MCVertex.y, and mcscore.MCVertex.z.
| def mcscore.MCVertex.dump_vertex | ( | self, | |
| stream | |||
| ) |
Definition at line 65 of file mcscore.py.
References mcscore.MCVertex.nparticle, mcscore.MCVertex.particle_list, mcscore.MCVertex.x, mcscore.MCVertex.y, and mcscore.MCVertex.z.
Referenced by mcscore.MCVertex.dump_vertex().
| def mcscore.MCVertex.printout | ( | self | ) |
Definition at line 59 of file mcscore.py.
References mcscore.MCVertex.nparticle, mcscore.MCVertex.particle_list, mcscore.MCVertex.x, mcscore.MCVertex.y, and mcscore.MCVertex.z.
Referenced by mcscore.MCVertex.printout().
| def mcscore.MCVertex.printout | ( | self | ) |
Definition at line 59 of file python3/mcscore.py.
References mcscore.MCVertex.nparticle, mcscore.MCVertex.particle_list, print(), mcscore.MCVertex.printout(), mcscore.MCVertex.x, mcscore.MCVertex.y, and mcscore.MCVertex.z.
| mcscore.MCVertex.nparticle |
Definition at line 52 of file mcscore.py.
Referenced by mcscore.MCVertex.__init__(), mcscore.MCVertex.append_particle(), mcscore.MCVertex.dump_vertex(), and mcscore.MCVertex.printout().
| mcscore.MCVertex.particle_list |
Definition at line 53 of file mcscore.py.
Referenced by mcscore.MCVertex.__del__(), mcscore.MCVertex.__init__(), mcscore.MCVertex.dump_vertex(), and mcscore.MCVertex.printout().
| mcscore.MCVertex.x |
Definition at line 49 of file mcscore.py.
Referenced by mcscore.MCVertex.__init__(), mcscore.MCVertex.dump_vertex(), and mcscore.MCVertex.printout().
| mcscore.MCVertex.y |
Definition at line 50 of file mcscore.py.
Referenced by mcscore.MCVertex.__init__(), mcscore.MCVertex.dump_vertex(), and mcscore.MCVertex.printout().
| mcscore.MCVertex.z |
Definition at line 51 of file mcscore.py.
Referenced by mcscore.MCVertex.__init__(), mcscore.MCVertex.dump_vertex(), and mcscore.MCVertex.printout().
1.8.7