Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Typedefs | Enumerations
G4SurfaceProperty.hh File Reference
#include <vector>
#include "G4Types.hh"
#include "G4String.hh"

Go to the source code of this file.

Data Structures

class  G4SurfaceProperty
 

Typedefs

typedef std::vector
< G4SurfaceProperty * > 
G4SurfacePropertyTable
 

Enumerations

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

Typedef Documentation

Definition at line 61 of file G4SurfaceProperty.hh.

Enumeration Type Documentation

Enumerator
dielectric_metal 
dielectric_dielectric 
dielectric_LUT 
dielectric_dichroic 
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  dielectric_dichroic, // dichroic filter interface
71  firsov, // for Firsov Process
72  x_ray // for x-ray mirror process
73 };