| 
| tuple  | myDC = testem0.DetectorConstruction() | 
|   | 
| tuple  | myPL = testem0.PhysicsList() | 
|   | 
| tuple  | myPGA = testem0.PrimaryGeneratorAction(myDC) | 
|   | 
| tuple  | myRA = testem0.RunAction(myDC,myPGA) | 
|   | 
| tuple  | pg = g4.G4ParticleGun() | 
|   | 
| tuple  | materialList = testem0.getMaterialTable() | 
|   | 
| tuple  | particleList = testem0.getParticleTable() | 
|   | 
| list  | enrgyList = ["eV","keV","MeV","GeV","TeV","PeV"] | 
|   | 
| list  | cutsList = ["um", "mm" , "cm", "m", "km"] | 
|   | 
| tuple  | app = App() | 
|   | 
| tuple  | rand_engine = Ranlux64Engine() | 
|   | 
| tuple  | exN03geom = g4py.ExN03geom.ExN03DetectorConstruction() | 
|   | 
| tuple  | exN03PL = g4py.EMSTDpl.PhysicsListEMstd() | 
|   | 
| tuple  | heprepViewer = os.environ.get("G4HEPREPFILE_VIEWER") | 
|   | 
| tuple  | heprepDir = os.environ.get("G4HEPREPFILE_DIR") | 
|   | 
| tuple  | heprepName = os.environ.get("G4HEPREPFILE_NAME") | 
|   | 
| tuple  | vrmlDir = os.environ.get("G4VRML_DEST_DIR") | 
|   | 
| tuple  | vrmlViewer = os.environ.get("G4VRMLFILE_VIEWER") | 
|   |