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