ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/solidstate/phonon/include/G4PhononScattering.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 |
Private Member Functions | |
G4PhononScattering (G4PhononScattering &) | |
G4PhononScattering & | operator= (const G4PhononScattering &right) |
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 |
Definition at line 35 of file G4PhononScattering.hh.
View newest version in sPHENIX GitHub at line 35 of file G4PhononScattering.hh
G4PhononScattering::G4PhononScattering | ( | const G4String & | processName = "phononScattering" | ) |
Definition at line 47 of file G4PhononScattering.cc.
View newest version in sPHENIX GitHub at line 47 of file G4PhononScattering.cc
|
virtual |
Definition at line 50 of file G4PhononScattering.cc.
View newest version in sPHENIX GitHub at line 50 of file G4PhononScattering.cc
|
private |
|
protectedvirtual |
Implements G4VDiscreteProcess.
Definition at line 54 of file G4PhononScattering.cc.
View newest version in sPHENIX GitHub at line 54 of file G4PhononScattering.cc
References B(), G4cout, G4endl, G4Track::GetKineticEnergy(), G4LatticePhysical::GetScatteringConstant(), G4Track::GetVelocity(), source.hepunit::h_Planck, mfp, NotForced, G4VPhononProcess::theLattice, and G4VProcess::verboseLevel.
|
private |
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 74 of file G4PhononScattering.cc.
View newest version in sPHENIX GitHub at line 74 of file G4PhononScattering.cc
References G4ParticleChange::AddSecondary(), G4VProcess::aParticleChange, G4VPhononProcess::ChoosePolarization(), G4VPhononProcess::CreateSecondary(), fGeomBoundary, fStopAndKill, G4RandomDirection(), G4LatticePhysical::GetFTDOS(), G4Track::GetKineticEnergy(), G4LatticePhysical::GetLDOS(), G4Step::GetPostStepPoint(), G4LatticePhysical::GetSTDOS(), G4StepPoint::GetStepStatus(), G4ParticleChange::Initialize(), G4VDiscreteProcess::PostStepDoIt(), G4ParticleChange::ProposeEnergy(), G4VParticleChange::ProposeTrackStatus(), G4VParticleChange::SetNumberOfSecondaries(), and G4VPhononProcess::theLattice.