|
Geant4
10.01.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"
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) |
| #define DIR_CMDS "/process/optical" |
Definition at line 146 of file G4OpticalPhysics.cc.
Referenced by UIhelpers::buildCommands(), and G4OpticalPhysics::ConstructProcess().
Definition at line 147 of file G4OpticalPhysics.cc.
Referenced by UIhelpers::buildCommands(), and G4OpticalPhysics::ConstructProcess().
| G4_DECLARE_PHYSCONSTR_FACTORY | ( | G4OpticalPhysics | ) |