Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4VEmFluctuationModel Class Referenceabstract

#include <G4VEmFluctuationModel.hh>

Inheritance diagram for G4VEmFluctuationModel:
Inheritance graph
[legend]

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.

Here is the call graph for this function:

G4VEmFluctuationModel::~G4VEmFluctuationModel ( )
virtual

Definition at line 61 of file G4VEmFluctuationModel.cc.

Here is the call graph for this function:

Member Function Documentation

virtual G4double G4VEmFluctuationModel::Dispersion ( const G4Material ,
const G4DynamicParticle ,
G4double tmax,
G4double length 
)
pure virtual
G4String G4VEmFluctuationModel::GetName ( void  ) const
inline

Definition at line 116 of file G4VEmFluctuationModel.hh.

Here is the caller graph for this function:

void G4VEmFluctuationModel::InitialiseMe ( const G4ParticleDefinition )
virtual
virtual G4double G4VEmFluctuationModel::SampleFluctuations ( const G4Material ,
const G4DynamicParticle ,
G4double tmax,
G4double length,
G4double meanLoss 
)
pure virtual
void G4VEmFluctuationModel::SetParticleAndCharge ( const G4ParticleDefinition ,
G4double  q2 
)
virtual

Reimplemented in G4IonFluctuations, and G4UniversalFluctuation.

Definition at line 69 of file G4VEmFluctuationModel.cc.

Here is the caller graph for this function:


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