Geant4
10.02.p03
|
Classes | |
class | App |
Variables | |
myDC = TestEm0.DetectorConstruction() | |
myPL = TestEm0.PhysicsList() | |
myPGA = TestEm0.PrimaryGeneratorAction(myDC) | |
myRA = TestEm0.RunAction(myDC,myPGA) | |
pg = g4.G4ParticleGun() | |
materialList = TestEm0.getMaterialTable(); | |
particleList = TestEm0.getParticleTable() | |
list | enrgyList = ["eV","keV","MeV","GeV","TeV","PeV"] |
list | cutsList = ["um", "mm" , "cm", "m", "km"] |
app = App() | |
testem0.app = App() |
Definition at line 189 of file testem0.py.
Definition at line 43 of file testem0.py.
testem0.materialList = TestEm0.getMaterialTable(); |
Definition at line 39 of file testem0.py.
testem0.myDC = TestEm0.DetectorConstruction() |
Definition at line 18 of file testem0.py.
testem0.myPGA = TestEm0.PrimaryGeneratorAction(myDC) |
Definition at line 25 of file testem0.py.
testem0.myPL = TestEm0.PhysicsList() |
Definition at line 21 of file testem0.py.
Definition at line 28 of file testem0.py.
testem0.particleList = TestEm0.getParticleTable() |
Definition at line 41 of file testem0.py.
testem0.pg = g4.G4ParticleGun() |
Definition at line 37 of file testem0.py.