|
string | python3.__version__ = '9.5.0' |
|
string | python3.__date__ = '02/December/2011' |
|
string | python3.__author__ = 'K.Murakami (Koichi.Murakami@kek.jp)' |
|
tuple | python3.gRunManager = G4RunManager() |
|
tuple | python3.gRunManagerKernel = G4RunManagerKernel.GetRunManagerKernel() |
|
tuple | python3.gUImanager = G4UImanager.GetUIpointer() |
|
tuple | python3.gEventManager = G4EventManager.GetEventManager() |
|
tuple | python3.gStackManager = gEventManager.GetStackManager() |
|
tuple | python3.gTrackingManager = gEventManager.GetTrackingManager() |
|
tuple | python3.gStateManager = G4StateManager.GetStateManager() |
|
tuple | python3.gExceptionHandler = G4ExceptionHandler() |
|
tuple | python3.gGeometryManager = G4GeometryManager.GetInstance() |
|
tuple | python3.gTransportationManager = G4TransportationManager.GetTransportationManager() |
|
tuple | python3.gParticleTable = G4ParticleTable.GetParticleTable() |
|
tuple | python3.gParticleIterator = PyG4ParticleList() |
|
tuple | python3.gProcessTable = G4ProcessTable.GetProcessTable() |
|
tuple | python3.gLossTableManager = G4LossTableManager.Instance() |
|
tuple | python3.gProductionCutsTable = G4ProductionCutsTable.GetProductionCutsTable() |
|
tuple | python3.gEmCalculator = G4EmCalculator() |
|
tuple | python3.gMaterialTable = G4Material.GetMaterialTable() |
|
tuple | python3.gElementTable = G4Element.GetElementTable() |
|
tuple | python3._material_class_list = dir(G4materials) |
|
tuple | python3._qfind = _material_class_list.count("G4NistManager") |
|
tuple | python3.gNistManager = G4NistManager.Instance() |
|
tuple | python3._visdriver_list = dir(G4visualization) |
|
string | python3._q_opengl_ix = "G4OpenGLImmediateX" |
|
string | python3._q_opengl_sx = "G4OpenGLStoredX" |
|
string | python3._q_opengl_ixm = "G4OpenGLImmediateXm" |
|
string | python3._q_opengl_sxm = "G4OpenGLStoredXm" |
|
string | python3._q_raytracer_x = "G4RayTracerX" |
|
tuple | python3.gVisManager = G4VisManager() |
|
tuple | python3._opengl_ix = G4OpenGLImmediateX() |
|
tuple | python3._opengl_sx = G4OpenGLStoredX() |
|
tuple | python3._opengl_ixm = G4OpenGLImmediateXm() |
|
tuple | python3._opengl_sxm = G4OpenGLStoredXm() |
|
tuple | python3._raytracer_x = G4RayTracerX() |
|
tuple | python3._vrml1 = G4VRML1File() |
|
tuple | python3._vrml2 = G4VRML2File() |
|
tuple | python3._dawn = G4DAWNFILE() |
|
tuple | python3._heprep_xml = G4HepRep() |
|
tuple | python3._heprep_file = G4HepRepFile() |
|
tuple | python3._atree = G4ASCIITree() |
|
tuple | python3._raytracer = G4RayTracer() |
|
| python3.gG4Version = G4Version |
|
| python3.gG4Date = G4Date |
|
| python3.gG4VERSION_NUMBER = G4VERSION_NUMBER |
|
| python3.gControlExecute = gUImanager.ExecuteMacroFile |
|
| python3.gApplyUICommand = G4intercoms.ApplyUICommand |
|
| python3.gGetCurrentValues = gUImanager.GetCurrentValues |
|
| python3.gStartUISession = G4interface.StartUISession |
|