Geant4  10.00.p02
G4DeltaAngle Class Reference

#include <G4DeltaAngle.hh>

+ Inheritance diagram for G4DeltaAngle:
+ Collaboration diagram for G4DeltaAngle:

Public Member Functions

 G4DeltaAngle (const G4String &name="")
 
virtual ~G4DeltaAngle ()
 
virtual G4ThreeVectorSampleDirection (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 G4ThreeVectorSampleDirectionForShell (const G4DynamicParticle *dp, G4double finalTotalEnergy, G4int Z, G4int shellID, const G4Material *)
 
const G4StringGetName () const
 

Private Member Functions

G4DeltaAngleoperator= (const G4DeltaAngle &right)
 
 G4DeltaAngle (const G4DeltaAngle &)
 

Private Attributes

const G4ParticleDefinitionfElectron
 
std::vector< G4doubleprob
 
G4int nprob
 

Additional Inherited Members

- Protected Attributes inherited from G4VEmAngularDistribution
G4ThreeVector fLocalDirection
 

Detailed Description

Definition at line 57 of file G4DeltaAngle.hh.

Constructor & Destructor Documentation

G4DeltaAngle::G4DeltaAngle ( const G4String name = "")

Definition at line 60 of file G4DeltaAngle.cc.

References G4Electron::Electron(), fElectron, nprob, and prob.

+ Here is the call graph for this function:

G4DeltaAngle::~G4DeltaAngle ( )
virtual

Definition at line 68 of file G4DeltaAngle.cc.

G4DeltaAngle::G4DeltaAngle ( const G4DeltaAngle )
private

Member Function Documentation

G4DeltaAngle& G4DeltaAngle::operator= ( const G4DeltaAngle right)
private
void G4DeltaAngle::PrintGeneratorInformation ( ) const

Definition at line 154 of file G4DeltaAngle.cc.

Member Data Documentation

const G4ParticleDefinition* G4DeltaAngle::fElectron
private

Definition at line 79 of file G4DeltaAngle.hh.

Referenced by G4DeltaAngle(), and SampleDirection().

G4int G4DeltaAngle::nprob
private

Definition at line 81 of file G4DeltaAngle.hh.

Referenced by G4DeltaAngle(), and SampleDirection().

std::vector<G4double> G4DeltaAngle::prob
private

Definition at line 80 of file G4DeltaAngle.hh.

Referenced by G4DeltaAngle(), and SampleDirection().


The documentation for this class was generated from the following files: