|
Geant4-11
|
#include "globals.hh"#include "G4ios.hh"#include "G4ThreeVector.hh"#include "G4Threading.hh"#include <vector>Go to the source code of this file.
Data Structures | |
| class | G4OpticalParameters |
Enumerations | |
| enum | G4OpticalProcessIndex { kCerenkov , kScintillation , kAbsorption , kRayleigh , kMieHG , kBoundary , kWLS , kWLS2 , kNoProcess } |
Functions | |
| G4String | G4OpticalProcessName (G4int) |
| Return the name for a given optical process index. More... | |
Definition at line 63 of file G4OpticalParameters.hh.
Return the name for a given optical process index.
Definition at line 79 of file G4OpticalParameters.hh.
References kAbsorption, kBoundary, kCerenkov, kMieHG, kRayleigh, kScintillation, kWLS, and kWLS2.
Referenced by G4OpticalParametersMessenger::G4OpticalParametersMessenger().