Skip to main content
2.2 GGE (GEANT4 Geometry Editor)
- GGE helps SAP(Simulation Application Programmer) to
set up a geometry which is relatively simple.
- Start developing from May.
Preliminary prototyping phase now.
2.2.1 Basic functionality of GGE
(1) User can define materials using GUI
- Using graphical periodic table, user can choose elements.
- User can create or choose materials
- Each of the above functionality corresponds to the
constructors of G4Element and G4Material.
(2)User can define simple geometry using GUI.
- User can create instances of G4Solids.
- User can create instances of G4LogicalVolume by selecting
instances of materials and Solids.