Go to the source code of this file.
 | 
| tuple  | demo.myDC = testem0.DetectorConstruction() | 
|   | 
| tuple  | demo.myPL = testem0.PhysicsList() | 
|   | 
| tuple  | demo.myPGA = testem0.PrimaryGeneratorAction(myDC) | 
|   | 
| tuple  | demo.myRA = testem0.RunAction(myDC,myPGA) | 
|   | 
| tuple  | demo.pg = g4.G4ParticleGun() | 
|   | 
| tuple  | demo.materialList = testem0.getMaterialTable() | 
|   | 
| tuple  | demo.particleList = testem0.getParticleTable() | 
|   | 
| list  | demo.enrgyList = ["eV","keV","MeV","GeV","TeV","PeV"] | 
|   | 
| list  | demo.cutsList = ["um", "mm" , "cm", "m", "km"] | 
|   | 
| tuple  | demo.app = App() | 
|   |