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