|
Geant4-11
|
#include "globals.hh"#include "templates.hh"#include "geomdefs.hh"#include "Randomize.hh"#include "G4ProductionCutsTable.hh"#include "G4RandomTools.hh"#include "G4RandomDirection.hh"#include "G4MicroElecMaterialStructure.hh"#include "G4Step.hh"#include "G4VDiscreteProcess.hh"#include "G4DynamicParticle.hh"#include "G4Material.hh"#include "G4LogicalBorderSurface.hh"#include "G4LogicalSkinSurface.hh"#include "G4TransportationManager.hh"Go to the source code of this file.
Data Structures | |
| class | G4MicroElecSurface |
Enumerations | |
| enum | G4MicroElecSurfaceStatus { UndefinedSurf , NotAtBoundarySurf , SameMaterialSurf , StepTooSmallSurf } |
| Enumerator | |
|---|---|
| UndefinedSurf | |
| NotAtBoundarySurf | |
| SameMaterialSurf | |
| StepTooSmallSurf | |
Definition at line 79 of file G4MicroElecSurface.hh.