|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PenelopeBremsstrahlungAngular.hh>
Inheritance diagram for G4PenelopeBremsstrahlungAngular:Public Member Functions | |
| G4PenelopeBremsstrahlungAngular () | |
| ~G4PenelopeBremsstrahlungAngular () | |
| G4ThreeVector & | SampleDirection (const G4DynamicParticle *dp, G4double out_energy, G4int Z, const G4Material *mat=nullptr) override |
| Samples the direction of the outgoing photon (in global coordinates). | |
| void | SetVerbosityLevel (G4int vl) |
| Set/Get Verbosity level. | |
| G4int | GetVerbosityLevel () |
| void | Initialize () |
| void | PrepareTables (const G4Material *material, G4bool isMaster) |
| Reserved for Master Model. | |
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 *) |
| 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 G4String & | GetName () const |
| G4VEmAngularDistribution & | operator= (const G4VEmAngularDistribution &right)=delete |
| G4VEmAngularDistribution (const G4VEmAngularDistribution &)=delete | |
Additional Inherited Members | |
Protected Attributes inherited from G4VEmAngularDistribution | |
| G4ThreeVector | fLocalDirection |
| G4bool | fPolarisation |
Definition at line 55 of file G4PenelopeBremsstrahlungAngular.hh.
|
explicit |
Definition at line 60 of file G4PenelopeBremsstrahlungAngular.cc.
| G4PenelopeBremsstrahlungAngular::~G4PenelopeBremsstrahlungAngular | ( | ) |
Definition at line 71 of file G4PenelopeBremsstrahlungAngular.cc.
|
inline |
Definition at line 69 of file G4PenelopeBremsstrahlungAngular.hh.
| void G4PenelopeBremsstrahlungAngular::Initialize | ( | ) |
Reserved for Master Model The Initialize() method forces the cleaning of tables
Definition at line 78 of file G4PenelopeBremsstrahlungAngular.cc.
| void G4PenelopeBremsstrahlungAngular::PrepareTables | ( | const G4Material * | material, |
| G4bool | isMaster ) |
Reserved for Master Model.
Definition at line 174 of file G4PenelopeBremsstrahlungAngular.cc.
Referenced by SampleDirection().
|
overridevirtual |
Samples the direction of the outgoing photon (in global coordinates).
Implements G4VEmAngularDistribution.
Definition at line 326 of file G4PenelopeBremsstrahlungAngular.cc.
|
inline |
Set/Get Verbosity level.
Definition at line 68 of file G4PenelopeBremsstrahlungAngular.hh.