|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PhononScattering.hh>
Inheritance diagram for G4PhononScattering:Protected Member Functions | |
| virtual G4double | GetMeanFreePath (const G4Track &, G4double, G4ForceCondition *) |
Protected Member Functions inherited from G4VPhononProcess | |
| 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 G4VProcess | |
| void | SubtractNumberOfInteractionLengthLeft (G4double prevStepSize) |
| void | ClearNumberOfInteractionLengthLeft () |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
| static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Attributes inherited from G4VPhononProcess | |
| 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 |
Definition at line 35 of file G4PhononScattering.hh.
| G4PhononScattering::G4PhononScattering | ( | const G4String & | processName = "phononScattering" | ) |
Definition at line 47 of file G4PhononScattering.cc.
|
virtual |
Definition at line 50 of file G4PhononScattering.cc.
|
protectedvirtual |
Implements G4VDiscreteProcess.
Definition at line 54 of file G4PhononScattering.cc.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 74 of file G4PhononScattering.cc.