Geant4
10.02.p03
|
#include <G4PenelopeBremsstrahlungAngular.hh>
Public Member Functions | |
G4PenelopeBremsstrahlungAngular () | |
~G4PenelopeBremsstrahlungAngular () | |
G4double | PolarAngle (const G4double initial_energy, const G4double final_energy, const G4int Z) |
G4ThreeVector & | SampleDirection (const G4DynamicParticle *dp, G4double out_energy, G4int Z, const G4Material *mat=0) |
Samples the direction of the outgoing photon (in global coordinates). More... | |
void | SetVerbosityLevel (G4int vl) |
Set/Get Verbosity level. More... | |
G4int | GetVerbosityLevel () |
void | Initialize () |
void | PrepareTables (const G4Material *material, G4bool isMaster) |
Reserved for Master Model. More... | |
![]() | |
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 | |
void | ClearTables () |
G4double | CalculateEffectiveZ (const G4Material *material) |
void | ReadDataFile () |
Private Attributes | |
std::map< const G4Material *, G4double > * | theEffectiveZSq |
std::map< G4double, G4PhysicsTable * > * | theLorentzTables1 |
std::map< G4double, G4PhysicsTable * > * | theLorentzTables2 |
G4bool | dataRead |
G4double | QQ1 [NumberofZPoints][NumberofEPoints][NumberofKPoints] |
G4double | QQ2 [NumberofZPoints][NumberofEPoints][NumberofKPoints] |
G4int | verbosityLevel |
Static Private Attributes | |
static const G4int | NumberofZPoints =6 |
static const G4int | NumberofEPoints =6 |
static const G4int | NumberofKPoints =4 |
Additional Inherited Members | |
![]() | |
G4ThreeVector | fLocalDirection |
Definition at line 56 of file G4PenelopeBremsstrahlungAngular.hh.
G4PenelopeBremsstrahlungAngular::G4PenelopeBremsstrahlungAngular | ( | ) |
Definition at line 61 of file G4PenelopeBremsstrahlungAngular.cc.
G4PenelopeBremsstrahlungAngular::~G4PenelopeBremsstrahlungAngular | ( | ) |
Definition at line 72 of file G4PenelopeBremsstrahlungAngular.cc.
|
private |
Definition at line 482 of file G4PenelopeBremsstrahlungAngular.cc.
|
private |
Definition at line 86 of file G4PenelopeBremsstrahlungAngular.cc.
|
inline |
Definition at line 78 of file G4PenelopeBremsstrahlungAngular.hh.
void G4PenelopeBremsstrahlungAngular::Initialize | ( | ) |
Reserved for Master Model The Initialize() method forces the cleaning of tables
Definition at line 79 of file G4PenelopeBremsstrahlungAngular.cc.
G4double G4PenelopeBremsstrahlungAngular::PolarAngle | ( | const G4double | initial_energy, |
const G4double | final_energy, | ||
const G4int | Z | ||
) |
Old interface, backwards compatibility. Will not work in this case it will produce a G4Exception().
Definition at line 469 of file G4PenelopeBremsstrahlungAngular.cc.
void G4PenelopeBremsstrahlungAngular::PrepareTables | ( | const G4Material * | material, |
G4bool | isMaster | ||
) |
Reserved for Master Model.
Definition at line 175 of file G4PenelopeBremsstrahlungAngular.cc.
|
private |
Definition at line 122 of file G4PenelopeBremsstrahlungAngular.cc.
|
virtual |
Samples the direction of the outgoing photon (in global coordinates).
Implements G4VEmAngularDistribution.
Definition at line 330 of file G4PenelopeBremsstrahlungAngular.cc.
|
inline |
Set/Get Verbosity level.
Definition at line 77 of file G4PenelopeBremsstrahlungAngular.hh.
|
private |
Definition at line 102 of file G4PenelopeBremsstrahlungAngular.hh.
|
staticprivate |
Definition at line 105 of file G4PenelopeBremsstrahlungAngular.hh.
|
staticprivate |
Definition at line 106 of file G4PenelopeBremsstrahlungAngular.hh.
|
staticprivate |
Definition at line 104 of file G4PenelopeBremsstrahlungAngular.hh.
|
private |
Definition at line 108 of file G4PenelopeBremsstrahlungAngular.hh.
|
private |
Definition at line 109 of file G4PenelopeBremsstrahlungAngular.hh.
|
private |
Definition at line 94 of file G4PenelopeBremsstrahlungAngular.hh.
|
private |
Definition at line 98 of file G4PenelopeBremsstrahlungAngular.hh.
|
private |
Definition at line 99 of file G4PenelopeBremsstrahlungAngular.hh.
|
private |
Definition at line 111 of file G4PenelopeBremsstrahlungAngular.hh.