Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#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 "G4OpticalPhoton.hh"
#include "G4Electron.hh"
#include "G4TransportationManager.hh"
Go to the source code of this file.
Classes | |
class | G4MicroElecSurface |
Enumerations | |
enum | G4MicroElecSurfaceStatus { UndefinedSurf , NotAtBoundarySurf , SameMaterialSurf , StepTooSmallSurf } |
Enumerator | |
---|---|
UndefinedSurf | |
NotAtBoundarySurf | |
SameMaterialSurf | |
StepTooSmallSurf |
Definition at line 85 of file G4MicroElecSurface.hh.