Geant4.10
|
#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 |
Additional Inherited Members | |
![]() | |
G4ThreeVector | fLocalDirection |
Definition at line 56 of file G4PenelopeBremsstrahlungAngular.hh.
G4PenelopeBremsstrahlungAngular::G4PenelopeBremsstrahlungAngular | ( | ) |
Definition at line 60 of file G4PenelopeBremsstrahlungAngular.cc.
G4PenelopeBremsstrahlungAngular::~G4PenelopeBremsstrahlungAngular | ( | ) |
Definition at line 71 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 78 of file G4PenelopeBremsstrahlungAngular.cc.
Referenced by G4PenelopeBremsstrahlungModel::Initialise(), and G4PenelopeBremsstrahlungModel::InitialiseLocal().
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 468 of file G4PenelopeBremsstrahlungAngular.cc.
References FatalException, G4cout, G4endl, and G4Exception().
void G4PenelopeBremsstrahlungAngular::PrepareTables | ( | const G4Material * | material, |
G4bool | isMaster | ||
) |
Reserved for Master Model.
Definition at line 174 of file G4PenelopeBremsstrahlungAngular.cc.
References python.hepunit::electron_mass_c2, FatalException, G4endl, G4Exception(), python.hepunit::MeV, G4PhysicsTable::push_back(), G4PhysicsFreeVector::PutValue(), G4PhysicsVector::SetSpline(), and G4PhysicsVector::Value().
Referenced by G4PenelopeBremsstrahlungModel::Initialise(), and G4PenelopeBremsstrahlungModel::InitialiseLocal().
|
virtual |
Samples the direction of the outgoing photon (in global coordinates).
Implements G4VEmAngularDistribution.
Definition at line 329 of file G4PenelopeBremsstrahlungAngular.cc.
References python.hepunit::electron_mass_c2, FatalException, G4VEmAngularDistribution::fLocalDirection, G4cout, G4endl, G4Exception(), G4UniformRand, G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentumDirection(), G4Material::GetName(), python.hepunit::keV, G4INCL::Math::max(), G4INCL::Math::min(), CLHEP::Hep3Vector::rotateUz(), CLHEP::Hep3Vector::set(), python.hepunit::twopi, and G4PhysicsVector::Value().
Referenced by G4PenelopeBremsstrahlungModel::SampleSecondaries().
Set/Get Verbosity level.
Definition at line 77 of file G4PenelopeBremsstrahlungAngular.hh.