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

Go to the source code of this file.

Data Structures

class  testem0.App
 

Namespaces

 testem0
 

Variables

tuple testem0.myDC = TestEm0.DetectorConstruction()
 
tuple testem0.myPL = TestEm0.PhysicsList()
 
tuple testem0.myPGA = TestEm0.PrimaryGeneratorAction(myDC)
 
tuple testem0.myRA = TestEm0.RunAction(myDC,myPGA)
 
tuple testem0.pg = g4.G4ParticleGun()
 
tuple testem0.materialList = TestEm0.getMaterialTable()
 
tuple testem0.particleList = TestEm0.getParticleTable()
 
list testem0.enrgyList = ["eV","keV","MeV","GeV","TeV","PeV"]
 
list testem0.cutsList = ["um", "mm" , "cm", "m", "km"]
 
tuple testem0.app = App()