Go to the source code of this file.
 | 
| 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() | 
|   |