|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <vector>#include <memory>#include "G4Types.hh"#include "G4Region.hh"#include "G4VPhysicalVolume.hh"#include "G4GeomSplitter.hh"#include "G4Threading.hh"#include "G4LogicalVolume.icc"Go to the source code of this file.
Classes | |
| class | G4LVData |
| G4LVData encapsulates the fields associated to the class G4LogicalVolume that may not be read-only. More... | |
| class | G4LogicalVolume |
| G4LogicalVolume represents a leaf node or unpositioned subtree in the geometry hierarchy. Logical volumes are named, and may have daughters ascribed to them. They are responsible for retrieval of the physical and tracking attributes of the physical volume that it represents: solid, material, magnetic field, and optionally, user limits, sensitive detectors, regions, biasing weights. More... | |
Typedefs | |
| using | G4LVManager = G4GeomSplitter<G4LVData> |
| using G4LVManager = G4GeomSplitter<G4LVData> |
G4LVManager encapsulates the methods used by both the master thread and worker threads to allocate memory space for the fields encapsulated by the class G4LVData.
Definition at line 159 of file G4LogicalVolume.hh.