Geant4
10.00.p01
|
#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=0) |
void | PrintGeneratorInformation () const |
Public Member Functions inherited from G4VEmAngularDistribution | |
G4VEmAngularDistribution (const G4String &name) | |
virtual | ~G4VEmAngularDistribution () |
virtual G4ThreeVector & | SampleDirectionForShell (const G4DynamicParticle *dp, G4double finalTotalEnergy, G4int Z, G4int shellID, const G4Material *) |
const G4String & | GetName () const |
Private Member Functions | |
G4DeltaAngle & | operator= (const G4DeltaAngle &right) |
G4DeltaAngle (const G4DeltaAngle &) | |
Private Attributes | |
const G4ParticleDefinition * | fElectron |
std::vector< G4double > | prob |
G4int | nprob |
Additional Inherited Members | |
Protected Attributes inherited from G4VEmAngularDistribution | |
G4ThreeVector | fLocalDirection |
Definition at line 57 of file G4DeltaAngle.hh.
G4DeltaAngle::G4DeltaAngle | ( | const G4String & | name = "" | ) |
Definition at line 60 of file G4DeltaAngle.cc.
References G4Electron::Electron(), fElectron, nprob, and prob.
|
virtual |
Definition at line 68 of file G4DeltaAngle.cc.
|
private |
|
private |
void G4DeltaAngle::PrintGeneratorInformation | ( | ) | const |
Definition at line 154 of file G4DeltaAngle.cc.
|
virtual |
Implements G4VEmAngularDistribution.
Definition at line 72 of file G4DeltaAngle.cc.
References G4InuclSpecialFunctions::bindingEnergy(), fElectron, G4VEmAngularDistribution::fLocalDirection, G4Log(), G4UniformRand, G4InuclParticleNames::gam, G4AtomicShells::GetBindingEnergy(), G4DynamicParticle::GetMomentumDirection(), G4AtomicShells::GetNumberOfElectrons(), G4AtomicShells::GetNumberOfShells(), G4DynamicParticle::GetParticleDefinition(), G4ParticleDefinition::GetPDGMass(), G4DynamicParticle::GetTotalEnergy(), G4DynamicParticle::GetTotalMomentum(), nprob, and prob.
|
private |
Definition at line 79 of file G4DeltaAngle.hh.
Referenced by G4DeltaAngle(), and SampleDirection().
|
private |
Definition at line 81 of file G4DeltaAngle.hh.
Referenced by G4DeltaAngle(), and SampleDirection().
|
private |
Definition at line 80 of file G4DeltaAngle.hh.
Referenced by G4DeltaAngle(), and SampleDirection().