Geant4.10
|
Data Structures | |
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 python3/testem0.py.
Referenced by FCALTestbeamSetupSD.EndOfEvent(), FCALHadModuleSD.EndOfEvent(), FCALEMModuleSD.EndOfEvent(), FCALTBEventAction.EndOfEventAction(), G4ofstreamDestinationBase.Open(), CLHEP::RandGauss.saveEngineStatus(), CLHEP::RandFlat.saveEngineStatus(), CML2ExpVoxels.saveResults(), G4MTcoutDestination.SetCerrFileName(), G4MTcoutDestination.SetCoutFileName(), and EventAction.WritePixels().
list testem0.cutsList = ["um", "mm" , "cm", "m", "km"] |
Definition at line 45 of file python3/testem0.py.
list testem0.enrgyList = ["eV","keV","MeV","GeV","TeV","PeV"] |
Definition at line 43 of file python3/testem0.py.
tuple testem0.materialList = TestEm0.getMaterialTable() |
Definition at line 39 of file python3/testem0.py.
Referenced by getMaterialTable().
tuple testem0.myDC = TestEm0.DetectorConstruction() |
Definition at line 18 of file python3/testem0.py.
tuple testem0.myPGA = TestEm0.PrimaryGeneratorAction(myDC) |
Definition at line 25 of file python3/testem0.py.
tuple testem0.myPL = TestEm0.PhysicsList() |
Definition at line 21 of file python3/testem0.py.
Definition at line 28 of file python3/testem0.py.
tuple testem0.particleList = TestEm0.getParticleTable() |
Definition at line 41 of file python3/testem0.py.
Referenced by pyG4ParticleTable.GetParticleList(), and getParticleTable().
tuple testem0.pg = g4.G4ParticleGun() |
Definition at line 37 of file python3/testem0.py.
Referenced by CCalEndOfEventAction.CCalEndOfEventAction(), and G4NeutronHPPartial.InitData().