|
Geant4.10
|
Data Structures | |
| class | MCParticle |
| class | MCVertex |
Functions | |
| def | read_next_vertex |
| def | test |
Variables | |
| list | __all__ = [ 'MCParticle', 'MCVertex', 'read_next_vertex' ] |
Python module
This module provides classes and functions for scoring reactions
[C] MCVertex:
[C] MCParticle:
[f] read_next_vertex(stream):
Q, 2006
Python module (Python3)
This module provides classes and functions for scoring reactions
[C] MCVertex:
[C] MCParticle:
[f] read_next_vertex(stream):
Q, 2006
| def mcscore.read_next_vertex | ( | stream | ) |
Definition at line 82 of file mcscore.py.
Referenced by mcscore.MCVertex.__del__(), and test().
| def mcscore.test | ( | ) |
Definition at line 117 of file mcscore.py.
References read_next_vertex().
Referenced by mcscore.MCVertex.__del__(), G4PreCompoundModel.DeExcite(), UPolyPhiFace.Diagnose(), G4PolyPhiFace.Diagnose(), G4TwistTubsSide.DistanceToSurface(), G4RPGInelastic.GetNormalizationConstant(), G4Trap.GetPointOnSurface(), G4ITReactionChange.Initialize(), UReduciblePolygon.RemoveRedundantVertices(), G4ReduciblePolygon.RemoveRedundantVertices(), G4NeutronHPVector.Sample(), and G4PenelopeAnnihilationModel.SampleSecondaries().
| list mcscore.__all__ = [ 'MCParticle', 'MCVertex', 'read_next_vertex' ] |
Definition at line 18 of file mcscore.py.
1.8.7