|
Geant4-11
|
Data Structures | |
| class | MyDetectorConstruction |
| class | MyEventAction |
| class | MyField |
| class | MyPrimaryGeneratorAction |
| class | MyRunAction |
| class | MySteppingAction |
Functions | |
| def | Configure () |
| def | ConstructGeom () |
| def | DumpTree (atree) |
| def | Setup0 () |
| def | Setup1 () |
| def | Setup3 () |
Variables | |
| string | cmdstr = "/vis/rayTracer/trace " + fname |
| factory = G4PhysListFactory() | |
| string | fname = "%s.wrl" % (s) |
| myDC = MyDetectorConstruction() | |
| myGenAction = MyPrimaryGeneratorAction() | |
| myPhysList = factory.GetReferencePhysList("FTFP_BERT") | |
| def test.Configure | ( | ) |
Definition at line 18 of file test.py.
References source.gControlExecute.
Referenced by ConstructGeom().
| def test.ConstructGeom | ( | ) |
Definition at line 45 of file test.py.
References Configure(), ConstructGeom(), source.gControlExecute, G4Material.GetMaterial(), and print().
Referenced by ConstructGeom().
| def test.DumpTree | ( | atree | ) |
Definition at line 10 of file test.py.
References DumpTree(), and print().
Referenced by DumpTree().
| def test.Setup0 | ( | ) |
Definition at line 21 of file test.py.
Referenced by Setup3().
| def test.Setup1 | ( | ) |
Definition at line 44 of file test.py.
| def test.Setup3 | ( | ) |
Definition at line 55 of file test.py.
References source.gApplyUICommand, and Setup0().
| string test.cmdstr = "/vis/rayTracer/trace " + fname |
Definition at line 122 of file test.py.
Referenced by pyG4UImanager.ApplyUICommand_1(), pyG4UImanager.ApplyUICommand_2(), and G4ZMQServer.GetCommand().
| test.factory = G4PhysListFactory() |
Definition at line 55 of file test.py.
Referenced by G4PhysListRegistry.AddFactory(), G4PhysicsConstructorRegistry.AddFactory(), G4VisCommandModelCreate< Factory >.G4VisCommandModelCreate(), G4AttFilterUtils.GetAttValueFilterFactory(), G4CrossSectionDataSetRegistry.GetCrossSectionDataSet(), G4AttFilterUtils.GetNewFilter(), G4CrossSectionFactoryRegistry.Register(), G4VisFilterManager< T >.Register(), G4VisModelManager< Model >.Register(), G4VisManager.RegisterModelFactory(), G4OpenInventorQtExaminerViewer.superimpositionEvent(), and G4OpenInventorXtExaminerViewer.superimpositionEvent().
| string test.fname = "%s.wrl" % (s) |
Definition at line 308 of file test.py.
Referenced by G4GDMLWrite.AddModule(), G4tgbVolumeMgr.AddTextFile(), G4tgrFileReader.AddTextFile(), G4eDPWAElasticDCS.BuildSmplingTableForZ(), G4tgbGeometryDumper.DumpGeometry(), G4GDMLWrite.FileExists(), FileFound(), G4UImanager.FindMacroPath(), G3CLRead(), G4UItcsh.G4UItcsh(), G4HtmlPPReporter.GenerateIndex(), G4GSPWACorrections.LoadDataElement(), G4eDPWAElasticDCS.LoadGrid(), G4GSMottCorrection.LoadMCDataElement(), G4GoudsmitSaundersonTable.LoadMSCData(), G4SBBremTable.LoadSamplingTables(), G4SBBremTable.LoadSTGrid(), G4SBBremTable.ReadCompressedFile(), G4eDPWAElasticDCS.ReadCompressedFile(), G4GSMottCorrection.ReadCompressedFile(), G4EmDataHandler.RetrievePhysicsTable(), G4UIExecutive.SelectSessionByFile(), G4FilecoutDestination.SetFileName(), G4EmDataHandler.StorePhysicsTable(), G4GDMLWriteSolids.TessellatedWrite(), G4GDMLWrite.Write(), and G4UItcsh.~G4UItcsh().
| test.myDC = MyDetectorConstruction() |
| test.myGenAction = MyPrimaryGeneratorAction() |