|
g4system
|
High-level builder that turns a GEMC world description into Geant4 geometry. More...
#include "gworld.h"#include "g4volume.h"#include "g4objectsFactories/g4objectsFactory.h"#include "g4system/g4systemConventions.h"#include <memory>#include <string>#include <unordered_map>#include "G4NistManager.hh"

Go to the source code of this file.
Data Structures | |
| class | G4World |
| Builds a full Geant4 geometry "world" from a GEMC GWorld description. More... | |
G4World orchestrates the following phases:
The built volumes are cached in a map keyed by the Geant4 volume name, so later stages (for example field assignments) can locate volumes by name.
Definition in file g4world.h.