Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4OpticalPhysics.cc File Reference
#include "G4OpticalPhysics.hh"
#include "G4OpAbsorption.hh"
#include "G4OpRayleigh.hh"
#include "G4OpMieHG.hh"
#include "G4OpBoundaryProcess.hh"
#include "G4OpWLS.hh"
#include "G4Scintillation.hh"
#include "G4Cerenkov.hh"
#include "G4LossTableManager.hh"
#include "G4EmSaturation.hh"
#include "G4GenericMessenger.hh"
#include "G4PhysicsConstructorFactory.hh"
#include "G4OpticalPhoton.hh"
#include "G4Threading.hh"
#include "G4ParticleDefinition.hh"
#include "G4ProcessManager.hh"
#include "G4AutoDelete.hh"
Include dependency graph for G4OpticalPhysics.cc:

Go to the source code of this file.

Namespaces

 UIhelpers
 

Macros

#define DIR_CMDS   "/process/optical"
 
#define GUIDANCE   "Commands related to the optical physics simulation engine for "
 

Functions

 G4_DECLARE_PHYSCONSTR_FACTORY (G4OpticalPhysics)
 
template<class T >
void UIhelpers::buildCommands (T *proc, const char *dir, const char *guidance)
 
void UIhelpers::buildCommands (G4OpWLS *op)
 
void UIhelpers::buildCommands (G4Scintillation *ScintillationProcess)
 
void UIhelpers::buildCommands (G4Cerenkov *CerenkovProcess)
 

Macro Definition Documentation

#define DIR_CMDS   "/process/optical"

Definition at line 150 of file G4OpticalPhysics.cc.

#define GUIDANCE   "Commands related to the optical physics simulation engine for "

Definition at line 151 of file G4OpticalPhysics.cc.

Function Documentation

G4_DECLARE_PHYSCONSTR_FACTORY ( G4OpticalPhysics  )