ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "globals.hh"
Go to the source code of this file.
Enumerations | |
enum | G4OpticalProcessIndex { kCerenkov, kScintillation, kAbsorption, kRayleigh, kMieHG, kBoundary, kWLS, kNoProcess } |
Functions | |
G4String | G4OpticalProcessName (G4int) |
Return the name for a given optical process index. | |
Definition at line 51 of file G4OpticalProcessIndex.hh.
View newest version in sPHENIX GitHub at line 51 of file G4OpticalProcessIndex.hh
Return the name for a given optical process index.
Definition at line 70 of file G4OpticalProcessIndex.hh.
View newest version in sPHENIX GitHub at line 70 of file G4OpticalProcessIndex.hh
References kAbsorption, kBoundary, kCerenkov, kMieHG, kRayleigh, kScintillation, and kWLS.
Referenced by G4OpticalPhysicsMessenger::G4OpticalPhysicsMessenger(), and G4OpticalPhysics::PrintStatistics().