Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VPhononProcess.hh>
Protected Member Functions | |
virtual G4int | GetPolarization (const G4Track &track) const |
virtual G4int | GetPolarization (const G4Track *track) const |
virtual G4int | ChoosePolarization (G4double Ldos, G4double STdos, G4double FTdos) const |
virtual G4Track * | CreateSecondary (G4int polarization, const G4ThreeVector &K, G4double energy) const |
Protected Member Functions inherited from G4VDiscreteProcess | |
virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0 |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double prevStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
Protected Attributes | |
G4PhononTrackMap * | trackKmap |
const G4LatticePhysical * | theLattice |
Protected Attributes inherited from G4VProcess | |
const G4ProcessManager * | aProcessManager = nullptr |
G4VParticleChange * | pParticleChange = nullptr |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft = -1.0 |
G4double | currentInteractionLength = -1.0 |
G4double | theInitialNumberOfInteractionLength = -1.0 |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType = fNotDefined |
G4int | theProcessSubType = -1 |
G4double | thePILfactor = 1.0 |
G4int | verboseLevel = 0 |
G4bool | enableAtRestDoIt = true |
G4bool | enableAlongStepDoIt = true |
G4bool | enablePostStepDoIt = true |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Definition at line 41 of file G4VPhononProcess.hh.
G4VPhononProcess::G4VPhononProcess | ( | const G4String & | processName | ) |
Definition at line 53 of file G4VPhononProcess.cc.
|
virtual |
Definition at line 58 of file G4VPhononProcess.cc.
|
protectedvirtual |
Definition at line 103 of file G4VPhononProcess.cc.
Referenced by G4PhononScattering::PostStepDoIt().
|
protectedvirtual |
Definition at line 119 of file G4VPhononProcess.cc.
Referenced by G4PhononScattering::PostStepDoIt().
|
virtual |
Reimplemented from G4VProcess.
Definition at line 86 of file G4VPhononProcess.cc.
Definition at line 96 of file G4VPhononProcess.cc.
Referenced by GetPolarization(), and G4PhononReflection::PostStepDoIt().
|
inlineprotectedvirtual |
Definition at line 56 of file G4VPhononProcess.hh.
|
virtual |
Reimplemented from G4VProcess.
Reimplemented in G4PhononDownconversion.
Definition at line 63 of file G4VPhononProcess.cc.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 72 of file G4VPhononProcess.cc.
|
protected |
Definition at line 71 of file G4VPhononProcess.hh.
Referenced by CreateSecondary(), EndTracking(), G4PhononDownconversion::GetMeanFreePath(), G4PhononScattering::GetMeanFreePath(), G4PhononDownconversion::PostStepDoIt(), G4PhononReflection::PostStepDoIt(), G4PhononScattering::PostStepDoIt(), and StartTracking().
|
protected |
Definition at line 70 of file G4VPhononProcess.hh.
Referenced by CreateSecondary(), EndTracking(), and StartTracking().