#include <G4PenelopeBremsstrahlungAngular.hh>
Public 멤버 함수 | |
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). 더 자세히 ... | |
void | SetVerbosityLevel (G4int vl) |
Set/Get Verbosity level. 더 자세히 ... | |
G4int | GetVerbosityLevel () |
void | Initialize () |
void | PrepareTables (const G4Material *material, G4bool isMaster) |
Reserved for Master Model. 더 자세히 ... | |
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) |
const G4String & | GetName () const |
Protected 속성 | |
G4ThreeVector | fLocalDirection |
Private 멤버 함수 | |
void | ClearTables () |
G4double | CalculateEffectiveZ (const G4Material *material) |
void | ReadDataFile () |
Private 속성 | |
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 |
정적 Private 속성 | |
static const G4int | NumberofZPoints =6 |
static const G4int | NumberofEPoints =6 |
static const G4int | NumberofKPoints =4 |
G4PenelopeBremsstrahlungAngular.hh 파일의 56 번째 라인에서 정의되었습니다.
G4PenelopeBremsstrahlungAngular::G4PenelopeBremsstrahlungAngular | ( | ) |
G4PenelopeBremsstrahlungAngular.cc 파일의 61 번째 라인에서 정의되었습니다.
다음을 참조함 : dataRead, verbosityLevel.
G4PenelopeBremsstrahlungAngular::~G4PenelopeBremsstrahlungAngular | ( | ) |
G4PenelopeBremsstrahlungAngular.cc 파일의 72 번째 라인에서 정의되었습니다.
다음을 참조함 : ClearTables().
|
private |
G4PenelopeBremsstrahlungAngular.cc 파일의 480 번째 라인에서 정의되었습니다.
다음을 참조함 : g, G4Material::GetElementVector(), G4Material::GetFractionVector(), G4Material::GetNumberOfElements(), mole, theEffectiveZSq, Z.
다음에 의해서 참조됨 : PrepareTables().
|
private |
G4PenelopeBremsstrahlungAngular.cc 파일의 86 번째 라인에서 정의되었습니다.
다음을 참조함 : tab(), theEffectiveZSq, theLorentzTables1, theLorentzTables2.
다음에 의해서 참조됨 : Initialize(), ~G4PenelopeBremsstrahlungAngular().
G4VEmAngularDistribution.hh 파일의 110 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VEmAngularDistribution::fName.
다음에 의해서 참조됨 : G4EmModelManager::DumpModelList().
|
inline |
G4PenelopeBremsstrahlungAngular.hh 파일의 78 번째 라인에서 정의되었습니다.
다음을 참조함 : verbosityLevel.
void G4PenelopeBremsstrahlungAngular::Initialize | ( | ) |
Reserved for Master Model The Initialize() method forces the cleaning of tables
G4PenelopeBremsstrahlungAngular.cc 파일의 79 번째 라인에서 정의되었습니다.
다음을 참조함 : ClearTables().
다음에 의해서 참조됨 : G4PenelopeBremsstrahlungModel::Initialise(), 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().
G4PenelopeBremsstrahlungAngular.cc 파일의 467 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4cout, G4endl, G4Exception().
void G4PenelopeBremsstrahlungAngular::PrepareTables | ( | const G4Material * | material, |
G4bool | isMaster | ||
) |
Reserved for Master Model.
G4PenelopeBremsstrahlungAngular.cc 파일의 173 번째 라인에서 정의되었습니다.
다음을 참조함 : CalculateEffectiveZ(), dataRead, CLHEP::electron_mass_c2, FatalException, G4endl, G4Exception(), G4Exp(), MeV, NumberofEPoints, NumberofKPoints, NumberofZPoints, G4PhysicsTable::push_back(), G4PhysicsFreeVector::PutValue(), QQ1, QQ2, ReadDataFile(), G4PhysicsVector::SetSpline(), theLorentzTables1, theLorentzTables2, G4PhysicsVector::Value().
다음에 의해서 참조됨 : G4PenelopeBremsstrahlungModel::Initialise(), G4PenelopeBremsstrahlungModel::InitialiseLocal().
|
private |
G4PenelopeBremsstrahlungAngular.cc 파일의 120 번째 라인에서 정의되었습니다.
다음을 참조함 : dataRead, FatalException, file, G4endl, G4Exception(), NumberofEPoints, NumberofKPoints, NumberofZPoints, QQ1, QQ2.
다음에 의해서 참조됨 : PrepareTables().
|
virtual |
Samples the direction of the outgoing photon (in global coordinates).
G4PenelopeBremsstrahlungAngular.cc 파일의 328 번째 라인에서 정의되었습니다.
다음을 참조함 : beta, CLHEP::electron_mass_c2, FatalException, G4VEmAngularDistribution::fLocalDirection, G4cout, G4endl, G4Exception(), G4Exp(), G4UniformRand, G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMomentumDirection(), G4Material::GetName(), keV, G4INCL::Math::max(), G4INCL::Math::min(), P1, P10, P11, P2, P20, P21, CLHEP::Hep3Vector::rotateUz(), CLHEP::Hep3Vector::set(), theEffectiveZSq, theLorentzTables1, theLorentzTables2, twopi, G4PhysicsVector::Value(), verbosityLevel.
다음에 의해서 참조됨 : G4PenelopeBremsstrahlungModel::SampleSecondaries().
|
virtualinherited |
G4DNABornAngle, G4DNARuddAngle, G4DeltaAngle에서 재구현되었습니다.
G4VEmAngularDistribution.cc 파일의 66 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VEmAngularDistribution::SampleDirection().
다음에 의해서 참조됨 : G4DNARuddIonisationExtendedModel::SampleSecondaries(), G4DNARuddIonisationModel::SampleSecondaries(), G4DNABornIonisationModel1::SampleSecondaries(), G4DNABornIonisationModel2::SampleSecondaries(), G4DNAEmfietzoglouIonisationModel::SampleSecondaries(), G4MicroElecInelasticModel::SampleSecondaries().
|
virtualinherited |
G4ModifiedTsai, G4DipBustGenerator에서 재구현되었습니다.
G4VEmAngularDistribution.cc 파일의 77 번째 라인에서 정의되었습니다.
다음을 참조함 : G4DynamicParticle::GetMomentumDirection().
다음에 의해서 참조됨 : G4BetheHeitlerModel::SampleSecondaries(), G4PairProductionRelModel::SampleSecondaries().
Set/Get Verbosity level.
G4PenelopeBremsstrahlungAngular.hh 파일의 77 번째 라인에서 정의되었습니다.
다음을 참조함 : verbosityLevel.
|
private |
G4PenelopeBremsstrahlungAngular.hh 파일의 102 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4PenelopeBremsstrahlungAngular(), PrepareTables(), ReadDataFile().
|
protectedinherited |
G4VEmAngularDistribution.hh 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4PhotoElectricAngularGeneratorPolarized::SampleDirection(), G4DeltaAngleFreeScat::SampleDirection(), G4DipBustGenerator::SampleDirection(), G4PhotoElectricAngularGeneratorSimple::SampleDirection(), G4SauterGavrilaAngularDistribution::SampleDirection(), G4DeltaAngle::SampleDirection(), G4PhotoElectricAngularGeneratorSauterGavrila::SampleDirection(), G4AngleDirect::SampleDirection(), G4RayleighAngularGenerator::SampleDirection(), G4Generator2BN::SampleDirection(), SampleDirection(), G4ModifiedTsai::SampleDirection(), G4Generator2BS::SampleDirection(), G4DNABornAngle::SampleDirectionForShell(), G4DNARuddAngle::SampleDirectionForShell().
|
staticprivate |
G4PenelopeBremsstrahlungAngular.hh 파일의 105 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : PrepareTables(), ReadDataFile().
|
staticprivate |
G4PenelopeBremsstrahlungAngular.hh 파일의 106 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : PrepareTables(), ReadDataFile().
|
staticprivate |
G4PenelopeBremsstrahlungAngular.hh 파일의 104 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : PrepareTables(), ReadDataFile().
|
private |
G4PenelopeBremsstrahlungAngular.hh 파일의 108 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : PrepareTables(), ReadDataFile().
|
private |
G4PenelopeBremsstrahlungAngular.hh 파일의 109 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : PrepareTables(), ReadDataFile().
|
private |
G4PenelopeBremsstrahlungAngular.hh 파일의 94 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CalculateEffectiveZ(), ClearTables(), SampleDirection().
|
private |
G4PenelopeBremsstrahlungAngular.hh 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ClearTables(), PrepareTables(), SampleDirection().
|
private |
G4PenelopeBremsstrahlungAngular.hh 파일의 99 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ClearTables(), PrepareTables(), SampleDirection().
|
private |
G4PenelopeBremsstrahlungAngular.hh 파일의 111 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4PenelopeBremsstrahlungAngular(), GetVerbosityLevel(), SampleDirection(), SetVerbosityLevel().