Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4SurfaceProperty.hh File Reference
#include <vector>
#include "G4Types.hh"
#include "G4String.hh"

Go to the source code of this file.

Classes

class  G4SurfaceProperty
 

Typedefs

typedef std::vector< G4SurfaceProperty * > G4SurfacePropertyTable
 

Enumerations

enum  G4SurfaceType {
  dielectric_metal , dielectric_dielectric , dielectric_LUT , firsov ,
  x_ray
}
 

Typedef Documentation

◆ G4SurfacePropertyTable

Definition at line 63 of file G4SurfaceProperty.hh.

Enumeration Type Documentation

◆ G4SurfaceType

Enumerator
dielectric_metal 
dielectric_dielectric 
dielectric_LUT 
firsov 
x_ray 

Definition at line 65 of file G4SurfaceProperty.hh.

66{
67 dielectric_metal, // dielectric-metal interface
68 dielectric_dielectric, // dielectric-dielectric interface
69 dielectric_LUT, // dielectric-Look-Up-Table interface
70 firsov, // for Firsov Process
71 x_ray // for x-ray mirror process
72};
@ dielectric_metal
@ dielectric_LUT
@ dielectric_dielectric
@ x_ray
@ firsov