G4VEmFluctuationModel Class Reference

#include <G4VEmFluctuationModel.hh>

Inheritance diagram for G4VEmFluctuationModel:

G4BohrFluctuations G4IonFluctuations G4mplIonisationModel G4mplIonisationWithDeltaModel G4PAIModel G4PAIPhotonModel G4UniversalFluctuation

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

Detailed Description

Definition at line 66 of file G4VEmFluctuationModel.hh.


Constructor & Destructor Documentation

G4VEmFluctuationModel::G4VEmFluctuationModel ( const G4String nam  ) 

Definition at line 55 of file G4VEmFluctuationModel.cc.

References G4LossTableManager::Instance(), and G4LossTableManager::Register().

00056   : name(nam) 
00057 {
00058   G4LossTableManager::Instance()->Register(this);
00059 }

G4VEmFluctuationModel::~G4VEmFluctuationModel (  )  [virtual]

Definition at line 61 of file G4VEmFluctuationModel.cc.

References G4LossTableManager::DeRegister(), and G4LossTableManager::Instance().

00062 {
00063   G4LossTableManager::Instance()->DeRegister(this);
00064 }


Member Function Documentation

virtual G4double G4VEmFluctuationModel::Dispersion ( const G4Material ,
const G4DynamicParticle ,
G4double tmax,
G4double length 
) [pure virtual]

Implemented in G4mplIonisationModel, G4mplIonisationWithDeltaModel, G4BohrFluctuations, G4IonFluctuations, G4PAIModel, G4PAIPhotonModel, and G4UniversalFluctuation.

Referenced by G4VEnergyLossProcess::GetDEDXDispersion().

G4String G4VEmFluctuationModel::GetName (  )  const [inline]

Definition at line 116 of file G4VEmFluctuationModel.hh.

Referenced by G4LossTableManager::Register().

00117 {
00118   return name;
00119 }

void G4VEmFluctuationModel::InitialiseMe ( const G4ParticleDefinition  )  [virtual]

Reimplemented in G4BohrFluctuations, G4IonFluctuations, G4PAIModel, G4PAIPhotonModel, and G4UniversalFluctuation.

Definition at line 66 of file G4VEmFluctuationModel.cc.

00067 {}

virtual G4double G4VEmFluctuationModel::SampleFluctuations ( const G4Material ,
const G4DynamicParticle ,
G4double tmax,
G4double length,
G4double meanLoss 
) [pure virtual]

Implemented in G4mplIonisationModel, G4mplIonisationWithDeltaModel, G4BohrFluctuations, G4IonFluctuations, G4PAIModel, G4PAIPhotonModel, and G4UniversalFluctuation.

Referenced by G4VEnergyLossProcess::AlongStepDoIt().

void G4VEmFluctuationModel::SetParticleAndCharge ( const G4ParticleDefinition ,
G4double  q2 
) [virtual]

Reimplemented in G4IonFluctuations, and G4UniversalFluctuation.

Definition at line 69 of file G4VEmFluctuationModel.cc.

Referenced by G4BraggIonModel::CorrectionsAlongStep(), G4BetheBlochModel::CorrectionsAlongStep(), and G4BraggModel::GetChargeSquareRatio().

00071 {}


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:41 2013 for Geant4 by  doxygen 1.4.7