Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VEmFluctuationModel.hh>
Public Member Functions | |
G4VEmFluctuationModel (const G4String &nam) | |
virtual | ~G4VEmFluctuationModel () |
virtual G4double | SampleFluctuations (const G4Material *, const G4DynamicParticle *, G4double &tmax, G4double &length, G4double &meanLoss)=0 |
virtual G4double | Dispersion (const G4Material *, const G4DynamicParticle *, G4double &tmax, G4double &length)=0 |
virtual void | InitialiseMe (const G4ParticleDefinition *) |
virtual void | SetParticleAndCharge (const G4ParticleDefinition *, G4double q2) |
G4String | GetName () const |
Definition at line 66 of file G4VEmFluctuationModel.hh.
Definition at line 55 of file G4VEmFluctuationModel.cc.
|
virtual |
Definition at line 61 of file G4VEmFluctuationModel.cc.
|
pure virtual |
Implemented in G4BohrFluctuations, G4PAIModel, G4PAIPhotonModel, G4UniversalFluctuation, G4mplIonisationModel, G4mplIonisationWithDeltaModel, and G4IonFluctuations.
Referenced by G4VEnergyLossProcess::GetDEDXDispersion().
|
inline |
Definition at line 116 of file G4VEmFluctuationModel.hh.
Referenced by G4LossTableManager::Register().
|
virtual |
Reimplemented in G4BohrFluctuations, G4IonFluctuations, G4PAIModel, G4PAIPhotonModel, and G4UniversalFluctuation.
Definition at line 66 of file G4VEmFluctuationModel.cc.
|
pure virtual |
Implemented in G4BohrFluctuations, G4PAIModel, G4PAIPhotonModel, G4UniversalFluctuation, G4mplIonisationModel, G4mplIonisationWithDeltaModel, and G4IonFluctuations.
Referenced by G4VEnergyLossProcess::AlongStepDoIt().
|
virtual |
Reimplemented in G4IonFluctuations, and G4UniversalFluctuation.
Definition at line 69 of file G4VEmFluctuationModel.cc.
Referenced by G4BraggIonModel::CorrectionsAlongStep(), G4BetheBlochModel::CorrectionsAlongStep(), and G4BraggModel::GetChargeSquareRatio().