Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
source/python/__init__.py File Reference

Go to the source code of this file.

Namespaces

 python
 

Functions

def python.print_version
 
def python.gTerminate
 

Variables

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