Geant4
10.03
|
#include <G4DeltaAngle.hh>
Public Member Functions | |
G4DeltaAngle (const G4String &name="") | |
virtual | ~G4DeltaAngle () |
virtual G4ThreeVector & | SampleDirection (const G4DynamicParticle *dp, G4double kinEnergyFinal, G4int Z, const G4Material *mat=nullptr) final |
virtual G4ThreeVector & | SampleDirectionForShell (const G4DynamicParticle *dp, G4double kinEnergyFinal, G4int Z, G4int shellIdx, const G4Material *mat=nullptr) final |
virtual void | PrintGeneratorInformation () const final |
![]() | |
G4VEmAngularDistribution (const G4String &name) | |
virtual | ~G4VEmAngularDistribution () |
const G4String & | GetName () const |
Private Member Functions | |
G4DeltaAngle & | operator= (const G4DeltaAngle &right)=delete |
G4DeltaAngle (const G4DeltaAngle &)=delete | |
Private Attributes | |
const G4ParticleDefinition * | fElectron |
std::vector< G4double > | prob |
G4int | nprob |
G4int | fShellIdx |
Additional Inherited Members | |
![]() | |
G4ThreeVector | fLocalDirection |
Definition at line 57 of file G4DeltaAngle.hh.
|
explicit |
Definition at line 61 of file G4DeltaAngle.cc.
References G4Electron::Electron(), fElectron, fShellIdx, nprob, and prob.
|
virtual |
Definition at line 70 of file G4DeltaAngle.cc.
|
privatedelete |
|
privatedelete |
|
finalvirtual |
Definition at line 196 of file G4DeltaAngle.cc.
|
finalvirtual |
Implements G4VEmAngularDistribution.
Definition at line 83 of file G4DeltaAngle.cc.
References G4InuclSpecialFunctions::bindingEnergy(), fElectron, G4VEmAngularDistribution::fLocalDirection, fShellIdx, G4Log(), G4UniformRand, G4AtomicShells::GetBindingEnergy(), G4DynamicParticle::GetMomentumDirection(), G4AtomicShells::GetNumberOfElectrons(), G4AtomicShells::GetNumberOfShells(), G4DynamicParticle::GetParticleDefinition(), G4DynamicParticle::GetTotalEnergy(), G4DynamicParticle::GetTotalMomentum(), n, nmax, nprob, prob, and twopi.
Referenced by SampleDirectionForShell().
|
finalvirtual |
Reimplemented from G4VEmAngularDistribution.
Definition at line 74 of file G4DeltaAngle.cc.
References fShellIdx, and SampleDirection().
|
private |
Definition at line 84 of file G4DeltaAngle.hh.
Referenced by G4DeltaAngle(), and SampleDirection().
|
private |
Definition at line 87 of file G4DeltaAngle.hh.
Referenced by G4DeltaAngle(), SampleDirection(), and SampleDirectionForShell().
|
private |
Definition at line 86 of file G4DeltaAngle.hh.
Referenced by G4DeltaAngle(), and SampleDirection().
|
private |
Definition at line 85 of file G4DeltaAngle.hh.
Referenced by G4DeltaAngle(), and SampleDirection().