|
g4system
|
Thin wrapper that stores the Geant4 solid/logical/physical triple for one GEMC volume. More...
#include <memory>#include "glogger.h"#include "G4FieldManager.hh"#include "G4LogicalVolume.hh"#include "G4VPhysicalVolume.hh"#include "G4VSolid.hh"

Go to the source code of this file.
Data Structures | |
| class | G4Volume |
| Convenience container holding a Geant4 solid, logical, and physical volume. More... | |
g4system factories progressively build Geant4 geometry in three stages:
G4VSolid G4LogicalVolume (material + visualization)G4VPhysicalVolume This class caches the three pointers so that different build steps can share the same already-created objects without having to re-query Geant4 stores.
Definition in file g4volume.h.