|
Geant4-11
|
Data Structures | |
| class | App |
Variables | |
| app = App() | |
| list | cutsList = ["um", "mm" , "cm", "m", "km"] |
| list | enrgyList = ["eV","keV","MeV","GeV","TeV","PeV"] |
| materialList = TestEm0.getMaterialTable(); | |
| myDC = TestEm0.DetectorConstruction() | |
| myPGA = TestEm0.PrimaryGeneratorAction(myDC) | |
| myPL = TestEm0.PhysicsList() | |
| myRA = TestEm0.RunAction(myDC,myPGA) | |
| particleList = TestEm0.getParticleTable() | |
| pg = g4.G4ParticleGun() | |
| 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.