|
Geant4.10
|
#include <G4PhononReflection.hh>
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 previousStepSize) |
| 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 |
| 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 37 of file G4PhononReflection.hh.
| G4PhononReflection::G4PhononReflection | ( | const G4String & | processName = "phononReflection" | ) |
Definition at line 53 of file G4PhononReflection.cc.
|
virtual |
Definition at line 57 of file G4PhononReflection.cc.
|
protectedvirtual |
Implements G4VDiscreteProcess.
Definition at line 66 of file G4PhononReflection.cc.
References DBL_MAX, and Forced.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 80 of file G4PhononReflection.cc.
References G4VProcess::aParticleChange, EventMustBeAborted, fGeomBoundary, fStopAndKill, G4Exception(), G4Track::GetKineticEnergy(), G4Track::GetMomentumDirection(), G4VPhononProcess::GetPolarization(), G4Step::GetPostStepPoint(), G4Track::GetStepLength(), G4StepPoint::GetStepStatus(), G4ParticleChange::Initialize(), G4LatticePhysical::MapKtoV(), G4VParticleChange::ProposeNonIonizingEnergyDeposit(), G4VParticleChange::ProposeTrackStatus(), G4ParticleChange::ProposeVelocity(), and G4VPhononProcess::theLattice.
1.8.7