Geant4-11
|
#include <G4UrbanFluctuation.hh>
Public Member Functions | |
G4double | Dispersion (const G4Material *, const G4DynamicParticle *, const G4double, const G4double, const G4double) override |
G4UrbanFluctuation (const G4String &nam="UrbanFluc") | |
G4UrbanFluctuation (const G4UrbanFluctuation &)=delete | |
const G4String & | GetName () const |
void | InitialiseMe (const G4ParticleDefinition *) override |
G4UrbanFluctuation & | operator= (const G4UrbanFluctuation &right)=delete |
G4double | SampleFluctuations (const G4MaterialCutsCouple *, const G4DynamicParticle *, const G4double, const G4double, const G4double, const G4double) override |
void | SetParticleAndCharge (const G4ParticleDefinition *, G4double q2) override |
~G4UrbanFluctuation () override | |
Protected Member Functions | |
void | AddExcitation (CLHEP::HepRandomEngine *rndm, const G4double ax, const G4double ex, G4double &eav, G4double &eloss, G4double &esig2) |
void | SampleGauss (CLHEP::HepRandomEngine *rndm, const G4double eav, const G4double esig2, G4double &eloss) |
G4double | SampleGlandz (CLHEP::HepRandomEngine *rndm, const G4Material *, const G4double tcut) override |
Protected Attributes | |
G4double | a0 = 42.0 |
G4double | chargeSquare = 1.0 |
G4double | e0 = 0.0 |
G4double | fw = 4.0 |
G4double | ipotFluct = 0.0 |
G4double | ipotLogFluct = 0.0 |
G4double | m_Inv_particleMass = DBL_MAX |
G4double | m_massrate = DBL_MAX |
G4double | meanLoss = 0.0 |
G4double | minLoss |
G4double | minNumberInteractionsBohr = 10.0 |
G4double | nmaxCont = 8.0 |
const G4ParticleDefinition * | particle = nullptr |
G4double | particleMass = 0.0 |
G4double | rate = 0.56 |
G4double * | rndmarray = nullptr |
G4int | sizearray = 30 |
G4double | w2 = 0.0 |
Private Attributes | |
G4double | e1Fluct = 0.0 |
G4double | e1LogFluct = 0.0 |
G4double | e2Fluct = 0.0 |
G4double | e2LogFluct = 0.0 |
G4double | esmall = 0.0 |
G4double | f1Fluct = 0.0 |
G4double | f2Fluct = 0.0 |
G4LossTableManager * | fManager |
const G4Material * | lastMaterial = nullptr |
const G4String | name |
Definition at line 54 of file G4UrbanFluctuation.hh.
|
explicit |
Definition at line 55 of file G4UrbanFluctuation.cc.
|
override |
Definition at line 61 of file G4UrbanFluctuation.cc.
|
delete |
|
inlineprotectedinherited |
Definition at line 129 of file G4UniversalFluctuation.hh.
References CLHEP::HepRandomEngine::flat(), G4Poisson(), and G4UniversalFluctuation::nmaxCont.
Referenced by G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
overridevirtualinherited |
Implements G4VEmFluctuationModel.
Definition at line 244 of file G4UniversalFluctuation.cc.
References anonymous_namespace{G4PionRadiativeDecayChannel.cc}::beta, G4UniversalFluctuation::chargeSquare, G4DynamicParticle::GetBeta(), G4DynamicParticle::GetDefinition(), G4UniversalFluctuation::InitialiseMe(), eplot::material, G4UniversalFluctuation::particle, and CLHEP::twopi_mc2_rcl2.
|
inlineinherited |
Definition at line 121 of file G4VEmFluctuationModel.hh.
References G4VEmFluctuationModel::name.
Referenced by G4LossTableManager::Register(), and G4EmConfigurator::SetModelForRegion().
|
overridevirtualinherited |
Reimplemented from G4VEmFluctuationModel.
Definition at line 74 of file G4UniversalFluctuation.cc.
References G4UniversalFluctuation::chargeSquare, CLHEP::electron_mass_c2, CLHEP::eplus, G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4UniversalFluctuation::m_Inv_particleMass, G4UniversalFluctuation::m_massrate, G4UniversalFluctuation::particle, and G4UniversalFluctuation::particleMass.
Referenced by G4UniversalFluctuation::Dispersion(), G4IonFluctuations::InitialiseMe(), and G4UniversalFluctuation::SampleFluctuations().
|
delete |
|
overridevirtualinherited |
Implements G4VEmFluctuationModel.
Definition at line 89 of file G4UniversalFluctuation.cc.
References anonymous_namespace{G4PionRadiativeDecayChannel.cc}::beta, G4UniversalFluctuation::chargeSquare, G4UniversalFluctuation::e0, CLHEP::electron_mass_c2, G4Log(), G4InuclParticleNames::gam, G4DynamicParticle::GetBeta(), G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4MaterialCutsCouple::GetMaterial(), G4UniversalFluctuation::InitialiseMe(), G4UniversalFluctuation::ipotFluct, G4UniversalFluctuation::ipotLogFluct, CLHEP::keV, G4UniversalFluctuation::m_Inv_particleMass, eplot::material, G4UniversalFluctuation::meanLoss, G4INCL::Math::min(), G4UniversalFluctuation::minLoss, G4UniversalFluctuation::minNumberInteractionsBohr, G4UniversalFluctuation::particle, G4UniversalFluctuation::particleMass, G4UniversalFluctuation::SampleGlandz(), G4INCL::DeJongSpin::shoot(), CLHEP::twopi_mc2_rcl2, and G4UniversalFluctuation::w2.
Referenced by G4IonFluctuations::SampleFluctuations().
|
inlineprotectedinherited |
Definition at line 146 of file G4UniversalFluctuation.hh.
References CLHEP::HepRandomEngine::flat(), and G4INCL::DeJongSpin::shoot().
Referenced by G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
overrideprotectedvirtual |
Reimplemented from G4UniversalFluctuation.
Definition at line 66 of file G4UrbanFluctuation.cc.
References G4UniversalFluctuation::a0, G4UniversalFluctuation::AddExcitation(), C(), G4UniversalFluctuation::e0, e1, e1Fluct, e1LogFluct, e2, e2Fluct, e2LogFluct, esmall, f1Fluct, f2Fluct, CLHEP::HepRandomEngine::flatArray(), G4UniversalFluctuation::fw, G4Log(), G4Poisson(), G4UniversalFluctuation::ipotFluct, G4UniversalFluctuation::ipotLogFluct, lastMaterial, eplot::material, G4UniversalFluctuation::meanLoss, G4UniversalFluctuation::nmaxCont, G4UniversalFluctuation::rate, G4UniversalFluctuation::rndmarray, G4UniversalFluctuation::SampleGauss(), G4UniversalFluctuation::sizearray, and G4UniversalFluctuation::w2.
|
overridevirtualinherited |
Reimplemented from G4VEmFluctuationModel.
Definition at line 260 of file G4UniversalFluctuation.cc.
References G4UniversalFluctuation::chargeSquare, CLHEP::electron_mass_c2, G4ParticleDefinition::GetPDGMass(), G4UniversalFluctuation::m_Inv_particleMass, G4UniversalFluctuation::m_massrate, G4UniversalFluctuation::particle, and G4UniversalFluctuation::particleMass.
Referenced by G4IonFluctuations::SetParticleAndCharge().
|
protectedinherited |
Definition at line 117 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
protectedinherited |
Definition at line 104 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::Dispersion(), G4UniversalFluctuation::InitialiseMe(), G4UniversalFluctuation::SampleFluctuations(), and G4UniversalFluctuation::SetParticleAndCharge().
|
protectedinherited |
Definition at line 109 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleFluctuations(), G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
private |
Definition at line 79 of file G4UrbanFluctuation.hh.
Referenced by SampleGlandz().
|
private |
Definition at line 81 of file G4UrbanFluctuation.hh.
Referenced by SampleGlandz().
|
private |
Definition at line 80 of file G4UrbanFluctuation.hh.
Referenced by SampleGlandz().
|
private |
Definition at line 82 of file G4UrbanFluctuation.hh.
Referenced by SampleGlandz().
|
private |
Definition at line 83 of file G4UrbanFluctuation.hh.
Referenced by SampleGlandz().
|
private |
Definition at line 77 of file G4UrbanFluctuation.hh.
Referenced by SampleGlandz().
|
private |
Definition at line 78 of file G4UrbanFluctuation.hh.
Referenced by SampleGlandz().
|
privateinherited |
Definition at line 115 of file G4VEmFluctuationModel.hh.
Referenced by G4VEmFluctuationModel::G4VEmFluctuationModel(), and G4VEmFluctuationModel::~G4VEmFluctuationModel().
|
protectedinherited |
Definition at line 116 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
protectedinherited |
Definition at line 107 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleFluctuations(), G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
protectedinherited |
Definition at line 108 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleFluctuations(), and SampleGlandz().
|
private |
Definition at line 76 of file G4UrbanFluctuation.hh.
Referenced by SampleGlandz().
Definition at line 102 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::InitialiseMe(), G4UniversalFluctuation::SampleFluctuations(), and G4UniversalFluctuation::SetParticleAndCharge().
Definition at line 103 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::InitialiseMe(), and G4UniversalFluctuation::SetParticleAndCharge().
|
protectedinherited |
Definition at line 119 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleFluctuations(), G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
protectedinherited |
Definition at line 113 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleFluctuations().
|
protectedinherited |
Definition at line 112 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleFluctuations().
|
privateinherited |
Definition at line 114 of file G4VEmFluctuationModel.hh.
Referenced by source.g4viscp.G4Scene::create_scene(), G4VEmFluctuationModel::GetName(), mcscore.MCParticle::printout(), and source.g4viscp.G4Scene::update_scene().
|
protectedinherited |
Definition at line 114 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::AddExcitation(), G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
protectedinherited |
Definition at line 121 of file G4UniversalFluctuation.hh.
Referenced by emcalc_gui.MainWindow::cb_select_particle(), emcalc_gui.MainWindow::cb_show_plot(), G4UniversalFluctuation::Dispersion(), G4UniversalFluctuation::InitialiseMe(), G4UniversalFluctuation::SampleFluctuations(), and G4UniversalFluctuation::SetParticleAndCharge().
|
protectedinherited |
Definition at line 101 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::InitialiseMe(), G4UniversalFluctuation::SampleFluctuations(), and G4UniversalFluctuation::SetParticleAndCharge().
|
protectedinherited |
Definition at line 115 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
protectedinherited |
Definition at line 122 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::G4UniversalFluctuation(), G4UniversalFluctuation::SampleGlandz(), SampleGlandz(), and G4UniversalFluctuation::~G4UniversalFluctuation().
|
protectedinherited |
Definition at line 123 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::G4UniversalFluctuation(), G4UniversalFluctuation::SampleGlandz(), and SampleGlandz().
|
protectedinherited |
Definition at line 118 of file G4UniversalFluctuation.hh.
Referenced by G4UniversalFluctuation::SampleFluctuations(), and SampleGlandz().