Geant4
10.03.p03
|
#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"
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) |
#define DIR_CMDS "/process/optical" |
Definition at line 150 of file G4OpticalPhysics.cc.
Definition at line 151 of file G4OpticalPhysics.cc.
G4_DECLARE_PHYSCONSTR_FACTORY | ( | G4OpticalPhysics | ) |