Geant4-11
|
Public Member Functions | |
def | __del__ (self) |
def | __init__ (self, ax, ay, az) |
def | append_particle (self, aparticle) |
def | dump_vertex (self, stream) |
def | printout (self) |
Data Fields | |
nparticle | |
particle_list | |
x | |
y | |
z | |
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.
References mcscore.MCVertex.particle_list.
def mcscore.MCVertex.append_particle | ( | self, | |
aparticle | |||
) |
Definition at line 55 of file mcscore.py.
References mcscore.MCVertex.nparticle, and mcscore.MCVertex.particle_list.
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, HepGeom::BasicVector3D< T >.x(), HepGeom::BasicVector3D< double >.x(), HepGeom::BasicVector3D< G4double >.x(), HepGeom::BasicVector3D< float >.x(), CLHEP::HepLorentzVector.x(), CLHEP::Hep3Vector.x(), CLHEP::Hep2Vector.x(), gz_state.x, G4PolyPhiFaceVertex.x, G4Voxel::Index.x, G4INCL::InterpolationNode.x, G4INCL::RootFinder::Solution.x, G4INCL::ThreeVector.x, MCGIDI_pdfsOfXGivenW_sampled_s.x, ptwXYPoint_s.x, G4GMocrenFileSceneHandler::Index3D.x, G4VisCommandSceneAddScale::Scale.x, mcscore.MCVertex.y, HepGeom::BasicVector3D< G4double >.y(), HepGeom::BasicVector3D< double >.y(), HepGeom::BasicVector3D< T >.y(), HepGeom::BasicVector3D< float >.y(), CLHEP::HepLorentzVector.y(), CLHEP::Hep3Vector.y(), CLHEP::Hep2Vector.y(), G4PolyPhiFaceVertex.y, G4Voxel::Index.y, G4INCL::InterpolationNode.y, G4INCL::RootFinder::Solution.y, G4INCL::ThreeVector.y, ptwXYPoint_s.y, G4GMocrenFileSceneHandler::Index3D.y, G4VisCommandSceneAddScale::Scale.y, mcscore.MCVertex.z, HepGeom::BasicVector3D< float >.z(), HepGeom::BasicVector3D< T >.z(), HepGeom::BasicVector3D< G4double >.z(), HepGeom::BasicVector3D< double >.z(), CLHEP::HepLorentzVector.z(), CLHEP::Hep3Vector.z(), G4PolyconeSideRZ.z, G4PolyconeSide.z, G4PolyhedraSideRZ.z, G4PolyhedraSide.z, G4PolyPhiFaceVertex.z, G4GDMLReadSolids::rzPointType.z, G4GDMLReadSolids::zplaneType.z, G4DNACrossSectionDataSet.z, G4Voxel::Index.z, G4CrossSectionDataSet.z, G4EMDataSet.z, G4ShellEMDataSet.z, G4DataSet.z, G4PixeShellDataSet.z, G4INCL::ThreeVector.z, G4GMocrenFileSceneHandler::Index3D.z, and G4VisCommandSceneAddScale::Scale.z.
def mcscore.MCVertex.printout | ( | self | ) |
Definition at line 59 of file mcscore.py.
References mcscore.MCVertex.nparticle, mcscore.MCVertex.particle_list, print(), mcscore.MCVertex.x, HepGeom::BasicVector3D< T >.x(), HepGeom::BasicVector3D< float >.x(), HepGeom::BasicVector3D< double >.x(), HepGeom::BasicVector3D< G4double >.x(), CLHEP::HepLorentzVector.x(), CLHEP::Hep3Vector.x(), CLHEP::Hep2Vector.x(), gz_state.x, G4PolyPhiFaceVertex.x, G4Voxel::Index.x, G4INCL::InterpolationNode.x, G4INCL::RootFinder::Solution.x, G4INCL::ThreeVector.x, MCGIDI_pdfsOfXGivenW_sampled_s.x, ptwXYPoint_s.x, G4GMocrenFileSceneHandler::Index3D.x, G4VisCommandSceneAddScale::Scale.x, mcscore.MCVertex.y, HepGeom::BasicVector3D< float >.y(), HepGeom::BasicVector3D< G4double >.y(), HepGeom::BasicVector3D< T >.y(), HepGeom::BasicVector3D< double >.y(), CLHEP::HepLorentzVector.y(), CLHEP::Hep3Vector.y(), CLHEP::Hep2Vector.y(), G4PolyPhiFaceVertex.y, G4Voxel::Index.y, G4INCL::InterpolationNode.y, G4INCL::RootFinder::Solution.y, G4INCL::ThreeVector.y, ptwXYPoint_s.y, G4GMocrenFileSceneHandler::Index3D.y, G4VisCommandSceneAddScale::Scale.y, mcscore.MCVertex.z, HepGeom::BasicVector3D< float >.z(), HepGeom::BasicVector3D< double >.z(), HepGeom::BasicVector3D< T >.z(), HepGeom::BasicVector3D< G4double >.z(), CLHEP::HepLorentzVector.z(), CLHEP::Hep3Vector.z(), G4PolyconeSideRZ.z, G4PolyconeSide.z, G4PolyhedraSideRZ.z, G4PolyhedraSide.z, G4PolyPhiFaceVertex.z, G4GDMLReadSolids::rzPointType.z, G4GDMLReadSolids::zplaneType.z, G4DNACrossSectionDataSet.z, G4Voxel::Index.z, G4CrossSectionDataSet.z, G4EMDataSet.z, G4ShellEMDataSet.z, G4DataSet.z, G4PixeShellDataSet.z, G4INCL::ThreeVector.z, G4GMocrenFileSceneHandler::Index3D.z, and G4VisCommandSceneAddScale::Scale.z.
mcscore.MCVertex.nparticle |
Definition at line 52 of file mcscore.py.
Referenced by 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.append_particle(), mcscore.MCVertex.dump_vertex(), and mcscore.MCVertex.printout().
mcscore.MCVertex.x |
Definition at line 49 of file mcscore.py.
Referenced by mcscore.MCVertex.dump_vertex(), and mcscore.MCVertex.printout().
mcscore.MCVertex.y |
Definition at line 50 of file mcscore.py.
Referenced by mcscore.MCVertex.dump_vertex(), and mcscore.MCVertex.printout().
mcscore.MCVertex.z |
Definition at line 51 of file mcscore.py.
Referenced by mcscore.MCVertex.dump_vertex(), and mcscore.MCVertex.printout().