Geant4
10.02.p02
|
#include <G4OpAbsorption.hh>
Private Member Functions | |
G4OpAbsorption (const G4OpAbsorption &right) | |
G4OpAbsorption & | operator= (const G4OpAbsorption &right) |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Protected Attributes inherited from G4VProcess | |
const G4ProcessManager * | aProcessManager |
G4VParticleChange * | pParticleChange |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft |
G4double | currentInteractionLength |
G4double | theInitialNumberOfInteractionLength |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType |
G4int | theProcessSubType |
G4double | thePILfactor |
G4bool | enableAtRestDoIt |
G4bool | enableAlongStepDoIt |
G4bool | enablePostStepDoIt |
G4int | verboseLevel |
Definition at line 74 of file G4OpAbsorption.hh.
G4OpAbsorption::G4OpAbsorption | ( | const G4String & | processName = "OpAbsorption" , |
G4ProcessType | type = fOptical |
||
) |
Definition at line 73 of file G4OpAbsorption.cc.
References fOpAbsorption, G4cout, G4endl, G4VProcess::GetProcessName(), G4VProcess::SetProcessSubType(), and G4VProcess::verboseLevel.
G4OpAbsorption::~G4OpAbsorption | ( | ) |
Definition at line 91 of file G4OpAbsorption.cc.
|
private |
|
virtual |
Implements G4VDiscreteProcess.
Definition at line 122 of file G4OpAbsorption.cc.
References DBL_MAX, G4Track::GetDynamicParticle(), G4Track::GetMaterial(), G4Material::GetMaterialPropertiesTable(), and G4DynamicParticle::GetTotalMomentum().
|
inlinevirtual |
Reimplemented from G4VProcess.
Definition at line 124 of file G4OpAbsorption.hh.
References G4OpticalPhoton::OpticalPhoton().
|
private |
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 101 of file G4OpAbsorption.cc.
References G4VProcess::aParticleChange, fStopAndKill, G4cout, G4endl, G4Track::GetDynamicParticle(), G4DynamicParticle::GetTotalMomentum(), G4ParticleChange::Initialize(), G4VDiscreteProcess::PostStepDoIt(), G4VParticleChange::ProposeLocalEnergyDeposit(), G4VParticleChange::ProposeTrackStatus(), and G4VProcess::verboseLevel.