|
Geant4-11
|
Data Structures | |
| class | App |
| class | MyEventAction |
| class | MyPrimaryGeneratorAction |
| class | MyRunAction |
| class | MySteppingAction |
| class | ScoreSD |
Functions | |
| def | Configure () |
| def | ConstructGeom () |
| def | hini () |
| def | hshow () |
| def | init_root () |
| def | posXZ (copyN) |
Variables | |
| app = App() | |
| list | cutsList = ["um", "mm" , "cm", "m", "km"] |
| list | enrgyList = ["eV","keV","MeV","GeV","TeV","PeV"] |
| exN03geom = g4py.ExN03geom.ExN03DetectorConstruction() | |
| exN03PL = g4py.EMSTDpl.PhysicsListEMstd() | |
| heprepDir = os.environ.get("G4HEPREPFILE_DIR") | |
| heprepName = os.environ.get("G4HEPREPFILE_NAME") | |
| heprepViewer = os.environ.get("G4HEPREPFILE_VIEWER") | |
| materialList = testem0.getMaterialTable(); | |
| myDC = testem0.DetectorConstruction() | |
| myPGA = testem0.PrimaryGeneratorAction(myDC) | |
| myPL = testem0.PhysicsList() | |
| myRA = testem0.RunAction(myDC,myPGA) | |
| particleList = testem0.getParticleTable() | |
| pg = g4.G4ParticleGun() | |
| rand_engine = Ranlux64Engine() | |
| vrmlDir = os.environ.get("G4VRML_DEST_DIR") | |
| vrmlViewer = os.environ.get("G4VRMLFILE_VIEWER") | |
| def demo.Configure | ( | ) |
Definition at line 20 of file demo.py.
References source.gControlExecute.
Referenced by G4BiasingProcessInterface.BuildPhysicsTable().
| def demo.ConstructGeom | ( | ) |
Definition at line 47 of file demo.py.
References G4Material.GetMaterial().
| def demo.hini | ( | ) |
Definition at line 35 of file demo.py.
Referenced by posXZ().
| def demo.hshow | ( | ) |
Definition at line 66 of file demo.py.
| def demo.init_root | ( | ) |
Definition at line 18 of file demo.py.
Referenced by posXZ().
| def demo.posXZ | ( | copyN | ) |
Definition at line 140 of file demo.py.
References source.gApplyUICommand, hini(), and init_root().
Referenced by demo.ScoreSD.ProcessHits().
| demo.app = App() |
Definition at line 189 of file demo.py.
Referenced by G4MTcoutDestination.HandleFileCerr(), G4MTcoutDestination.HandleFileCout(), G4PenelopeRayleighModel.InitializeSamplingAlgorithm(), G4PenelopeRayleighModelMI.InitializeSamplingAlgorithm(), CLHEP::RandFlat.saveEngineStatus(), and CLHEP::RandGauss.saveEngineStatus().
| demo.materialList = testem0.getMaterialTable(); |
Definition at line 39 of file demo.py.
Referenced by getMaterialTable().
| demo.particleList = testem0.getParticleTable() |
| demo.pg = g4.G4ParticleGun() |
Definition at line 37 of file demo.py.
Referenced by G4ParticleHPPartial.InitData(), and G4hhElastic.SetRB().