Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4AngleDirect Class Reference

#include <G4AngleDirect.hh>

+ Inheritance diagram for G4AngleDirect:

Public Member Functions

 G4AngleDirect ()
 
 ~G4AngleDirect () override
 
G4ThreeVectorSampleDirection (const G4DynamicParticle *dp, G4double, G4int, const G4Material *) override
 
G4AngleDirectoperator= (const G4AngleDirect &right)=delete
 
 G4AngleDirect (const G4AngleDirect &)=delete
 
- 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 *)
 
virtual void SamplePairDirections (const G4DynamicParticle *dp, G4double elecKinEnergy, G4double posiKinEnergy, G4ThreeVector &dirElectron, G4ThreeVector &dirPositron, G4int Z=0, const G4Material *mat=nullptr)
 
virtual void PrintGeneratorInformation () const
 
const G4StringGetName () const
 
G4VEmAngularDistributionoperator= (const G4VEmAngularDistribution &right)=delete
 
 G4VEmAngularDistribution (const G4VEmAngularDistribution &)=delete
 

Additional Inherited Members

- Protected Attributes inherited from G4VEmAngularDistribution
G4ThreeVector fLocalDirection
 
G4bool fPolarisation
 

Detailed Description

Definition at line 55 of file G4AngleDirect.hh.

Constructor & Destructor Documentation

◆ G4AngleDirect() [1/2]

G4AngleDirect::G4AngleDirect ( )

Definition at line 45 of file G4AngleDirect.cc.

45 : G4VEmAngularDistribution("AngleDirect")
46{}
G4VEmAngularDistribution(const G4String &name)

◆ ~G4AngleDirect()

G4AngleDirect::~G4AngleDirect ( )
overridedefault

◆ G4AngleDirect() [2/2]

G4AngleDirect::G4AngleDirect ( const G4AngleDirect & )
delete

Member Function Documentation

◆ operator=()

G4AngleDirect & G4AngleDirect::operator= ( const G4AngleDirect & right)
delete

◆ SampleDirection()

G4ThreeVector & G4AngleDirect::SampleDirection ( const G4DynamicParticle * dp,
G4double ,
G4int ,
const G4Material *  )
overridevirtual

Implements G4VEmAngularDistribution.

Definition at line 50 of file G4AngleDirect.cc.

53{
55 return fLocalDirection;
56}
const G4ThreeVector & GetMomentumDirection() const

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