46#ifndef G4OpticalProcessIndex_h
47#define G4OpticalProcessIndex_h 1
72 switch ( processNumber ) {
77 case kMieHG:
return "OpMieHG";
79 case kWLS:
return "OpWLS";
80 default:
return "NoProcess";
@ kWLS
Wave Length Shifting process index.
@ kScintillation
Scintillation process index.
@ kRayleigh
Rayleigh scattering process index.
@ kAbsorption
Absorption process index.
@ kBoundary
Boundary process index.
@ kNoProcess
Number of processes, no selected process.
@ kCerenkov
Cerenkov process index.
@ kMieHG
Mie scattering process index.
G4String G4OpticalProcessName(G4int)
Return the name for a given optical process index.