Geant4
10.02.p02
|
#include <G4VEmFluctuationModel.hh>
Public Member Functions | |
G4VEmFluctuationModel (const G4String &nam) | |
virtual | ~G4VEmFluctuationModel () |
virtual G4double | SampleFluctuations (const G4MaterialCutsCouple *, 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) |
const G4String & | GetName () const |
Private Member Functions | |
G4VEmFluctuationModel & | operator= (const G4VEmFluctuationModel &right) |
G4VEmFluctuationModel (const G4VEmFluctuationModel &) | |
Private Attributes | |
const G4String | name |
G4LossTableManager * | fManager |
Definition at line 69 of file G4VEmFluctuationModel.hh.
G4VEmFluctuationModel::G4VEmFluctuationModel | ( | const G4String & | nam | ) |
Definition at line 56 of file G4VEmFluctuationModel.cc.
References fManager, G4LossTableManager::Instance(), and G4LossTableManager::Register().
|
virtual |
Definition at line 63 of file G4VEmFluctuationModel.cc.
References G4LossTableManager::DeRegister(), and fManager.
|
private |
|
pure virtual |
Implemented in G4PAIModel, G4mplIonisationWithDeltaModel, G4PAIPhotModel, G4mplIonisationModel, G4IonFluctuations, G4UniversalFluctuation, and G4BohrFluctuations.
Referenced by G4VEnergyLossProcess::GetDEDXDispersion().
|
inline |
Definition at line 120 of file G4VEmFluctuationModel.hh.
References name.
Referenced by G4LossTableManager::Register(), and G4EmConfigurator::SetModelForRegion().
|
virtual |
Reimplemented in G4IonFluctuations, G4UniversalFluctuation, and G4BohrFluctuations.
Definition at line 68 of file G4VEmFluctuationModel.cc.
|
private |
|
pure virtual |
Implemented in G4PAIModel, G4mplIonisationWithDeltaModel, G4PAIPhotModel, G4mplIonisationModel, G4IonFluctuations, G4UniversalFluctuation, and G4BohrFluctuations.
Referenced by G4VEnergyLossProcess::AlongStepDoIt().
|
virtual |
Reimplemented in G4IonFluctuations, and G4UniversalFluctuation.
Definition at line 71 of file G4VEmFluctuationModel.cc.
Referenced by G4BetheBlochModel::CorrectionsAlongStep(), G4BraggIonModel::CorrectionsAlongStep(), and G4BraggModel::GetChargeSquareRatio().
|
private |
Definition at line 114 of file G4VEmFluctuationModel.hh.
Referenced by G4VEmFluctuationModel(), and ~G4VEmFluctuationModel().
|
private |
Definition at line 113 of file G4VEmFluctuationModel.hh.
Referenced by GetName().