Geant4
10.02.p01
|
#include <WLSOpticalPhysics.hh>
Public Member Functions | |
WLSOpticalPhysics (G4bool toggle=true) | |
virtual | ~WLSOpticalPhysics () |
virtual void | ConstructParticle () |
virtual void | ConstructProcess () |
G4OpWLS * | GetWLSProcess () |
G4Cerenkov * | GetCerenkovProcess () |
G4Scintillation * | GetScintillationProcess () |
G4OpAbsorption * | GetAbsorptionProcess () |
G4OpRayleigh * | GetRayleighScatteringProcess () |
G4OpMieHG * | GetMieHGScatteringProcess () |
G4OpBoundaryProcess * | GetBoundaryProcess () |
void | SetNbOfPhotonsCerenkov (G4int) |
Public Member Functions inherited from G4VPhysicsConstructor | |
G4VPhysicsConstructor (const G4String &="") | |
G4VPhysicsConstructor (const G4String &name, G4int physics_type) | |
virtual | ~G4VPhysicsConstructor () |
void | SetPhysicsName (const G4String &="") |
const G4String & | GetPhysicsName () const |
void | SetPhysicsType (G4int) |
G4int | GetPhysicsType () const |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
G4int | GetInstanceID () const |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VPhysicsConstructor | |
static const G4VPCManager & | GetSubInstanceManager () |
Protected Member Functions inherited from G4VPhysicsConstructor | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
Protected Attributes inherited from G4VPhysicsConstructor | |
G4int | verboseLevel |
G4String | namePhysics |
G4int | typePhysics |
G4ParticleTable * | theParticleTable |
G4int | g4vpcInstanceID |
Static Protected Attributes inherited from G4VPhysicsConstructor | |
static G4RUN_DLL G4VPCManager | subInstanceManager |
Definition at line 51 of file WLSOpticalPhysics.hh.
WLSOpticalPhysics::WLSOpticalPhysics | ( | G4bool | toggle = true | ) |
Definition at line 40 of file WLSOpticalPhysics.cc.
References fAbsorptionOn, fAbsorptionProcess, fBoundaryProcess, fCerenkovProcess, fMieHGScatteringProcess, fRayleighScattering, fScintProcess, and fWLSProcess.
|
virtual |
Definition at line 54 of file WLSOpticalPhysics.cc.
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 58 of file WLSOpticalPhysics.cc.
References G4OpticalPhoton::OpticalPhotonDefinition().
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 65 of file WLSOpticalPhysics.cc.
References G4ProcessManager::AddDiscreteProcess(), G4ProcessManager::AddProcess(), G4Scintillation::AddSaturation(), aParticleIterator, G4LossTableManager::EmSaturation(), fAbsorptionOn, fAbsorptionProcess, FatalException, fBoundaryProcess, fCerenkovProcess, fMieHGScatteringProcess, fRayleighScattering, fScintProcess, fWLSProcess, G4cout, G4endl, G4Exception(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), idxAtRest, idxPostStep, G4LossTableManager::Instance(), G4Cerenkov::IsApplicable(), G4Scintillation::IsApplicable(), G4OpticalPhoton::OpticalPhoton(), G4Cerenkov::SetMaxNumPhotonsPerStep(), G4ProcessManager::SetProcessOrdering(), G4ProcessManager::SetProcessOrderingToLast(), G4Scintillation::SetScintillationExcitationRatio(), G4Scintillation::SetScintillationYieldFactor(), G4Scintillation::SetTrackSecondariesFirst(), G4Cerenkov::SetTrackSecondariesFirst(), and G4OpWLS::UseTimeProfile().
Referenced by WLSPhysicsList::SetAbsorption().
|
inline |
Definition at line 64 of file WLSOpticalPhysics.hh.
References fAbsorptionProcess.
Referenced by WLSPhysicsList::SetVerbose().
|
inline |
Definition at line 67 of file WLSOpticalPhysics.hh.
References fBoundaryProcess.
Referenced by WLSPhysicsList::SetVerbose().
|
inline |
Definition at line 62 of file WLSOpticalPhysics.hh.
References fCerenkovProcess.
Referenced by WLSPhysicsList::SetVerbose().
|
inline |
Definition at line 66 of file WLSOpticalPhysics.hh.
References fMieHGScatteringProcess.
Referenced by WLSPhysicsList::SetVerbose().
|
inline |
Definition at line 65 of file WLSOpticalPhysics.hh.
References fRayleighScattering.
Referenced by WLSPhysicsList::SetVerbose().
|
inline |
Definition at line 63 of file WLSOpticalPhysics.hh.
References fScintProcess.
Referenced by WLSPhysicsList::SetVerbose().
|
inline |
Definition at line 61 of file WLSOpticalPhysics.hh.
References fWLSProcess.
void WLSOpticalPhysics::SetNbOfPhotonsCerenkov | ( | G4int | maxNumber | ) |
Definition at line 143 of file WLSOpticalPhysics.cc.
References fCerenkovProcess, and G4Cerenkov::SetMaxNumPhotonsPerStep().
Referenced by WLSPhysicsList::SetNbOfPhotonsCerenkov().
|
private |
Definition at line 81 of file WLSOpticalPhysics.hh.
Referenced by ConstructProcess(), and WLSOpticalPhysics().
|
private |
Definition at line 76 of file WLSOpticalPhysics.hh.
Referenced by ConstructProcess(), GetAbsorptionProcess(), and WLSOpticalPhysics().
|
private |
Definition at line 79 of file WLSOpticalPhysics.hh.
Referenced by ConstructProcess(), GetBoundaryProcess(), and WLSOpticalPhysics().
|
private |
Definition at line 74 of file WLSOpticalPhysics.hh.
Referenced by ConstructProcess(), GetCerenkovProcess(), SetNbOfPhotonsCerenkov(), and WLSOpticalPhysics().
|
private |
Definition at line 78 of file WLSOpticalPhysics.hh.
Referenced by ConstructProcess(), GetMieHGScatteringProcess(), and WLSOpticalPhysics().
|
private |
Definition at line 77 of file WLSOpticalPhysics.hh.
Referenced by ConstructProcess(), GetRayleighScatteringProcess(), and WLSOpticalPhysics().
|
private |
Definition at line 75 of file WLSOpticalPhysics.hh.
Referenced by ConstructProcess(), GetScintillationProcess(), and WLSOpticalPhysics().
|
private |
Definition at line 73 of file WLSOpticalPhysics.hh.
Referenced by ConstructProcess(), GetWLSProcess(), and WLSOpticalPhysics().