Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4OpticalPhysics.hh>
Protected Member Functions | |
virtual void | ConstructParticle () |
virtual void | ConstructProcess () |
Protected Member Functions inherited from G4VPhysicsConstructor | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
Additional Inherited Members | |
Protected Attributes inherited from G4VPhysicsConstructor | |
G4int | verboseLevel |
G4String | namePhysics |
G4int | typePhysics |
G4ParticleTable * | theParticleTable |
G4ParticleTable::G4PTblDicIterator * | theParticleIterator |
G4PhysicsListHelper * | thePLHelper |
Definition at line 69 of file G4OpticalPhysics.hh.
Definition at line 53 of file G4OpticalPhysics.cc.
|
virtual |
Definition at line 86 of file G4OpticalPhysics.cc.
void G4OpticalPhysics::AddScintillationSaturation | ( | G4EmSaturation * | saturation | ) |
Adds Birks Saturation to the G4Scintillation Process
Definition at line 302 of file G4OpticalPhysics.cc.
void G4OpticalPhysics::Configure | ( | G4OpticalProcessIndex | index, |
G4bool | isUse | ||
) |
Definition at line 339 of file G4OpticalPhysics.cc.
|
protectedvirtual |
Instantiate particles.
Implements G4VPhysicsConstructor.
Definition at line 140 of file G4OpticalPhysics.cc.
|
protectedvirtual |
Implements G4VPhysicsConstructor.
Definition at line 153 of file G4OpticalPhysics.cc.
|
inlinevirtual |
Definition at line 97 of file G4OpticalPhysics.hh.
|
inlinevirtual |
Definition at line 101 of file G4OpticalPhysics.hh.
|
inlinevirtual |
Definition at line 107 of file G4OpticalPhysics.hh.
|
inlinevirtual |
Definition at line 105 of file G4OpticalPhysics.hh.
|
inlinevirtual |
Definition at line 103 of file G4OpticalPhysics.hh.
|
inlinevirtual |
Definition at line 99 of file G4OpticalPhysics.hh.
|
inlinevirtual |
Definition at line 95 of file G4OpticalPhysics.hh.
void G4OpticalPhysics::SetFiniteRiseTime | ( | G4bool | finiteRiseTime | ) |
Definition at line 332 of file G4OpticalPhysics.cc.
Referenced by G4OpticalPhysicsMessenger::SetNewValue().
void G4OpticalPhysics::SetMaxBetaChangePerStep | ( | G4double | maxBetaChange | ) |
Limit step to the specified maximum change of beta of the parent particle
Definition at line 282 of file G4OpticalPhysics.cc.
Referenced by G4OpticalPhysicsMessenger::SetNewValue().
void G4OpticalPhysics::SetMaxNumPhotonsPerStep | ( | G4int | maxNumPhotons | ) |
Limit step to the specified maximum number of Cherenkov photons
Definition at line 272 of file G4OpticalPhysics.cc.
Referenced by G4OpticalPhysicsMessenger::SetNewValue().
Definition at line 352 of file G4OpticalPhysics.cc.
void G4OpticalPhysics::SetScintillationByParticleType | ( | G4bool | scintillationByParticleType | ) |
Definition at line 310 of file G4OpticalPhysics.cc.
Referenced by G4OpticalPhysicsMessenger::SetNewValue().
void G4OpticalPhysics::SetScintillationExcitationRatio | ( | G4double | excitationRatio | ) |
Set the scintillation excitation ratio
Definition at line 262 of file G4OpticalPhysics.cc.
void G4OpticalPhysics::SetScintillationYieldFactor | ( | G4double | yieldFactor | ) |
Set the scintillation yield factor
Definition at line 252 of file G4OpticalPhysics.cc.
Referenced by G4OpticalPhysicsMessenger::SetNewValue().
void G4OpticalPhysics::SetTrackSecondariesFirst | ( | G4OpticalProcessIndex | index, |
G4bool | trackSecondariesFirst | ||
) |
Definition at line 318 of file G4OpticalPhysics.cc.
Referenced by ConstructProcess(), and G4OpticalPhysicsMessenger::SetNewValue().
void G4OpticalPhysics::SetWLSTimeProfile | ( | G4String | profile | ) |
Set the WLS time profile (delta or exponential)
Definition at line 292 of file G4OpticalPhysics.cc.
Referenced by G4OpticalPhysicsMessenger::SetNewValue().