Geant4  10.00.p02
G4VEmFluctuationModel Class Referenceabstract

#include <G4VEmFluctuationModel.hh>

+ Inheritance diagram for G4VEmFluctuationModel:
+ Collaboration diagram for G4VEmFluctuationModel:

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)
 
G4String GetName () const
 

Private Member Functions

G4VEmFluctuationModeloperator= (const G4VEmFluctuationModel &right)
 
 G4VEmFluctuationModel (const G4VEmFluctuationModel &)
 

Private Attributes

const G4String name
 
G4LossTableManagerfManager
 

Detailed Description

Definition at line 68 of file G4VEmFluctuationModel.hh.

Constructor & Destructor Documentation

G4VEmFluctuationModel::G4VEmFluctuationModel ( const G4String nam)

Definition at line 55 of file G4VEmFluctuationModel.cc.

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

+ Here is the call graph for this function:

G4VEmFluctuationModel::~G4VEmFluctuationModel ( )
virtual

Definition at line 62 of file G4VEmFluctuationModel.cc.

References G4LossTableManager::DeRegister(), and fManager.

+ Here is the call graph for this function:

G4VEmFluctuationModel::G4VEmFluctuationModel ( const G4VEmFluctuationModel )
private

Member Function Documentation

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

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

Referenced by G4VEnergyLossProcess::GetDEDXDispersion().

+ Here is the caller graph for this function:

G4String G4VEmFluctuationModel::GetName ( void  ) const
inline

Definition at line 119 of file G4VEmFluctuationModel.hh.

References name.

Referenced by G4LossTableManager::Register(), and G4EmConfigurator::SetModelForRegion().

+ Here is the caller graph for this function:

void G4VEmFluctuationModel::InitialiseMe ( const G4ParticleDefinition )
virtual
G4VEmFluctuationModel& G4VEmFluctuationModel::operator= ( const G4VEmFluctuationModel right)
private
virtual G4double G4VEmFluctuationModel::SampleFluctuations ( const G4MaterialCutsCouple ,
const G4DynamicParticle ,
G4double  tmax,
G4double  length,
G4double  meanLoss 
)
pure virtual

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

Referenced by G4VEnergyLossProcess::AlongStepDoIt().

+ Here is the caller graph for this function:

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

Reimplemented in G4IonFluctuations, and G4UniversalFluctuation.

Definition at line 70 of file G4VEmFluctuationModel.cc.

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

+ Here is the caller graph for this function:

Member Data Documentation

G4LossTableManager* G4VEmFluctuationModel::fManager
private

Definition at line 113 of file G4VEmFluctuationModel.hh.

Referenced by G4VEmFluctuationModel(), and ~G4VEmFluctuationModel().

const G4String G4VEmFluctuationModel::name
private

Definition at line 112 of file G4VEmFluctuationModel.hh.

Referenced by GetName().


The documentation for this class was generated from the following files: