|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include "globals.hh"#include "G4ios.hh"#include "G4ThreeVector.hh"#include "G4Threading.hh"#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| class | G4OpticalParameters |
Enumerations | |
| enum | G4OpticalProcessIndex { kCerenkov , kScintillation , kAbsorption , kRayleigh , kMieHG , kBoundary , kWLS , kWLS2 , kNoProcess } |
| enum | G4XRayModelType { kCerenkovDefault = 0 , kScintillationDefault } |
Functions | |
| G4String | G4OpticalProcessName (G4int) |
| Return the name for a given optical process index. | |
Definition at line 64 of file G4OpticalParameters.hh.
| enum G4XRayModelType |
| Enumerator | |
|---|---|
| kCerenkovDefault | |
| kScintillationDefault | |
Definition at line 77 of file G4OpticalParameters.hh.
Return the name for a given optical process index.
Definition at line 86 of file G4OpticalParameters.hh.
Referenced by G4OpticalParametersMessenger::G4OpticalParametersMessenger().