ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
__init__.py File Reference

Go to the source code of this file.

Namespaces

namespace  source
 

Functions

def source.print_version
 
def source._one_event
 
def source._list_material
 
def source.gTerminate
 
def source._run_abort
 

Variables

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