Go to the source code of this file.
Enumerator |
---|
kCerenkov |
Cerenkov process index.
|
kScintillation |
Scintillation process index.
|
kAbsorption |
Absorption process index.
|
kRayleigh |
Rayleigh scattering process index.
|
kMieHG |
Mie scattering process index.
|
kBoundary |
Boundary process index.
|
kWLS |
Wave Length Shifting process index.
|
kNoProcess |
Number of processes, no selected process.
|
Definition at line 51 of file G4OpticalProcessIndex.hh.
Number of processes, no selected process.
Scintillation process index.
Mie scattering process index.
Absorption process index.
Wave Length Shifting process index.
Rayleigh scattering process index.
Return the name for a given optical process index.
Definition at line 70 of file G4OpticalProcessIndex.hh.
72 switch ( processNumber ) {
77 case kMieHG:
return "OpMieHG";
79 case kWLS:
return "OpWLS";
80 default:
return "NoProcess";
Scintillation process index.
Mie scattering process index.
Absorption process index.
Wave Length Shifting process index.
Rayleigh scattering process index.